Searched refs:a1 (Results 1 - 25 of 942) sorted by relevance

1234567891011>>

/external/clang/test/Modules/Inputs/normal-module-map/
H A Da1.h1 int a1; variable
/external/clang/test/SemaCXX/
H A Ddeleted-operator.cpp9 PR10757 a1; local
11 if(~a1) {} // expected-error {{overload resolution selected deleted operator}} expected-note 8 {{built-in candidate}}
12 if(a1==a1) {} // expected-error {{overload resolution selected deleted operator}} expected-note 121 {{built-in candidate}}
/external/clang/test/CodeGen/
H A Darm64_vdup.c6 void test_vdup_lane_s64(int64x1_t a1) { argument
8 vdup_lane_s64(a1, 0);
12 void test_vdup_lane_u64(uint64x1_t a1) { argument
14 vdup_lane_u64(a1, 0);
21 float64x1_t test_vdup_n_f64(float64_t a1) {
23 return vdup_n_f64(a1);
29 float16x8_t test_vdupq_n_f16(float16_t *a1) { argument
31 return vdupq_n_f16(*a1);
H A Darm64_vneg.c6 int64x2_t test_vnegq_s64(int64x2_t a1) { argument
8 return vnegq_s64(a1);
9 // CHECK: sub <2 x i64> zeroinitializer, %a1
13 int64x2_t test_vqnegq_s64(int64x2_t a1) { argument
15 return vqnegq_s64(a1);
H A Darm64_vcreate.c7 float32x2_t test_vcreate_f32(uint64_t a1) { argument
9 return vcreate_f32(a1);
17 float64x1_t test_vcreate_f64(uint64_t a1) {
19 return vcreate_f64(a1);
H A Darm64_vget.c6 float64_t test_vget_lane_f64(float64x1_t a1) { argument
9 return vget_lane_f64(a1, 0);
H A Darm64_vMaxMin.c9 int8_t test_vmaxv_s8(int8x8_t a1) { argument
11 return vmaxv_s8(a1);
15 uint16_t test_vminvq_u16(uint16x8_t a1) { argument
17 return vminvq_u16(a1);
22 uint8x8_t test_vmin_u8(uint8x8_t a1, uint8x8_t a2) { argument
24 return vmin_u8(a1, a2);
28 uint8x16_t test_vminq_u8(uint8x16_t a1, uint8x16_t a2) { argument
30 return vminq_u8(a1, a2);
34 int16x8_t test_vmaxq_s16(int16x8_t a1, int16x8_t a2) { argument
36 return vmaxq_s16(a1, a
41 test_vmaxq_f64(float64x2_t a1, float64x2_t a2) argument
47 test_vmaxq_f32(float32x4_t a1, float32x4_t a2) argument
53 test_vminq_f64(float64x2_t a1, float64x2_t a2) argument
59 test_vmax_f32(float32x2_t a1, float32x2_t a2) argument
65 test_vmax_s32(int32x2_t a1, int32x2_t a2) argument
71 test_vmin_u32(uint32x2_t a1, uint32x2_t a2) argument
77 test_vmaxnmv_f32(float32x2_t a1) argument
95 test_vmaxnmvq_f32(float32x4_t a1) argument
102 test_vmaxv_f32(float32x2_t a1) argument
111 test_vmaxv_s32(int32x2_t a1) argument
120 test_vmaxv_u32(uint32x2_t a1) argument
139 test_vmaxvq_f32(float32x4_t a1) argument
146 test_vminnmv_f32(float32x2_t a1) argument
153 test_vminvq_f32(float32x4_t a1) argument
171 test_vminnmvq_f32(float32x4_t a1) argument
178 test_vminv_f32(float32x2_t a1) argument
185 test_vminv_s32(int32x2_t a1) argument
193 test_vminv_u32(uint32x2_t a1) argument
[all...]
H A Darm64_vadd.c5 int64_t test_vaddlv_s32(int32x2_t a1) { argument
7 return vaddlv_s32(a1);
12 uint64_t test_vaddlv_u32(uint32x2_t a1) { argument
14 return vaddlv_u32(a1);
19 int8_t test_vaddv_s8(int8x8_t a1) { argument
21 return vaddv_s8(a1);
26 int16_t test_vaddv_s16(int16x4_t a1) { argument
28 return vaddv_s16(a1);
33 int32_t test_vaddv_s32(int32x2_t a1) { argument
35 return vaddv_s32(a1);
40 test_vaddv_u8(int8x8_t a1) argument
47 test_vaddv_u16(int16x4_t a1) argument
54 test_vaddv_u32(int32x2_t a1) argument
61 test_vaddvq_s8(int8x16_t a1) argument
68 test_vaddvq_s16(int16x8_t a1) argument
75 test_vaddvq_s32(int32x4_t a1) argument
82 test_vaddvq_u8(int8x16_t a1) argument
89 test_vaddvq_u16(int16x8_t a1) argument
96 test_vaddvq_u32(int32x4_t a1) argument
[all...]
H A Darm64_vca.c6 uint32x2_t test_vcale_f32(float32x2_t a1, float32x2_t a2) { argument
8 return vcale_f32(a1, a2);
13 uint32x4_t test_vcaleq_f32(float32x4_t a1, float32x4_t a2) { argument
15 return vcaleq_f32(a1, a2);
16 // CHECK: llvm.aarch64.neon.facge.v4i32.v4f32{{.*a2,.*a1}}
20 uint32x2_t test_vcalt_f32(float32x2_t a1, float32x2_t a2) { argument
22 return vcalt_f32(a1, a2);
23 // CHECK: llvm.aarch64.neon.facgt.v2i32.v2f32{{.*a2,.*a1}}
27 uint32x4_t test_vcaltq_f32(float32x4_t a1, float32x4_t a2) { argument
29 return vcaltq_f32(a1, a
33 test_vcagtq_f64(float64x2_t a1, float64x2_t a2) argument
40 test_vcaltq_f64(float64x2_t a1, float64x2_t a2) argument
47 test_vcageq_f64(float64x2_t a1, float64x2_t a2) argument
54 test_vcaleq_f64(float64x2_t a1, float64x2_t a2) argument
[all...]
H A Darm64_vtst.c6 uint64x2_t test_vtstq_s64(int64x2_t a1, int64x2_t a2) { argument
8 return vtstq_s64(a1, a2);
9 // CHECK: [[COMMONBITS:%[A-Za-z0-9.]+]] = and <2 x i64> {{%a1, %a2|%a2, %a1}}
15 uint64x2_t test_vtstq_u64(uint64x2_t a1, uint64x2_t a2) { argument
17 return vtstq_u64(a1, a2);
18 // CHECK: [[COMMONBITS:%[A-Za-z0-9.]+]] = and <2 x i64> {{%a1, %a2|%a2, %a1}}
H A Darm64_vLdStNum_lane.c6 int64x2x2_t test_vld2q_lane_s64(const void * a1, int64x2x2_t a2) { argument
8 return vld2q_lane_s64(a1, a2, 1);
12 uint64x2x2_t test_vld2q_lane_u64(const void * a1, uint64x2x2_t a2) { argument
14 return vld2q_lane_u64(a1, a2, 1);
18 int64x1x2_t test_vld2_lane_s64(const void * a1, int64x1x2_t a2) { argument
20 return vld2_lane_s64(a1, a2, 0);
24 uint64x1x2_t test_vld2_lane_u64(const void * a1, uint64x1x2_t a2) { argument
26 return vld2_lane_u64(a1, a2, 0);
30 poly8x16x2_t test_vld2q_lane_p8(const void * a1, poly8x16x2_t a2) { argument
32 return vld2q_lane_p8(a1, a
37 test_vld2q_lane_u8(const void * a1, uint8x16x2_t a2) argument
43 test_vld3q_lane_s64(const void * a1, int64x2x3_t a2) argument
49 test_vld3q_lane_u64(const void * a1, uint64x2x3_t a2) argument
55 test_vld3_lane_s64(const void * a1, int64x1x3_t a2) argument
61 test_vld3_lane_u64(const void * a1, uint64x1x3_t a2) argument
67 test_vld3_lane_s8(const void * a1, int8x8x3_t a2) argument
73 test_vld3q_lane_p8(const void * a1, poly8x16x3_t a2) argument
79 test_vld3q_lane_u8(const void * a1, uint8x16x3_t a2) argument
85 test_vld4q_lane_s64(const void * a1, int64x2x4_t a2) argument
91 test_vld4q_lane_u64(const void * a1, uint64x2x4_t a2) argument
97 test_vld4_lane_s64(const void * a1, int64x1x4_t a2) argument
103 test_vld4_lane_u64(const void * a1, uint64x1x4_t a2) argument
109 test_vld4_lane_s8(const void * a1, int8x8x4_t a2) argument
115 test_vld4_lane_u8(const void * a1, uint8x8x4_t a2) argument
121 test_vld4q_lane_p8(const void * a1, poly8x16x4_t a2) argument
127 test_vld4q_lane_s8(const void * a1, int8x16x4_t a2) argument
136 test_vld4q_lane_u8(const void * a1, uint8x16x4_t a2) argument
[all...]
H A Darm64_vCMP.c7 int64x2_t test_vabsq_s64(int64x2_t a1) { argument
9 return vabsq_s64(a1);
14 int64_t test_vceqd_s64(int64_t a1, int64_t a2) { argument
16 return vceqd_s64(a1, a2);
17 // CHECK: [[BIT:%[0-9a-zA-Z.]+]] = icmp eq i64 %a1, %a2
21 int64_t test_vceqd_f64(float64_t a1, float64_t a2) { argument
23 return vceqd_f64(a1, a2);
24 // CHECK: [[BIT:%[0-9a-zA-Z.]+]] = fcmp oeq double %a1, %a2
28 uint64_t test_vcgtd_u64(uint64_t a1, uint64_t a2) { argument
30 return vcgtd_u64(a1, a
35 test_vcled_u64(uint64_t a1, uint64_t a2) argument
42 test_vceqzd_s64(int64_t a1) argument
49 test_vceqq_u64(uint64x2_t a1, uint64x2_t a2) argument
55 test_vcgeq_s64(int64x2_t a1, int64x2_t a2) argument
61 test_vcgeq_u64(uint64x2_t a1, uint64x2_t a2) argument
67 test_vcgtq_s64(int64x2_t a1, int64x2_t a2) argument
73 test_vcgtq_u64(uint64x2_t a1, uint64x2_t a2) argument
79 test_vcleq_s64(int64x2_t a1, int64x2_t a2) argument
85 test_vcleq_u64(uint64x2_t a1, uint64x2_t a2) argument
91 test_vcltq_s64(int64x2_t a1, int64x2_t a2) argument
97 test_vcltq_u64(uint64x2_t a1, uint64x2_t a2) argument
103 test_vqabsq_s64(int64x2_t a1) argument
[all...]
H A Darm64_vset_lane.c6 float16x4_t test_vset_lane_f16(float16_t *a1, float16x4_t a2) { argument
8 return vset_lane_f16(*a1, a2, 1);
9 // CHECK: [[A1:%[0-9]+]] = load i16, i16* %a1
13 float16x8_t test_vsetq_lane_f16(float16_t *a1, float16x8_t a2) { argument
15 return vsetq_lane_f16(*a1, a2, 4);
16 // CHECK: [[A1:%[0-9]+]] = load i16, i16* %a1
22 float64x1_t test_vset_lane_f64(float64_t a1, float64x1_t a2) {
24 return vset_lane_f64(a1, a2, 0);
29 float64x2_t test_vsetq_lane_f64(float64_t a1, float64x2_t a2) { argument
31 return vsetq_lane_f64(a1, a
[all...]
H A Darm64_vsli.c9 int8x8_t test_vsli_n_s8(int8x8_t a1, int8x8_t a2) { argument
11 return vsli_n_s8(a1, a2, 3);
16 int16x4_t test_vsli_n_s16(int16x4_t a1, int16x4_t a2) { argument
18 return vsli_n_s16(a1, a2, 3);
23 int32x2_t test_vsli_n_s32(int32x2_t a1, int32x2_t a2) { argument
25 return vsli_n_s32(a1, a2, 1);
30 int64x1_t test_vsli_n_s64(int64x1_t a1, int64x1_t a2) { argument
32 return vsli_n_s64(a1, a2, 1);
37 uint8x8_t test_vsli_n_u8(uint8x8_t a1, uint8x8_t a2) { argument
39 return vsli_n_u8(a1, a
44 test_vsli_n_u16(uint16x4_t a1, uint16x4_t a2) argument
51 test_vsli_n_u32(uint32x2_t a1, uint32x2_t a2) argument
58 test_vsli_n_u64(uint64x1_t a1, uint64x1_t a2) argument
65 test_vsli_n_p8(poly8x8_t a1, poly8x8_t a2) argument
72 test_vsli_n_p16(poly16x4_t a1, poly16x4_t a2) argument
79 test_vsliq_n_s8(int8x16_t a1, int8x16_t a2) argument
86 test_vsliq_n_s16(int16x8_t a1, int16x8_t a2) argument
93 test_vsliq_n_s32(int32x4_t a1, int32x4_t a2) argument
100 test_vsliq_n_s64(int64x2_t a1, int64x2_t a2) argument
107 test_vsliq_n_u8(uint8x16_t a1, uint8x16_t a2) argument
114 test_vsliq_n_u16(uint16x8_t a1, uint16x8_t a2) argument
121 test_vsliq_n_u32(uint32x4_t a1, uint32x4_t a2) argument
128 test_vsliq_n_u64(uint64x2_t a1, uint64x2_t a2) argument
135 test_vsliq_n_p8(poly8x16_t a1, poly8x16_t a2) argument
142 test_vsliq_n_p16(poly16x8_t a1, poly16x8_t a2) argument
[all...]
/external/clang/test/Sema/Inputs/
H A Dformat-unused-system-args.h4 #define PRINT2(fmt, a1, a2) \
5 printf((fmt), (a1), (a2))
7 #define PRINT1(fmt, a1) \
8 PRINT2((fmt), (a1), 0)
/external/v8/test/mjsunit/
H A Dcyclic-array-to-string.js30 var a1 = [1,2]; variable
31 assertEquals("1,2", a1.toString());
32 assertEquals("1,2", a1.toLocaleString());
33 assertEquals("1,2", a1.join());
34 a1.push(a1);
35 assertEquals("1,2,", a1.toString());
36 assertEquals("1,2,", a1.toLocaleString());
37 assertEquals("1,2,", a1.join());
38 a1
[all...]
/external/v8/test/mjsunit/regress/
H A Dregress-927.js28 function a1() { function
33 assertEquals(a1(), -2147483648);
/external/libcxx/test/std/containers/sequences/list/list.ops/
H A Dunique.pass.cpp22 int a1[] = {2, 1, 1, 4, 4, 4, 4, 3, 3}; local
24 std::list<int> c(a1, a1+sizeof(a1)/sizeof(a1[0]));
30 int a1[] = {2, 1, 1, 4, 4, 4, 4, 3, 3}; local
32 std::list<int, min_allocator<int>> c(a1, a1+sizeof(a1)/sizeof(a1[
[all...]
/external/valgrind/drd/
H A Ddrd_thread_bitmap.h35 Bool bm_access_load_1_triggers_conflict(const Addr a1) argument
37 DRD_(bm_access_load_1)(DRD_(sg_bm)(DRD_(running_thread_get_segment)()), a1);
39 a1);
43 Bool bm_access_load_2_triggers_conflict(const Addr a1) argument
45 if ((a1 & 1) == 0)
47 bm_access_aligned_load(DRD_(sg_bm)(DRD_(running_thread_get_segment)()), a1, 2);
49 a1, 2);
54 a1, a1 + 2, eLoad);
56 a1, a
61 bm_access_load_4_triggers_conflict(const Addr a1) argument
79 bm_access_load_8_triggers_conflict(const Addr a1) argument
104 bm_access_load_triggers_conflict(const Addr a1, const Addr a2) argument
112 bm_access_store_1_triggers_conflict(const Addr a1) argument
120 bm_access_store_2_triggers_conflict(const Addr a1) argument
138 bm_access_store_4_triggers_conflict(const Addr a1) argument
156 bm_access_store_8_triggers_conflict(const Addr a1) argument
183 bm_access_store_triggers_conflict(const Addr a1, const Addr a2) argument
[all...]
/external/libcxx/test/std/numerics/numarray/template.valarray/valarray.members/
H A Dsum.pass.cpp23 T a1[] = {1.5, 2.5, 3, 4, 5.5}; local
24 const unsigned N1 = sizeof(a1)/sizeof(a1[0]);
25 std::valarray<T> v1(a1, N1);
H A Dmax.pass.cpp23 T a1[] = {1.5, 2.5, -3, 4, -5.5}; local
24 const unsigned N1 = sizeof(a1)/sizeof(a1[0]);
25 std::valarray<T> v1(a1, N1);
35 T a1[] = {1.5, 2.5, -3, 4, -5.5}; local
36 const unsigned N1 = sizeof(a1)/sizeof(a1[0]);
37 std::valarray<T> v1(a1, N1);
H A Dmin.pass.cpp23 T a1[] = {1.5, 2.5, -3, 4, 5.5}; local
24 const unsigned N1 = sizeof(a1)/sizeof(a1[0]);
25 std::valarray<T> v1(a1, N1);
35 T a1[] = {1.5, 2.5, -3, 4, 5.5}; local
36 const unsigned N1 = sizeof(a1)/sizeof(a1[0]);
37 std::valarray<T> v1(a1, N1);
/external/clang/test/CodeGenCXX/
H A Dbool-bitfield.cpp8 void func1(bool b, A& a1) argument
10 if ((a1.m_sorted = b)) {}
/external/clang/test/Sema/
H A Darray-declared-as-incorrect-type.c3 extern int a1[];
4 int a1[1]; variable
/external/libcxx/test/std/utilities/allocator.adaptor/scoped.adaptor.operators/
H A Deq.pass.cpp36 A a1(A1<int>(3));
37 A a2 = a1;
38 assert(a2 == a1);
39 assert(!(a2 != a1));
43 A a1(A1<int>(4), A2<int>(5));
44 A a2 = a1;
45 assert(a2 == a1);
46 assert(!(a2 != a1));
50 A a1(A1<int>(4), A2<int>(5), A3<int>(6));
51 A a2 = a1;
[all...]

Completed in 1106 milliseconds

1234567891011>>