Searched refs:v2 (Results 226 - 250 of 1044) sorted by relevance

1234567891011>>

/external/libcxx/test/numerics/numarray/template.slice.array/slice.arr.comp.assign/
H A Dand.pass.cpp24 std::valarray<int> v2(a2, sizeof(a2)/sizeof(a2[0]));
25 v1[std::slice(1, 5, 3)] &= v2;
H A Ddivide.pass.cpp24 std::valarray<int> v2(a2, sizeof(a2)/sizeof(a2[0]));
25 v1[std::slice(1, 5, 3)] /= v2;
H A Dmodulo.pass.cpp24 std::valarray<int> v2(a2, sizeof(a2)/sizeof(a2[0]));
25 v1[std::slice(1, 5, 3)] %= v2;
H A Dmultiply.pass.cpp24 std::valarray<int> v2(a2, sizeof(a2)/sizeof(a2[0]));
25 v1[std::slice(1, 5, 3)] *= v2;
H A Dor.pass.cpp24 std::valarray<int> v2(a2, sizeof(a2)/sizeof(a2[0]));
25 v1[std::slice(1, 5, 3)] |= v2;
H A Dshift_left.pass.cpp24 std::valarray<int> v2(a2, sizeof(a2)/sizeof(a2[0]));
25 v1[std::slice(1, 5, 3)] <<= v2; local
H A Dshift_right.pass.cpp24 std::valarray<int> v2(a2, sizeof(a2)/sizeof(a2[0]));
25 v1[std::slice(1, 5, 3)] >>= v2; local
H A Dsubtraction.pass.cpp24 std::valarray<int> v2(a2, sizeof(a2)/sizeof(a2[0]));
25 v1[std::slice(1, 5, 3)] -= v2;
H A Dxor.pass.cpp24 std::valarray<int> v2(a2, sizeof(a2)/sizeof(a2[0]));
25 v1[std::slice(1, 5, 3)] ^= v2;
/external/libcxx/test/numerics/numarray/template.valarray/valarray.sub/
H A Dslice_non_const.pass.cpp24 std::valarray<int> v2(a2, sizeof(a2)/sizeof(a2[0]));
25 v1[std::slice(1, 5, 3)] = v2;
/external/llvm/test/MC/AArch64/
H A Darm64-crypto.s9 sha1c.4s q0, s1, v2
10 sha1p.4s q0, s1, v2
11 sha1m.4s q0, s1, v2
12 sha1su0.4s v0, v1, v2
13 sha256h.4s q0, q1, v2
14 sha256h2.4s q0, q1, v2
15 sha256su1.4s v0, v1, v2
25 ; CHECK: sha1c.4s q0, s1, v2 ; encoding: [0x20,0x00,0x02,0x5e]
26 ; CHECK: sha1p.4s q0, s1, v2 ; encoding: [0x20,0x10,0x02,0x5e]
27 ; CHECK: sha1m.4s q0, s1, v2 ; encodin
[all...]
H A Darm64-diagno-predicate.s15 pmull v0.1q, v1.1d, v2.1d
17 // CHECK-ERROR-NEXT: pmull v0.1q, v1.1d, v2.1d
H A Dneon-simd-post-ldst-multi-elem.s66 ld1 { v0.16b, v1.16b, v2.16b }, [x0], x1
69 ld1 { v0.2d, v1.2d, v2.2d }, [x0], #48
70 ld1 { v0.8b, v1.8b, v2.8b }, [x0], x2
73 ld1 { v0.1d, v1.1d, v2.1d }, [x0], #24
74 // CHECK: ld1 { v0.16b, v1.16b, v2.16b }, [x0], x1
80 // CHECK: ld1 { v0.2d, v1.2d, v2.2d }, [x0], #48
82 // CHECK: ld1 { v0.8b, v1.8b, v2.8b }, [x0], x2
88 // CHECK: ld1 { v0.1d, v1.1d, v2.1d }, [x0], #24
95 ld1 { v0.16b, v1.16b, v2.16b, v3.16b }, [x0], x1
97 ld1 { v31.4s, v0.4s, v1.4s, v2
[all...]
/external/mdnsresponder/Clients/
H A DClientCommon.c59 int v2 = cstr[ 1] - '0'; local
60 int val = v0 * 100 + v1 * 10 + v2;
/external/chromium_org/third_party/mesa/src/src/mesa/swrast/
H A Ds_feedback.c57 const SWvertex *v1, const SWvertex *v2)
59 if (!_swrast_culltriangle(ctx, v0, v1, v2)) {
66 feedback_vertex(ctx, v2, v2);
69 feedback_vertex(ctx, v0, v2);
70 feedback_vertex(ctx, v1, v2);
71 feedback_vertex(ctx, v2, v2);
112 const SWvertex *v1, const SWvertex *v2)
114 if (!_swrast_culltriangle(ctx, v0, v1, v2)) {
56 _swrast_feedback_triangle(struct gl_context *ctx, const SWvertex *v0, const SWvertex *v1, const SWvertex *v2) argument
111 _swrast_select_triangle(struct gl_context *ctx, const SWvertex *v0, const SWvertex *v1, const SWvertex *v2) argument
[all...]
/external/mesa3d/src/mesa/swrast/
H A Ds_feedback.c57 const SWvertex *v1, const SWvertex *v2)
59 if (!_swrast_culltriangle(ctx, v0, v1, v2)) {
66 feedback_vertex(ctx, v2, v2);
69 feedback_vertex(ctx, v0, v2);
70 feedback_vertex(ctx, v1, v2);
71 feedback_vertex(ctx, v2, v2);
112 const SWvertex *v1, const SWvertex *v2)
114 if (!_swrast_culltriangle(ctx, v0, v1, v2)) {
56 _swrast_feedback_triangle(struct gl_context *ctx, const SWvertex *v0, const SWvertex *v1, const SWvertex *v2) argument
111 _swrast_select_triangle(struct gl_context *ctx, const SWvertex *v0, const SWvertex *v1, const SWvertex *v2) argument
[all...]
/external/eigen/test/
H A Dadjoint.cpp18 static void run(const Vec& v1, const Vec& v2, Vec& v3, const Mat& square, Scalar s1, Scalar s2) { argument
19 VERIFY(test_isApproxWithRef((s1 * v1 + s2 * v2).dot(v3), numext::conj(s1) * v1.dot(v3) + numext::conj(s2) * v2.dot(v3), 0));
20 VERIFY(test_isApproxWithRef(v3.dot(s1 * v1 + s2 * v2), s1*v3.dot(v1)+s2*v3.dot(v2), 0));
23 VERIFY(test_isApproxWithRef(v1.dot(square * v2), (square.adjoint() * v1).dot(v2), 0));
29 static void run(const Vec& v1, const Vec& v2, Vec& v3, const Mat& square, Scalar s1, Scalar s2) { argument
33 RealScalar ref = NumTraits<Scalar>::IsInteger ? RealScalar(0) : (std::max)((s1 * v1 + s2 * v2).norm(),v3.norm());
34 VERIFY(test_isApproxWithRef((s1 * v1 + s2 * v2)
76 v2 = VectorType::Random(rows), local
[all...]
/external/chromium_org/third_party/icu/source/test/intltest/
H A Dtchcfmt.h48 double v2, const char* str2,
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/softpipe/
H A Dsp_setup.h37 const float (*v2)[4] );
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/d3d1x/progs/d3d11spikysphere/
H A Dd3d11spikysphere.hlsl.ps.h28 dcl_input_ps linear v2.xyz
32 dp3 r0.x, v2.xyzx, v2.xyzx
34 mul r0.xyz, r0.xxxx, v2.xyzx
/external/chromium_org/ui/v2/public/
H A Devent.h9 #include "ui/v2/public/v2_export.h"
11 namespace v2 { namespace
30 } // namespace v2
H A Dlayout.h8 #include "ui/v2/public/v2_export.h"
9 #include "ui/v2/public/view_observer.h"
11 namespace v2 { namespace
27 } // namespace v2
H A Dwindow.h9 #include "ui/v2/public/v2_export.h"
10 #include "ui/v2/public/view.h"
12 namespace v2 { namespace
30 } // namespace v2
/external/chromium_org/ui/v2/src/
H A Dlayout.cc5 #include "ui/v2/public/layout.h"
7 #include "ui/v2/public/view.h"
8 #include "ui/v2/src/view_private.h"
10 namespace v2 { namespace
29 } // namespace v2
/external/chromium_org/v8/test/mjsunit/regress/
H A Dregress-lazy-deopt-inlining2.js12 function f2(v0, v1, v2) { return v1; }

Completed in 3273 milliseconds

1234567891011>>