Searched refs:v2 (Results 126 - 150 of 1044) sorted by relevance

1234567891011>>

/external/mesa3d/src/mesa/swrast/
H A Ds_feedback.h37 const SWvertex *v1, const SWvertex *v2 );
40 const SWvertex *v1, const SWvertex *v2 );
45 const SWvertex *v1, const SWvertex *v2 );
48 const SWvertex *v1, const SWvertex *v2 );
H A Ds_triangle.h38 const SWvertex *v2);
47 const SWvertex *v2 );
/external/clang/test/Sema/
H A Dvector-assign.c10 v2u v2; local
15 v1 = v2; // expected-warning {{incompatible vector types assigning to 'v2s' (vector of 2 'int' values) from 'v2u' (vector of 2 'unsigned int' values)}}
20 v2 = v1; // expected-warning {{incompatible vector types assigning to 'v2u' (vector of 2 'unsigned int' values) from 'v2s' (vector of 2 'int' values)}}
21 v2 = v3; // expected-error {{assigning to 'v2u' (vector of 2 'unsigned int' values) from incompatible type 'v1s' (vector of 1 'int' value)}}
22 v2 = v4; // expected-warning {{incompatible vector types assigning to 'v2u' (vector of 2 'unsigned int' values) from 'v2f' (vector of 2 'float' values)}}
23 v2 = v5; // expected-warning {{incompatible vector types assigning to 'v2u' (vector of 2 'unsigned int' values) from 'v4ss' (vector of 4 'short' values)}}
26 v3 = v2; // expected-error {{assigning to 'v1s' (vector of 1 'int' value) from incompatible type 'v2u' (vector of 2 'unsigned int' values)}}
31 v4 = v2; // expected-warning {{incompatible vector types assigning to 'v2f' (vector of 2 'float' values) from 'v2u' (vector of 2 'unsigned int' values)}}
36 v5 = v2; // expected-warning {{incompatible vector types assigning to 'v4ss' (vector of 4 'short' values) from 'v2u' (vector of 2 'unsigned int' values)}}
/external/libcxx/test/containers/sequences/deque/deque.cons/
H A Dcopy.pass.cpp36 std::deque<int, test_allocator<int> > v2 = v; local
37 assert(v2 == v);
38 assert(v2.get_allocator() == v.get_allocator());
43 std::deque<int, other_allocator<int> > v2 = v; local
44 assert(v2 == v);
45 assert(v2.get_allocator() == other_allocator<int>(-2));
56 std::deque<int, min_allocator<int> > v2 = v; local
57 assert(v2 == v);
58 assert(v2.get_allocator() == v.get_allocator());
/external/libcxx/test/containers/sequences/vector/vector.cons/
H A Dcopy.pass.cpp39 std::vector<int, test_allocator<int> > v2 = v; local
40 assert(v2 == v);
41 assert(v2.get_allocator() == v.get_allocator());
46 std::vector<int, other_allocator<int> > v2 = v; local
47 assert(v2 == v);
48 assert(v2.get_allocator() == other_allocator<int>(-2));
59 std::vector<int, min_allocator<int> > v2 = v; local
60 assert(v2 == v);
61 assert(v2.get_allocator() == v.get_allocator());
/external/libcxx/test/containers/sequences/vector.bool/
H A Dcopy.pass.cpp40 std::vector<bool, test_allocator<bool> > v2 = v; local
41 assert(v2 == v);
42 assert(v2.get_allocator() == v.get_allocator());
47 std::vector<bool, other_allocator<bool> > v2 = v; local
48 assert(v2 == v);
49 assert(v2.get_allocator() == other_allocator<bool>(-2));
60 std::vector<bool, min_allocator<bool> > v2 = v; local
61 assert(v2 == v);
62 assert(v2.get_allocator() == v.get_allocator());
/external/chromium_org/v8/test/mjsunit/compiler/
H A Dregress-gap.js30 function small_select(n, v1, v2) {
33 v1 = v2;
34 v2 = tmp;
39 function select(n, v1, v2, v3, v4, v5, v6, v7, v8, v9, v10) {
42 v1 = v2;
43 v2 = v3;
56 function select_while(n, v1, v2, v3, v4, v5, v6, v7, v8, v9, v10) {
60 v1 = v2;
61 v2 = v3;
75 function two_cycles(n, v1, v2, v
[all...]
/external/chromium_org/third_party/angle/src/libGLESv2/renderer/d3d/d3d11/shaders/compiled/
H A Dpassthroughlumalpha3d11ps.h34 dcl_input_ps linear v2.xyz
37 sample r0.xyzw, v2.xyzx, t0.xyzw, s0
H A Dpassthroughrgba3d11ps.h34 dcl_input_ps linear v2.xyz
36 sample o0.xyzw, v2.xyzx, t0.xyzw, s0
/external/chromium_org/third_party/mesa/src/src/mesa/swrast/
H A Ds_triangle.h38 const SWvertex *v2);
47 const SWvertex *v2 );
/external/chromium_org/third_party/skia/tests/
H A DPathOpsDVectorTest.cpp27 SkDVector v2 = tests[index] - tests[index + 1]; local
28 SkASSERT(ValidVector(v2));
29 v1 += v2;
31 SkDPoint p = tests[index + 1] + v2;
33 v2 -= v2;
34 REPORTER_ASSERT(reporter, v2.fX == 0 && v2.fY == 0);
/external/clang/test/CodeGen/
H A Dmmx-inline-asm.c9 __m64 v1, v2, v3, v4, v5, v6, v7; local
19 : "=&y" (v1), "=&y" (v2), "=&y" (v3),
H A Dvld_dup.c9 int32_t v2[4]; local
28 v3 = vld4_dup_s32(v2);
/external/clang/test/PCH/
H A Dcxx-implicit-moves.cpp20 float test(float v1, float v2) { argument
21 NSSize s = NSMakeSize(v1, v2);
/external/libcxx/test/numerics/numarray/template.valarray/valarray.members/
H A Dapply_cref.pass.cpp30 std::valarray<T> v2 = v1.apply(f); local
31 assert(v2.size() == N1);
33 assert(v2[i] == a2[i]);
38 std::valarray<T> v2 = v1.apply(f); local
39 assert(v2.size() == N1);
46 std::valarray<T> v2 = (v1+v1).apply(f); local
47 assert(v2.size() == N1);
49 assert(v2[i] == a2[i]);
H A Dapply_value.pass.cpp30 std::valarray<T> v2 = v1.apply(f); local
31 assert(v2.size() == N1);
33 assert(v2[i] == a2[i]);
38 std::valarray<T> v2 = v1.apply(f); local
39 assert(v2.size() == N1);
46 std::valarray<T> v2 = (v1+v1).apply(f); local
47 assert(v2.size() == N1);
49 assert(v2[i] == a2[i]);
/external/skia/tests/
H A DPathOpsDVectorTest.cpp27 SkDVector v2 = tests[index] - tests[index + 1]; local
28 SkASSERT(ValidVector(v2));
29 v1 += v2;
31 SkDPoint p = tests[index + 1] + v2;
33 v2 -= v2;
34 REPORTER_ASSERT(reporter, v2.fX == 0 && v2.fY == 0);
/external/stlport/test/unit/
H A Dsetinter_test.cpp40 int v2[4] = { 10, 13, 17, 23 }; local
43 set_intersection((int*)v1, (int*)v1 + 3, (int*)v2, (int*)v2 + 4, (int*)result);
55 vector <int> v2(10);
56 __iota(v2.begin(), v2.end(), 7);
59 set_intersection(v1.begin(), v1.end(), v2.begin(), v2.end(), back_inserter(inter));
H A Dsetunion_test.cpp40 int v2[4] = { 10, 13, 17, 23 }; local
43 set_union((int*)v1, (int*)v1 + 3, (int*)v2, (int*)v2 + 4, (int*)result);
58 vector <int> v2(10);
59 __iota(v2.begin(), v2.end(), 7);
62 set_union(v1.begin(), v1.end(), v2.begin(), v2.end(), back_inserter(diff));
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/d3d1x/progs/d3d11tex/
H A Dd3d11tex.hlsl.ps.h41 dcl_input_ps linear v2.xyzw
45 mul r0.xyzw, r0.xyzw, v2.xxxx
47 mad r0.xyzw, r1.xyzw, v2.zzzz, r0.xyzw
48 mul r0.xyzw, r0.xyzw, v2.yyyy
50 mul r1.xyzw, r1.xyzw, v2.xxxx
52 mad r1.xyzw, r2.xyzw, v2.zzzz, r1.xyzw
53 mad o0.xyzw, r1.xyzw, v2.wwww, r0.xyzw
/external/llvm/test/MC/AArch64/
H A Dneon-2velem.s9 mla v0.2s, v1.2s, v2.s[2]
11 mla v3.4s, v8.4s, v2.s[1]
14 // CHECK: mla v0.2s, v1.2s, v2.s[2] // encoding: [0x20,0x08,0x82,0x2f]
16 // CHECK: mla v3.4s, v8.4s, v2.s[1] // encoding: [0x03,0x01,0xa2,0x6f]
19 mla v0.4h, v1.4h, v2.h[2]
21 mla v0.8h, v1.8h, v2.h[7]
24 // CHECK: mla v0.4h, v1.4h, v2.h[2] // encoding: [0x20,0x00,0x62,0x2f]
26 // CHECK: mla v0.8h, v1.8h, v2.h[7] // encoding: [0x20,0x08,0x72,0x6f]
29 mls v0.2s, v1.2s, v2.s[2]
31 mls v3.4s, v8.4s, v2
[all...]
/external/mesa3d/src/gallium/state_trackers/d3d1x/progs/d3d11tex/
H A Dd3d11tex.hlsl.ps.h41 dcl_input_ps linear v2.xyzw
45 mul r0.xyzw, r0.xyzw, v2.xxxx
47 mad r0.xyzw, r1.xyzw, v2.zzzz, r0.xyzw
48 mul r0.xyzw, r0.xyzw, v2.yyyy
50 mul r1.xyzw, r1.xyzw, v2.xxxx
52 mad r1.xyzw, r2.xyzw, v2.zzzz, r1.xyzw
53 mad o0.xyzw, r1.xyzw, v2.wwww, r0.xyzw
/external/oprofile/libutil++/tests/
H A Dstring_filter_tests.cpp52 vector<string> v2; local
54 string_filter f6(v1, v2);
61 string_filter f7(v1, v2);
68 v2.push_back("no");
69 v2.push_back("no2");
71 string_filter f8(v1, v2);
79 string_filter f9(v1, v2);
/external/chromium_org/third_party/webrtc/system_wrappers/interface/
H A Dlogging.h142 #define LOG_API2(v1, v2) LOG_API1(v1) \
143 << ", " << #v2 << "=" << v2
144 #define LOG_API3(v1, v2, v3) LOG_API2(v1, v2) \
150 #define LOG_FERR2(sev, func, v1, v2) LOG_FERR1(sev, func, v1) \
151 << ", " << #v2 << "=" << v2
152 #define LOG_FERR3(sev, func, v1, v2, v3) LOG_FERR2(sev, func, v1, v2) \
[all...]
/external/libcxx/test/numerics/numarray/template.valarray/valarray.cassign/
H A Dand_valarray.pass.cpp28 std::valarray<T> v2(a2, N);
30 v1 &= v2;
31 assert(v1.size() == v2.size());

Completed in 2775 milliseconds

1234567891011>>