Home
last modified time | relevance | path

Searched defs:b (Results 1 – 25 of 9692) sorted by relevance

12345678910>>...388

/external/clang/test/SemaCXX/
Daddr-of-overloaded-function-casting.cpp18 { bool b = (void (&)(char))f; } // expected-error{{does not match required type}} in main() local
19 { bool b = (void (*)(char))f; } // expected-error{{does not match required type}} in main() local
21 { bool b = (void (&)(int))f; } //ok in main() local
22 { bool b = (void (*)(int))f; } //ok in main() local
24 { bool b = static_cast<void (&)(char)>(f); } // expected-error{{does not match}} in main() local
25 { bool b = static_cast<void (*)(char)>(f); } // expected-error{{address of overloaded function}} in main() local
27 { bool b = static_cast<void (&)(int)>(f); } //ok in main() local
28 { bool b = static_cast<void (*)(int)>(f); } //ok in main() local
31 { bool b = reinterpret_cast<void (&)(char)>(f); } // expected-error{{cannot resolve}} in main() local
32 { bool b = reinterpret_cast<void (*)(char)>(f); } // expected-error{{cannot resolve}} in main() local
[all …]
/external/llvm-project/clang/test/SemaCXX/
Daddr-of-overloaded-function-casting.cpp18 { bool b = (void (&)(char))f; } // expected-error{{does not match required type}} in main() local
19 { bool b = (void (*)(char))f; } // expected-error{{does not match required type}} in main() local
21 { bool b = (void (&)(int))f; } //ok in main() local
22 { bool b = (void (*)(int))f; } //ok in main() local
24 { bool b = static_cast<void (&)(char)>(f); } // expected-error{{does not match}} in main() local
25 { bool b = static_cast<void (*)(char)>(f); } // expected-error{{address of overloaded function}} in main() local
27 { bool b = static_cast<void (&)(int)>(f); } //ok in main() local
28 { bool b = static_cast<void (*)(int)>(f); } //ok in main() local
31 { bool b = reinterpret_cast<void (&)(char)>(f); } // expected-error{{cannot resolve}} in main() local
32 { bool b = reinterpret_cast<void (*)(char)>(f); } // expected-error{{cannot resolve}} in main() local
[all …]
/external/llvm-project/clang/test/Analysis/
D_Bool-increment-decrement.c7 bool b = true; in test__Bool_value() local
12 bool b = false; in test__Bool_value() local
17 bool b = -10; in test__Bool_value() local
22 bool b = 10; in test__Bool_value() local
27 bool b = 10; in test__Bool_value() local
33 bool b = 0; in test__Bool_value() local
41 bool b = true; in test__Bool_increment() local
47 bool b = false; in test__Bool_increment() local
53 bool b = true; in test__Bool_increment() local
59 bool b = false; in test__Bool_increment() local
[all …]
Dbool-increment.cpp9 bool b = true; in test_bool_value() local
14 bool b = false; in test_bool_value() local
19 bool b = -10; in test_bool_value() local
24 bool b = 10; in test_bool_value() local
29 bool b = 10; in test_bool_value() local
35 bool b = 0; in test_bool_value() local
43 bool b = true; in test_bool_increment() local
49 bool b = false; in test_bool_increment() local
55 bool b = true; in test_bool_increment() local
61 bool b = false; in test_bool_increment() local
[all …]
/external/rust/crates/quiche/src/
Dframe.rs1110 let mut b = octets::OctetsMut::with_slice(&mut d); in padding() localVariable
1116 let mut b = octets::Octets::with_slice(&d); in padding() localVariable
1119 let mut b = octets::Octets::with_slice(&d); in padding() localVariable
1122 let mut b = octets::Octets::with_slice(&d); in padding() localVariable
1125 let mut b = octets::Octets::with_slice(&d); in padding() localVariable
1136 let mut b = octets::OctetsMut::with_slice(&mut d); in ping() localVariable
1143 let mut b = octets::Octets::with_slice(&d); in ping() localVariable
1146 let mut b = octets::Octets::with_slice(&d); in ping() localVariable
1149 let mut b = octets::Octets::with_slice(&d); in ping() localVariable
1152 let mut b = octets::Octets::with_slice(&d); in ping() localVariable
[all …]
/external/apache-commons-compress/src/test/java/org/apache/commons/compress/archivers/zip/
DZip64ExtendedInformationExtraFieldTest.java89 System.arraycopy(SIZE.getBytes(), 0, b, 0, 8); in testReadLFHSizesOnly() local
90 System.arraycopy(CSIZE.getBytes(), 0, b, 8, 8); in testReadLFHSizesOnly() local
103 System.arraycopy(SIZE.getBytes(), 0, b, 0, 8); in testReadLFHSizesAndOffset() local
104 System.arraycopy(CSIZE.getBytes(), 0, b, 8, 8); in testReadLFHSizesAndOffset() local
105 System.arraycopy(OFF.getBytes(), 0, b, 16, 8); in testReadLFHSizesAndOffset() local
118 System.arraycopy(SIZE.getBytes(), 0, b, 0, 8); in testReadLFHSizesOffsetAndDisk() local
119 System.arraycopy(CSIZE.getBytes(), 0, b, 8, 8); in testReadLFHSizesOffsetAndDisk() local
120 System.arraycopy(OFF.getBytes(), 0, b, 16, 8); in testReadLFHSizesOffsetAndDisk() local
121 System.arraycopy(DISK.getBytes(), 0, b, 24, 4); in testReadLFHSizesOffsetAndDisk() local
134 System.arraycopy(SIZE.getBytes(), 0, b, 0, 8); in testReadLFHSizesAndDisk() local
[all …]
/external/clang/test/CodeGen/
Daarch64-neon-perm.c10 int8x8_t test_vuzp1_s8(int8x8_t a, int8x8_t b) { in test_vuzp1_s8()
17 int8x16_t test_vuzp1q_s8(int8x16_t a, int8x16_t b) { in test_vuzp1q_s8()
24 int16x4_t test_vuzp1_s16(int16x4_t a, int16x4_t b) { in test_vuzp1_s16()
31 int16x8_t test_vuzp1q_s16(int16x8_t a, int16x8_t b) { in test_vuzp1q_s16()
38 int32x2_t test_vuzp1_s32(int32x2_t a, int32x2_t b) { in test_vuzp1_s32()
45 int32x4_t test_vuzp1q_s32(int32x4_t a, int32x4_t b) { in test_vuzp1q_s32()
52 int64x2_t test_vuzp1q_s64(int64x2_t a, int64x2_t b) { in test_vuzp1q_s64()
59 uint8x8_t test_vuzp1_u8(uint8x8_t a, uint8x8_t b) { in test_vuzp1_u8()
66 uint8x16_t test_vuzp1q_u8(uint8x16_t a, uint8x16_t b) { in test_vuzp1q_u8()
73 uint16x4_t test_vuzp1_u16(uint16x4_t a, uint16x4_t b) { in test_vuzp1_u16()
[all …]
Daarch64-neon-3v.c10 int8x8_t test_vand_s8(int8x8_t a, int8x8_t b) { in test_vand_s8()
17 int8x16_t test_vandq_s8(int8x16_t a, int8x16_t b) { in test_vandq_s8()
24 int16x4_t test_vand_s16(int16x4_t a, int16x4_t b) { in test_vand_s16()
31 int16x8_t test_vandq_s16(int16x8_t a, int16x8_t b) { in test_vandq_s16()
38 int32x2_t test_vand_s32(int32x2_t a, int32x2_t b) { in test_vand_s32()
45 int32x4_t test_vandq_s32(int32x4_t a, int32x4_t b) { in test_vandq_s32()
52 int64x1_t test_vand_s64(int64x1_t a, int64x1_t b) { in test_vand_s64()
59 int64x2_t test_vandq_s64(int64x2_t a, int64x2_t b) { in test_vandq_s64()
66 uint8x8_t test_vand_u8(uint8x8_t a, uint8x8_t b) { in test_vand_u8()
73 uint8x16_t test_vandq_u8(uint8x16_t a, uint8x16_t b) { in test_vandq_u8()
[all …]
Dcomplex-math.c8 float _Complex add_float_rr(float a, float b) { in add_float_rr()
15 float _Complex add_float_cr(float _Complex a, float b) { in add_float_cr()
22 float _Complex add_float_rc(float a, float _Complex b) { in add_float_rc()
29 float _Complex add_float_cc(float _Complex a, float _Complex b) { in add_float_cc()
38 float _Complex sub_float_rr(float a, float b) { in sub_float_rr()
45 float _Complex sub_float_cr(float _Complex a, float b) { in sub_float_cr()
52 float _Complex sub_float_rc(float a, float _Complex b) { in sub_float_rc()
60 float _Complex sub_float_cc(float _Complex a, float _Complex b) { in sub_float_cc()
69 float _Complex mul_float_rr(float a, float b) { in mul_float_rr()
76 float _Complex mul_float_cr(float _Complex a, float b) { in mul_float_cr()
[all …]
/external/llvm-project/clang/test/CodeGen/
Daarch64-neon-perm.c10 int8x8_t test_vuzp1_s8(int8x8_t a, int8x8_t b) { in test_vuzp1_s8()
17 int8x16_t test_vuzp1q_s8(int8x16_t a, int8x16_t b) { in test_vuzp1q_s8()
24 int16x4_t test_vuzp1_s16(int16x4_t a, int16x4_t b) { in test_vuzp1_s16()
31 int16x8_t test_vuzp1q_s16(int16x8_t a, int16x8_t b) { in test_vuzp1q_s16()
38 int32x2_t test_vuzp1_s32(int32x2_t a, int32x2_t b) { in test_vuzp1_s32()
45 int32x4_t test_vuzp1q_s32(int32x4_t a, int32x4_t b) { in test_vuzp1q_s32()
52 int64x2_t test_vuzp1q_s64(int64x2_t a, int64x2_t b) { in test_vuzp1q_s64()
59 uint8x8_t test_vuzp1_u8(uint8x8_t a, uint8x8_t b) { in test_vuzp1_u8()
66 uint8x16_t test_vuzp1q_u8(uint8x16_t a, uint8x16_t b) { in test_vuzp1q_u8()
73 uint16x4_t test_vuzp1_u16(uint16x4_t a, uint16x4_t b) { in test_vuzp1_u16()
[all …]
Daarch64-neon-3v.c10 int8x8_t test_vand_s8(int8x8_t a, int8x8_t b) { in test_vand_s8()
17 int8x16_t test_vandq_s8(int8x16_t a, int8x16_t b) { in test_vandq_s8()
24 int16x4_t test_vand_s16(int16x4_t a, int16x4_t b) { in test_vand_s16()
31 int16x8_t test_vandq_s16(int16x8_t a, int16x8_t b) { in test_vandq_s16()
38 int32x2_t test_vand_s32(int32x2_t a, int32x2_t b) { in test_vand_s32()
45 int32x4_t test_vandq_s32(int32x4_t a, int32x4_t b) { in test_vandq_s32()
52 int64x1_t test_vand_s64(int64x1_t a, int64x1_t b) { in test_vand_s64()
59 int64x2_t test_vandq_s64(int64x2_t a, int64x2_t b) { in test_vandq_s64()
66 uint8x8_t test_vand_u8(uint8x8_t a, uint8x8_t b) { in test_vand_u8()
73 uint8x16_t test_vandq_u8(uint8x16_t a, uint8x16_t b) { in test_vandq_u8()
[all …]
Dcomplex-math.c10 float _Complex add_float_rr(float a, float b) { in add_float_rr()
17 float _Complex add_float_cr(float _Complex a, float b) { in add_float_cr()
24 float _Complex add_float_rc(float a, float _Complex b) { in add_float_rc()
31 float _Complex add_float_cc(float _Complex a, float _Complex b) { in add_float_cc()
40 float _Complex sub_float_rr(float a, float b) { in sub_float_rr()
47 float _Complex sub_float_cr(float _Complex a, float b) { in sub_float_cr()
54 float _Complex sub_float_rc(float a, float _Complex b) { in sub_float_rc()
62 float _Complex sub_float_cc(float _Complex a, float _Complex b) { in sub_float_cc()
71 float _Complex mul_float_rr(float a, float b) { in mul_float_rr()
78 float _Complex mul_float_cr(float _Complex a, float b) { in mul_float_cr()
[all …]
Darm-neon-vst.c35 void test_vst1_f16_x2(float16_t *a, float16x4x2_t b) { in test_vst1_f16_x2()
69 void test_vst1_f16_x3(float16_t *a, float16x4x3_t b) { in test_vst1_f16_x3()
108 void test_vst1_f16_x4(float16_t *a, float16x4x4_t b) { in test_vst1_f16_x4()
137 void test_vst1_f32_x2(float32_t *a, float32x2x2_t b) { in test_vst1_f32_x2()
171 void test_vst1_f32_x3(float32_t *a, float32x2x3_t b) { in test_vst1_f32_x3()
210 void test_vst1_f32_x4(float32_t *a, float32x2x4_t b) { in test_vst1_f32_x4()
239 void test_vst1_p16_x2(poly16_t *a, poly16x4x2_t b) { in test_vst1_p16_x2()
273 void test_vst1_p16_x3(poly16_t *a, poly16x4x3_t b) { in test_vst1_p16_x3()
312 void test_vst1_p16_x4(poly16_t *a, poly16x4x4_t b) { in test_vst1_p16_x4()
335 void test_vst1_p8_x2(poly8_t *a, poly8x8x2_t b) { in test_vst1_p8_x2()
[all …]
Daarch64-neon-ldst-one.c637 uint8x16_t test_vld1q_lane_u8(uint8_t *a, uint8x16_t b) { in test_vld1q_lane_u8()
649 uint16x8_t test_vld1q_lane_u16(uint16_t *a, uint16x8_t b) { in test_vld1q_lane_u16()
661 uint32x4_t test_vld1q_lane_u32(uint32_t *a, uint32x4_t b) { in test_vld1q_lane_u32()
673 uint64x2_t test_vld1q_lane_u64(uint64_t *a, uint64x2_t b) { in test_vld1q_lane_u64()
681 int8x16_t test_vld1q_lane_s8(int8_t *a, int8x16_t b) { in test_vld1q_lane_s8()
693 int16x8_t test_vld1q_lane_s16(int16_t *a, int16x8_t b) { in test_vld1q_lane_s16()
705 int32x4_t test_vld1q_lane_s32(int32_t *a, int32x4_t b) { in test_vld1q_lane_s32()
717 int64x2_t test_vld1q_lane_s64(int64_t *a, int64x2_t b) { in test_vld1q_lane_s64()
729 float16x8_t test_vld1q_lane_f16(float16_t *a, float16x8_t b) { in test_vld1q_lane_f16()
741 float32x4_t test_vld1q_lane_f32(float32_t *a, float32x4_t b) { in test_vld1q_lane_f32()
[all …]
/external/llvm-project/clang/test/CodeGen/X86/
Davx-builtins-constrained-cmp.c6 __m256d test_mm256_cmp_pd_eq_oq(__m256d a, __m256d b) { in test_mm256_cmp_pd_eq_oq()
12 __m256d test_mm256_cmp_pd_lt_os(__m256d a, __m256d b) { in test_mm256_cmp_pd_lt_os()
18 __m256d test_mm256_cmp_pd_le_os(__m256d a, __m256d b) { in test_mm256_cmp_pd_le_os()
24 __m256d test_mm256_cmp_pd_unord_q(__m256d a, __m256d b) { in test_mm256_cmp_pd_unord_q()
30 __m256d test_mm256_cmp_pd_neq_uq(__m256d a, __m256d b) { in test_mm256_cmp_pd_neq_uq()
36 __m256d test_mm256_cmp_pd_nlt_us(__m256d a, __m256d b) { in test_mm256_cmp_pd_nlt_us()
42 __m256d test_mm256_cmp_pd_nle_us(__m256d a, __m256d b) { in test_mm256_cmp_pd_nle_us()
48 __m256d test_mm256_cmp_pd_ord_q(__m256d a, __m256d b) { in test_mm256_cmp_pd_ord_q()
54 __m256d test_mm256_cmp_pd_eq_uq(__m256d a, __m256d b) { in test_mm256_cmp_pd_eq_uq()
60 __m256d test_mm256_cmp_pd_nge_us(__m256d a, __m256d b) { in test_mm256_cmp_pd_nge_us()
[all …]
Dxop-builtins-cmp.c9 __m128i test_mm_comlt_epu8(__m128i a, __m128i b) { in test_mm_comlt_epu8()
16 __m128i test_mm_comlt_epu16(__m128i a, __m128i b) { in test_mm_comlt_epu16()
23 __m128i test_mm_comlt_epu32(__m128i a, __m128i b) { in test_mm_comlt_epu32()
30 __m128i test_mm_comlt_epu64(__m128i a, __m128i b) { in test_mm_comlt_epu64()
37 __m128i test_mm_comlt_epi8(__m128i a, __m128i b) { in test_mm_comlt_epi8()
44 __m128i test_mm_comlt_epi16(__m128i a, __m128i b) { in test_mm_comlt_epi16()
51 __m128i test_mm_comlt_epi32(__m128i a, __m128i b) { in test_mm_comlt_epi32()
58 __m128i test_mm_comlt_epi64(__m128i a, __m128i b) { in test_mm_comlt_epi64()
67 __m128i test_mm_comle_epu8(__m128i a, __m128i b) { in test_mm_comle_epu8()
74 __m128i test_mm_comle_epu16(__m128i a, __m128i b) { in test_mm_comle_epu16()
[all …]
Davx512vl-builtins-constrained-cmp.c5 __mmask8 test_mm256_cmp_ps_mask_eq_oq(__m256 a, __m256 b) { in test_mm256_cmp_ps_mask_eq_oq()
11 __mmask8 test_mm256_cmp_ps_mask_lt_os(__m256 a, __m256 b) { in test_mm256_cmp_ps_mask_lt_os()
17 __mmask8 test_mm256_cmp_ps_mask_le_os(__m256 a, __m256 b) { in test_mm256_cmp_ps_mask_le_os()
23 __mmask8 test_mm256_cmp_ps_mask_unord_q(__m256 a, __m256 b) { in test_mm256_cmp_ps_mask_unord_q()
29 __mmask8 test_mm256_cmp_ps_mask_neq_uq(__m256 a, __m256 b) { in test_mm256_cmp_ps_mask_neq_uq()
35 __mmask8 test_mm256_cmp_ps_mask_nlt_us(__m256 a, __m256 b) { in test_mm256_cmp_ps_mask_nlt_us()
41 __mmask8 test_mm256_cmp_ps_mask_nle_us(__m256 a, __m256 b) { in test_mm256_cmp_ps_mask_nle_us()
47 __mmask8 test_mm256_cmp_ps_mask_ord_q(__m256 a, __m256 b) { in test_mm256_cmp_ps_mask_ord_q()
53 __mmask8 test_mm256_cmp_ps_mask_eq_uq(__m256 a, __m256 b) { in test_mm256_cmp_ps_mask_eq_uq()
59 __mmask8 test_mm256_cmp_ps_mask_nge_us(__m256 a, __m256 b) { in test_mm256_cmp_ps_mask_nge_us()
[all …]
Davx512f-builtins-constrained-cmp.c5 __mmask16 test_mm512_cmp_round_ps_mask(__m512 a, __m512 b) { in test_mm512_cmp_round_ps_mask()
11 __mmask16 test_mm512_mask_cmp_round_ps_mask(__mmask16 m, __m512 a, __m512 b) { in test_mm512_mask_cmp_round_ps_mask()
17 __mmask16 test_mm512_cmp_ps_mask_eq_oq(__m512 a, __m512 b) { in test_mm512_cmp_ps_mask_eq_oq()
23 __mmask16 test_mm512_cmp_ps_mask_lt_os(__m512 a, __m512 b) { in test_mm512_cmp_ps_mask_lt_os()
29 __mmask16 test_mm512_cmp_ps_mask_le_os(__m512 a, __m512 b) { in test_mm512_cmp_ps_mask_le_os()
35 __mmask16 test_mm512_cmp_ps_mask_unord_q(__m512 a, __m512 b) { in test_mm512_cmp_ps_mask_unord_q()
41 __mmask16 test_mm512_cmp_ps_mask_neq_uq(__m512 a, __m512 b) { in test_mm512_cmp_ps_mask_neq_uq()
47 __mmask16 test_mm512_cmp_ps_mask_nlt_us(__m512 a, __m512 b) { in test_mm512_cmp_ps_mask_nlt_us()
53 __mmask16 test_mm512_cmp_ps_mask_nle_us(__m512 a, __m512 b) { in test_mm512_cmp_ps_mask_nle_us()
59 __mmask16 test_mm512_cmp_ps_mask_ord_q(__m512 a, __m512 b) { in test_mm512_cmp_ps_mask_ord_q()
[all …]
/external/llvm-project/clang/test/CXX/basic/basic.scope/basic.scope.local/
Dp4-0x.cpp4 int b; in f() local
7 if (bool b = true) // expected-note 2{{previous definition}} in f() local
8 bool b; // expected-error {{redefinition}} in f() local
10 int b; // expected-error {{redefinition}} in f() local
11 while (bool b = true) // expected-note {{previous definition}} in f() local
12 int b; // expected-error {{redefinition}} in f() local
21 if (bool b = true) { // expected-note 2{{previous definition}} in f() local
22 int b; // expected-error {{redefinition}} in f() local
24 int b; // expected-error {{redefinition}} in f() local
26 while (bool b = true) { // expected-note {{previous definition}} in f() local
[all …]
/external/clang/test/CXX/basic/basic.scope/basic.scope.local/
Dp4-0x.cpp4 int b; in f() local
7 if (bool b = true) // expected-note 2{{previous definition}} in f() local
8 bool b; // expected-error {{redefinition}} in f() local
10 int b; // expected-error {{redefinition}} in f() local
11 while (bool b = true) // expected-note {{previous definition}} in f() local
12 int b; // expected-error {{redefinition}} in f() local
21 if (bool b = true) { // expected-note 2{{previous definition}} in f() local
22 int b; // expected-error {{redefinition}} in f() local
24 int b; // expected-error {{redefinition}} in f() local
26 while (bool b = true) { // expected-note {{previous definition}} in f() local
[all …]
/external/llvm-project/clang/test/CodeGen/arm-mve-intrinsics/
Dcompare.c14 mve_pred16_t test_vcmpeqq_f16(float16x8_t a, float16x8_t b) in test_vcmpeqq_f16()
30 mve_pred16_t test_vcmpeqq_f32(float32x4_t a, float32x4_t b) in test_vcmpeqq_f32()
46 mve_pred16_t test_vcmpeqq_s8(int8x16_t a, int8x16_t b) in test_vcmpeqq_s8()
62 mve_pred16_t test_vcmpeqq_s16(int16x8_t a, int16x8_t b) in test_vcmpeqq_s16()
78 mve_pred16_t test_vcmpeqq_s32(int32x4_t a, int32x4_t b) in test_vcmpeqq_s32()
94 mve_pred16_t test_vcmpeqq_u8(uint8x16_t a, uint8x16_t b) in test_vcmpeqq_u8()
110 mve_pred16_t test_vcmpeqq_u16(uint16x8_t a, uint16x8_t b) in test_vcmpeqq_u16()
126 mve_pred16_t test_vcmpeqq_u32(uint32x4_t a, uint32x4_t b) in test_vcmpeqq_u32()
144 mve_pred16_t test_vcmpeqq_n_f16(float16x8_t a, float16_t b) in test_vcmpeqq_n_f16()
162 mve_pred16_t test_vcmpeqq_n_f32(float32x4_t a, float32_t b) in test_vcmpeqq_n_f32()
[all …]
Dvector-shift-imm-dyadic.c12 int8x16_t test_vshrnbq_n_s16(int8x16_t a, int16x8_t b) in test_vshrnbq_n_s16()
26 int16x8_t test_vshrnbq_n_s32(int16x8_t a, int32x4_t b) in test_vshrnbq_n_s32()
40 uint8x16_t test_vshrnbq_n_u16(uint8x16_t a, uint16x8_t b) in test_vshrnbq_n_u16()
54 uint16x8_t test_vshrnbq_n_u32(uint16x8_t a, uint32x4_t b) in test_vshrnbq_n_u32()
68 int8x16_t test_vshrntq_n_s16(int8x16_t a, int16x8_t b) in test_vshrntq_n_s16()
82 int16x8_t test_vshrntq_n_s32(int16x8_t a, int32x4_t b) in test_vshrntq_n_s32()
96 uint8x16_t test_vshrntq_n_u16(uint8x16_t a, uint16x8_t b) in test_vshrntq_n_u16()
110 uint16x8_t test_vshrntq_n_u32(uint16x8_t a, uint32x4_t b) in test_vshrntq_n_u32()
126 int8x16_t test_vshrnbq_m_n_s16(int8x16_t a, int16x8_t b, mve_pred16_t p) in test_vshrnbq_m_n_s16()
142 int16x8_t test_vshrnbq_m_n_s32(int16x8_t a, int32x4_t b, mve_pred16_t p) in test_vshrnbq_m_n_s32()
[all …]
/external/XNNPACK/bench/
Dconv.h40 static void ShuffleNetV1G1ConvArguments(benchmark::internal::Benchmark* b) { in ShuffleNetV1G1ConvArguments()
73 static void ShuffleNetV1G2ConvArguments(benchmark::internal::Benchmark* b) { in ShuffleNetV1G2ConvArguments()
106 static void ShuffleNetV1G3ConvArguments(benchmark::internal::Benchmark* b) { in ShuffleNetV1G3ConvArguments()
139 static void ShuffleNetV1G4ConvArguments(benchmark::internal::Benchmark* b) { in ShuffleNetV1G4ConvArguments()
172 static void ShuffleNetV1G8ConvArguments(benchmark::internal::Benchmark* b) { in ShuffleNetV1G8ConvArguments()
205 static void ShuffleNetV2X05ConvArguments(benchmark::internal::Benchmark* b) { in ShuffleNetV2X05ConvArguments()
229 static void ShuffleNetV2X10ConvArguments(benchmark::internal::Benchmark* b) { in ShuffleNetV2X10ConvArguments()
254 static void ShuffleNetV2X15ConvArguments(benchmark::internal::Benchmark* b) { in ShuffleNetV2X15ConvArguments()
279 static void ShuffleNetV2X20ConvArguments(benchmark::internal::Benchmark* b) { in ShuffleNetV2X20ConvArguments()
303 static void MobileNetV1ConvArguments(benchmark::internal::Benchmark* b) { in MobileNetV1ConvArguments()
[all …]
Dgemm.h41 static void ShuffleNetV1G1GemmArguments(benchmark::internal::Benchmark* b) { in ShuffleNetV1G1GemmArguments()
61 static void ShuffleNetV1G2GemmArguments(benchmark::internal::Benchmark* b) { in ShuffleNetV1G2GemmArguments()
81 static void ShuffleNetV1G3GemmArguments(benchmark::internal::Benchmark* b) { in ShuffleNetV1G3GemmArguments()
101 static void ShuffleNetV1G4GemmArguments(benchmark::internal::Benchmark* b) { in ShuffleNetV1G4GemmArguments()
121 static void ShuffleNetV1G8GemmArguments(benchmark::internal::Benchmark* b) { in ShuffleNetV1G8GemmArguments()
141 static void ShuffleNetV2X05GemmArguments(benchmark::internal::Benchmark* b) { in ShuffleNetV2X05GemmArguments()
156 static void ShuffleNetV2X10GemmArguments(benchmark::internal::Benchmark* b) { in ShuffleNetV2X10GemmArguments()
172 static void ShuffleNetV2X15GemmArguments(benchmark::internal::Benchmark* b) { in ShuffleNetV2X15GemmArguments()
188 static void ShuffleNetV2X20GemmArguments(benchmark::internal::Benchmark* b) { in ShuffleNetV2X20GemmArguments()
203 static void MobileNetV1GemmArguments(benchmark::internal::Benchmark* b) { in MobileNetV1GemmArguments()
[all …]
/external/clang/test/CXX/over/over.over/
Dp2-resolve-single-template-id.cpp103 { bool b = (twoT<int>); } in main() local
104 { bool b = (twoT<int, int>); } in main() local
106 { bool b = &twoT<int>; //&foo<int>; } in main() local
121 { bool b = cant_resolve<int>; } // expected-error {{address of overload}} in main() local
163 …{ bool b = S::f<char>; } // expected-error {{call to non-static member function without an object … in test() local
164 …{ bool b = S::f<int>; } // expected-error {{call to non-static member function without an object a… in test() local
165 { bool b = &S::f<char>; } in test() local
166 { bool b = &S::f<int>; } in test() local
168 …{ bool b = s.f<char>; } // expected-error {{reference to non-static member function must be called… in test() local
169 …{ bool b = s.f<int>; } // expected-error {{reference to non-static member function must be called}} in test() local
[all …]

12345678910>>...388