Searched refs:v2 (Results 1 - 25 of 802) sorted by relevance

1234567891011>>

/external/libcxx/test/std/numerics/numarray/template.valarray/valarray.sub/
H A Dslice_const.pass.cpp23 std::valarray<int> v2 = v1[std::slice(1, 5, 3)]; local
24 assert(v2.size() == 5);
25 assert(v2[0] == 1);
26 assert(v2[1] == 4);
27 assert(v2[2] == 7);
28 assert(v2[3] == 10);
29 assert(v2[4] == 13);
H A Dvalarray_bool_non_const.pass.cpp27 std::valarray<int> v2(5);
28 v2 = v1[vb];
29 assert(v2.size() == 5);
30 assert(v2[ 0] == 0);
31 assert(v2[ 1] == 3);
32 assert(v2[ 2] == 4);
33 assert(v2[ 3] == 7);
34 assert(v2[ 4] == 11);
H A Dvalarray_bool_const.pass.cpp27 std::valarray<int> v2(v1[vb]);
28 assert(v2.size() == 5);
29 assert(v2[ 0] == 0);
30 assert(v2[ 1] == 3);
31 assert(v2[ 2] == 4);
32 assert(v2[ 3] == 7);
33 assert(v2[ 4] == 11);
/external/llvm/test/MC/R600/
H A Dds.s8 ds_add_u32 v2, v4 offset:16
9 // CHECK: ds_add_u32 v2, v4 offset:16 ; encoding: [0x10,0x00,0x00,0xd8,0x02,0x04,0x00,0x00]
15 ds_write2_b32 v2, v4, v6 offset0:4
16 // CHECK: ds_write2_b32 v2, v4, v6 offset0:4 ; encoding: [0x04,0x00,0x38,0xd8,0x02,0x04,0x06,0x00]
18 ds_write2_b32 v2, v4, v6 offset0:4 offset1:8
19 // CHECK: ds_write2_b32 v2, v4, v6 offset0:4 offset1:8 ; encoding: [0x04,0x08,0x38,0xd8,0x02,0x04,0x06,0x00]
21 ds_write2_b32 v2, v4, v6 offset1:8
22 // CHECK: ds_write2_b32 v2, v4, v6 offset1:8 ; encoding: [0x00,0x08,0x38,0xd8,0x02,0x04,0x06,0x00]
24 ds_read2_b32 v[8:9], v2 offset0:4
25 // CHECK: ds_read2_b32 v[8:9], v2 offset
[all...]
H A Dvop1.s7 // CHECK: v_mov_b32_e32 v1, v2 ; encoding: [0x02,0x03,0x02,0x7e]
8 v_mov_b32 v1, v2
10 // CHECK: v_readfirstlane_b32 s1, v2 ; encoding: [0x02,0x05,0x02,0x7e]
11 v_readfirstlane_b32 s1, v2
16 // CHECK: v_cvt_f64_i32_e32 v[1:2], v2 ; encoding: [0x02,0x09,0x02,0x7e]
17 v_cvt_f64_i32 v[1:2], v2
19 // CHECK: v_cvt_f32_i32_e32 v1, v2 ; encoding: [0x02,0x0b,0x02,0x7e]
20 v_cvt_f32_i32 v1, v2
22 // CHECK: v_cvt_f32_u32_e32 v1, v2 ; encoding: [0x02,0x0d,0x02,0x7e]
23 v_cvt_f32_u32 v1, v2
[all...]
H A Dvop2-err.s8 v_mul_i32_i24 v1, v2, 100
16 v_mul_i32_i24_e32 v1, v2, 100
20 v_mul_i32_i24_e32 v1, v2, s3
32 v_mul_i32_i24_e64 v1, v2, 100
H A Dvop2.s11 // CHECK: v_add_f32_e32 v1, v2, v3 ; encoding: [0x02,0x07,0x02,0x06]
12 v_add_f32_e32 v1, v2, v3
35 // CHECK: v_mul_i32_i24_e32 v1, v2, v3 ; encoding: [0x02,0x07,0x02,0x12]
36 v_mul_i32_i24_e32 v1, v2, v3
39 // CHECK: v_mul_i32_i24_e64 v1, v2, v3 ; encoding: [0x01,0x00,0x12,0xd2,0x02,0x07,0x02,0x00]
40 v_mul_i32_i24_e64 v1, v2, v3
51 // CHECK: v_mul_i32_i24_e64 v1, v2, 3 ; encoding: [0x01,0x00,0x12,0xd2,0x02,0x07,0x01,0x00]
52 v_mul_i32_i24 v1, v2, 3
55 // CHECK: v_mul_i32_i24_e64 v1, v2, -3 ; encoding: [0x01,0x00,0x12,0xd2,0x02,0x87,0x01,0x00]
56 v_mul_i32_i24 v1, v2,
[all...]
H A Dds-err.s6 ds_add_u32 v2, v4 offset:1000000000
10 ds_write2_b32 v2, v4, v6 offset0:4 offset0:8
14 ds_write2_b32 v2, v4, v6 offset1:4 offset1:8
18 ds_write2_b32 v2, v4, v6 offset0:1000000000
22 ds_write2_b32 v2, v4, v6 offset1:1000000000
/external/v8/test/mjsunit/regress/
H A Dregress-347543.js13 var v2 = new Array(10);
15 f(v2);
16 f(v2);
18 f(v2);
H A Dregress-force-representation.js16 var v2 = -0;
17 var t = v2++;
18 v2++;
19 return Math.max(v2++, v1++);
H A Dregress-crbug-352058.js8 var v2 = this;
10 v2 = [1.2, 2.3];
/external/libcxx/test/std/numerics/numarray/template.valarray/valarray.assign/
H A Dmask_array_assign.pass.cpp27 std::valarray<int> v2(5);
28 v2 = v1[vb];
29 assert(v2.size() == 5);
30 assert(v2[ 0] == 0);
31 assert(v2[ 1] == 3);
32 assert(v2[ 2] == 4);
33 assert(v2[ 3] == 7);
34 assert(v2[ 4] == 11);
/external/v8/test/webkit/
H A Dsort-non-numbers.js27 test.sort(function (v1, v2) {
28 return v1 - v2;
/external/libcxx/test/std/numerics/numarray/template.valarray/valarray.cons/
H A Dmask_array.pass.cpp27 std::valarray<int> v2(v1[vb]);
28 assert(v2.size() == 5);
29 assert(v2[ 0] == 0);
30 assert(v2[ 1] == 3);
31 assert(v2[ 2] == 4);
32 assert(v2[ 3] == 7);
33 assert(v2[ 4] == 11);
/external/valgrind/none/tests/s390x/
H A Dspechelper-clr.c22 int wrong, ok, v1, v2; local
26 v1 = v2 = 42;
29 if (branch(0, v1, v2)) ++wrong; else ++ok;
30 if (branch(1, v1, v2)) ++wrong; else ++ok;
31 if (branch(2, v1, v2)) ++wrong; else ++ok;
32 if (branch(3, v1, v2)) ++wrong; else ++ok;
33 if (branch(4, v1, v2)) ++wrong; else ++ok;
34 if (branch(5, v1, v2)) ++wrong; else ++ok;
35 if (branch(6, v1, v2)) ++wrong; else ++ok;
36 if (branch(7, v1, v2))
55 int wrong, ok, v1, v2; local
88 int wrong, ok, v1, v2; local
[all...]
H A Dspechelper-cr.c22 int wrong, ok, v1, v2; local
26 v1 = v2 = 42;
29 if (branch(0, v1, v2)) ++wrong; else ++ok;
30 if (branch(1, v1, v2)) ++wrong; else ++ok;
31 if (branch(2, v1, v2)) ++wrong; else ++ok;
32 if (branch(3, v1, v2)) ++wrong; else ++ok;
33 if (branch(4, v1, v2)) ++wrong; else ++ok;
34 if (branch(5, v1, v2)) ++wrong; else ++ok;
35 if (branch(6, v1, v2)) ++wrong; else ++ok;
36 if (branch(7, v1, v2))
55 int wrong, ok, v1, v2; local
88 int wrong, ok, v1, v2; local
[all...]
H A Dspechelper-slgr.c28 unsigned long v1, v2; local
33 v1 = v2 = 42;
36 if (branch(0, v1, v2)) ++wrong; else ++ok;
37 if (branch(1, v1, v2)) ++wrong; else ++ok;
38 if (branch(2, v1, v2)) ++ok; else ++wrong;
39 if (branch(3, v1, v2)) ++ok; else ++wrong;
40 if (branch(4, v1, v2)) ++wrong; else ++ok;
41 if (branch(5, v1, v2)) ++wrong; else ++ok;
42 if (branch(6, v1, v2)) ++ok; else ++wrong;
43 if (branch(7, v1, v2))
62 unsigned long v1, v2; local
98 unsigned long v1, v2; local
[all...]
H A Dspechelper-slr.c26 unsigned int v1, v2; local
31 v1 = v2 = 0xffffffff;
34 if (branch(0, v1, v2)) ++wrong; else ++ok;
35 if (branch(1, v1, v2)) ++wrong; else ++ok;
36 if (branch(2, v1, v2)) ++ok; else ++wrong;
37 if (branch(3, v1, v2)) ++ok; else ++wrong;
38 if (branch(4, v1, v2)) ++wrong; else ++ok;
39 if (branch(5, v1, v2)) ++wrong; else ++ok;
40 if (branch(6, v1, v2)) ++ok; else ++wrong;
41 if (branch(7, v1, v2))
60 unsigned int v1, v2; local
96 unsigned int v1, v2; local
[all...]
H A Dspechelper-or.c22 int wrong, ok, v1, v2; local
26 v1 = v2 = 0;
28 if (branch(0, v1, v2)) ++wrong; else ++ok;
29 if (branch(1, v1, v2)) ++wrong; else ++ok;
30 if (branch(2, v1, v2)) ++wrong; else ++ok;
31 if (branch(3, v1, v2)) ++wrong; else ++ok;
32 if (branch(4, v1, v2)) ++wrong; else ++ok;
33 if (branch(5, v1, v2)) ++wrong; else ++ok;
34 if (branch(6, v1, v2)) ++wrong; else ++ok;
35 if (branch(7, v1, v2))
54 int wrong, ok, v1, v2; local
[all...]
H A Dbfp-3.c6 void maebr(float v1, float v2, float v3) argument
11 : [r1]"+f"(r1) : [r2]"f"(v2), [r3]"f"(v3));
12 printf("maebr %f * %f + %f -> %f\n", v2, v3, v1, r1);
15 void madbr(double v1, double v2, double v3) argument
20 : [r1]"+f"(r1) : [r2]"f"(v2), [r3]"f"(v3));
21 printf("madbr %f * %f + %f -> %f\n", v2, v3, v1, r1);
24 void msebr(float v1, float v2, float v3) argument
29 : [r1]"+f"(r1) : [r2]"f"(v2), [r3]"f"(v3));
30 printf("msebr %f * %f - %f -> %f\n", v2, v3, v1, r1);
33 void msdbr(double v1, double v2, doubl argument
[all...]
H A Dspechelper-algr.c24 unsigned long v1, v2; local
29 v1 = v2 = 0;
31 if (branch(0, v1, v2)) ++wrong; else ++ok;
32 if (branch(1, v1, v2)) ++wrong; else ++ok;
33 if (branch(2, v1, v2)) ++wrong; else ++ok;
34 if (branch(3, v1, v2)) ++wrong; else ++ok;
35 if (branch(4, v1, v2)) ++wrong; else ++ok;
36 if (branch(5, v1, v2)) ++wrong; else ++ok;
37 if (branch(6, v1, v2)) ++wrong; else ++ok;
38 if (branch(7, v1, v2))
57 unsigned long v1, v2; local
91 unsigned long v1, v2; local
127 unsigned long v1, v2; local
[all...]
H A Dspechelper-alr.c24 unsigned v1, v2; local
29 v1 = v2 = 0;
31 if (branch(0, v1, v2)) ++wrong; else ++ok;
32 if (branch(1, v1, v2)) ++wrong; else ++ok;
33 if (branch(2, v1, v2)) ++wrong; else ++ok;
34 if (branch(3, v1, v2)) ++wrong; else ++ok;
35 if (branch(4, v1, v2)) ++wrong; else ++ok;
36 if (branch(5, v1, v2)) ++wrong; else ++ok;
37 if (branch(6, v1, v2)) ++wrong; else ++ok;
38 if (branch(7, v1, v2))
57 unsigned v1, v2; local
91 unsigned v1, v2; local
127 unsigned v1, v2; local
[all...]
/external/libcxx/test/std/containers/sequences/vector/vector.capacity/
H A Dswap.pass.cpp24 std::vector<int> v2(200);
26 assert(is_contiguous_container_asan_correct(v2));
27 v1.swap(v2);
31 assert(v2.size() == 100);
32 assert(v2.capacity() == 100);
33 assert(is_contiguous_container_asan_correct(v2));
38 std::vector<int, min_allocator<int>> v2(200);
40 assert(is_contiguous_container_asan_correct(v2));
41 v1.swap(v2);
45 assert(v2
[all...]
/external/llvm/test/MC/AArch64/
H A Dneon-bitwise-instructions.s8 and v0.8b, v1.8b, v2.8b
9 and v0.16b, v1.16b, v2.16b
11 // CHECK: and v0.8b, v1.8b, v2.8b // encoding: [0x20,0x1c,0x22,0x0e]
12 // CHECK: and v0.16b, v1.16b, v2.16b // encoding: [0x20,0x1c,0x22,0x4e]
18 orr v0.8b, v1.8b, v2.8b
19 orr v0.16b, v1.16b, v2.16b
21 // CHECK: orr v0.8b, v1.8b, v2.8b // encoding: [0x20,0x1c,0xa2,0x0e]
22 // CHECK: orr v0.16b, v1.16b, v2.16b // encoding: [0x20,0x1c,0xa2,0x4e]
28 eor v0.8b, v1.8b, v2.8b
29 eor v0.16b, v1.16b, v2
[all...]
H A Dneon-3vdiff.s17 saddl v0.8h, v1.8b, v2.8b
18 saddl v0.4s, v1.4h, v2.4h
19 saddl v0.2d, v1.2s, v2.2s
21 // CHECK: saddl v0.8h, v1.8b, v2.8b // encoding: [0x20,0x00,0x22,0x0e]
22 // CHECK: saddl v0.4s, v1.4h, v2.4h // encoding: [0x20,0x00,0x62,0x0e]
23 // CHECK: saddl v0.2d, v1.2s, v2.2s // encoding: [0x20,0x00,0xa2,0x0e]
25 saddl2 v0.4s, v1.8h, v2.8h
26 saddl2 v0.8h, v1.16b, v2.16b
27 saddl2 v0.2d, v1.4s, v2.4s
29 // CHECK: saddl2 v0.4s, v1.8h, v2
[all...]

Completed in 1292 milliseconds

1234567891011>>