Home
last modified time | relevance | path

Searched +defs:a +defs:b (Results 1 – 25 of 1372) sorted by relevance

12345678910>>...55

/external/clang/test/CodeGen/
Daarch64-neon-perm.c8 int8x8_t test_vuzp1_s8(int8x8_t a, int8x8_t b) { in test_vuzp1_s8()
14 int8x16_t test_vuzp1q_s8(int8x16_t a, int8x16_t b) { in test_vuzp1q_s8()
20 int16x4_t test_vuzp1_s16(int16x4_t a, int16x4_t b) { in test_vuzp1_s16()
26 int16x8_t test_vuzp1q_s16(int16x8_t a, int16x8_t b) { in test_vuzp1q_s16()
32 int32x2_t test_vuzp1_s32(int32x2_t a, int32x2_t b) { in test_vuzp1_s32()
38 int32x4_t test_vuzp1q_s32(int32x4_t a, int32x4_t b) { in test_vuzp1q_s32()
44 int64x2_t test_vuzp1q_s64(int64x2_t a, int64x2_t b) { in test_vuzp1q_s64()
50 uint8x8_t test_vuzp1_u8(uint8x8_t a, uint8x8_t b) { in test_vuzp1_u8()
56 uint8x16_t test_vuzp1q_u8(uint8x16_t a, uint8x16_t b) { in test_vuzp1q_u8()
62 uint16x4_t test_vuzp1_u16(uint16x4_t a, uint16x4_t b) { in test_vuzp1_u16()
[all …]
Daarch64-neon-3v.c8 int8x8_t test_vand_s8(int8x8_t a, int8x8_t b) { in test_vand_s8()
14 int8x16_t test_vandq_s8(int8x16_t a, int8x16_t b) { in test_vandq_s8()
20 int16x4_t test_vand_s16(int16x4_t a, int16x4_t b) { in test_vand_s16()
26 int16x8_t test_vandq_s16(int16x8_t a, int16x8_t b) { in test_vandq_s16()
32 int32x2_t test_vand_s32(int32x2_t a, int32x2_t b) { in test_vand_s32()
38 int32x4_t test_vandq_s32(int32x4_t a, int32x4_t b) { in test_vandq_s32()
44 int64x1_t test_vand_s64(int64x1_t a, int64x1_t b) { in test_vand_s64()
50 int64x2_t test_vandq_s64(int64x2_t a, int64x2_t b) { in test_vandq_s64()
56 uint8x8_t test_vand_u8(uint8x8_t a, uint8x8_t b) { in test_vand_u8()
62 uint8x16_t test_vandq_u8(uint8x16_t a, uint8x16_t b) { in test_vandq_u8()
[all …]
Daarch64-neon-ldst-one.c7 uint8x16_t test_vld1q_dup_u8(uint8_t *a) { in test_vld1q_dup_u8()
13 uint16x8_t test_vld1q_dup_u16(uint16_t *a) { in test_vld1q_dup_u16()
19 uint32x4_t test_vld1q_dup_u32(uint32_t *a) { in test_vld1q_dup_u32()
25 uint64x2_t test_vld1q_dup_u64(uint64_t *a) { in test_vld1q_dup_u64()
31 int8x16_t test_vld1q_dup_s8(int8_t *a) { in test_vld1q_dup_s8()
37 int16x8_t test_vld1q_dup_s16(int16_t *a) { in test_vld1q_dup_s16()
43 int32x4_t test_vld1q_dup_s32(int32_t *a) { in test_vld1q_dup_s32()
49 int64x2_t test_vld1q_dup_s64(int64_t *a) { in test_vld1q_dup_s64()
55 float16x8_t test_vld1q_dup_f16(float16_t *a) { in test_vld1q_dup_f16()
61 float32x4_t test_vld1q_dup_f32(float32_t *a) { in test_vld1q_dup_f32()
[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 …]
Darm_neon_intrinsics.c14 int8x8_t test_vaba_s8(int8x8_t a, int8x8_t b, int8x8_t c) { in test_vaba_s8()
20 int16x4_t test_vaba_s16(int16x4_t a, int16x4_t b, int16x4_t c) { in test_vaba_s16()
26 int32x2_t test_vaba_s32(int32x2_t a, int32x2_t b, int32x2_t c) { in test_vaba_s32()
32 uint8x8_t test_vaba_u8(uint8x8_t a, uint8x8_t b, uint8x8_t c) { in test_vaba_u8()
38 uint16x4_t test_vaba_u16(uint16x4_t a, uint16x4_t b, uint16x4_t c) { in test_vaba_u16()
44 uint32x2_t test_vaba_u32(uint32x2_t a, uint32x2_t b, uint32x2_t c) { in test_vaba_u32()
50 int8x16_t test_vabaq_s8(int8x16_t a, int8x16_t b, int8x16_t c) { in test_vabaq_s8()
56 int16x8_t test_vabaq_s16(int16x8_t a, int16x8_t b, int16x8_t c) { in test_vabaq_s16()
62 int32x4_t test_vabaq_s32(int32x4_t a, int32x4_t b, int32x4_t c) { in test_vabaq_s32()
68 uint8x16_t test_vabaq_u8(uint8x16_t a, uint8x16_t b, uint8x16_t c) { in test_vabaq_u8()
[all …]
Dmmx-builtins.c9 __m64 test_mm_abs_pi8(__m64 a) { in test_mm_abs_pi8()
15 __m64 test_mm_abs_pi16(__m64 a) { in test_mm_abs_pi16()
21 __m64 test_mm_abs_pi32(__m64 a) { in test_mm_abs_pi32()
27 __m64 test_mm_add_pi8(__m64 a, __m64 b) { in test_mm_add_pi8()
33 __m64 test_mm_add_pi16(__m64 a, __m64 b) { in test_mm_add_pi16()
39 __m64 test_mm_add_pi32(__m64 a, __m64 b) { in test_mm_add_pi32()
45 __m64 test_mm_add_si64(__m64 a, __m64 b) { in test_mm_add_si64()
51 __m64 test_mm_adds_pi8(__m64 a, __m64 b) { in test_mm_adds_pi8()
57 __m64 test_mm_adds_pi16(__m64 a, __m64 b) { in test_mm_adds_pi16()
63 __m64 test_mm_adds_pu8(__m64 a, __m64 b) { in test_mm_adds_pu8()
[all …]
Davx2-builtins.c19 __m256i test_mm256_abs_epi8(__m256i a) { in test_mm256_abs_epi8()
24 __m256i test_mm256_abs_epi16(__m256i a) { in test_mm256_abs_epi16()
29 __m256i test_mm256_abs_epi32(__m256i a) { in test_mm256_abs_epi32()
34 __m256i test_mm256_packs_epi16(__m256i a, __m256i b) { in test_mm256_packs_epi16()
39 __m256i test_mm256_packs_epi32(__m256i a, __m256i b) { in test_mm256_packs_epi32()
44 __m256i test_mm256_packs_epu16(__m256i a, __m256i b) { in test_mm256_packs_epu16()
49 __m256i test_mm256_packs_epu32(__m256i a, __m256i b) { in test_mm256_packs_epu32()
54 __m256i test_mm256_add_epi8(__m256i a, __m256i b) { in test_mm256_add_epi8()
59 __m256i test_mm256_add_epi16(__m256i a, __m256i b) { in test_mm256_add_epi16()
64 __m256i test_mm256_add_epi32(__m256i a, __m256i b) { in test_mm256_add_epi32()
[all …]
Daarch64-neon-tbl.c9 int8x8_t test_vtbl1_s8(int8x8_t a, int8x8_t b) { in test_vtbl1_s8()
15 int8x8_t test_vqtbl1_s8(int8x16_t a, int8x8_t b) { in test_vqtbl1_s8()
21 int8x8_t test_vtbl2_s8(int8x8x2_t a, int8x8_t b) { in test_vtbl2_s8()
27 int8x8_t test_vqtbl2_s8(int8x16x2_t a, int8x8_t b) { in test_vqtbl2_s8()
33 int8x8_t test_vtbl3_s8(int8x8x3_t a, int8x8_t b) { in test_vtbl3_s8()
39 int8x8_t test_vqtbl3_s8(int8x16x3_t a, int8x8_t b) { in test_vqtbl3_s8()
45 int8x8_t test_vtbl4_s8(int8x8x4_t a, int8x8_t b) { in test_vtbl4_s8()
51 int8x8_t test_vqtbl4_s8(int8x16x4_t a, int8x8_t b) { in test_vqtbl4_s8()
57 int8x16_t test_vqtbl1q_s8(int8x16_t a, int8x16_t b) { in test_vqtbl1q_s8()
63 int8x16_t test_vqtbl2q_s8(int8x16x2_t a, int8x16_t b) { in test_vqtbl2q_s8()
[all …]
Darm64-scalar-test.c9 float test_vrsqrtss_f32(float a, float b) { in test_vrsqrtss_f32()
15 double test_vrsqrtsd_f64(double a, double b) { in test_vrsqrtsd_f64()
21 int64x1_t test_vrshl_s64(int64x1_t a, int64x1_t b) { in test_vrshl_s64()
27 uint64x1_t test_vrshl_u64(uint64x1_t a, int64x1_t b) { in test_vrshl_u64()
34 int64_t test_vrshld_s64(int64_t a, int64_t b) { in test_vrshld_s64()
40 uint64_t test_vrshld_u64(uint64_t a, uint64_t b) { in test_vrshld_u64()
46 int8_t test_vqrshlb_s8(int8_t a, int8_t b) { in test_vqrshlb_s8()
52 int16_t test_vqrshlh_s16(int16_t a, int16_t b) { in test_vqrshlh_s16()
58 int32_t test_vqrshls_s32(int32_t a, int32_t b) { in test_vqrshls_s32()
64 int64_t test_vqrshld_s64(int64_t a, int64_t b) { in test_vqrshld_s64()
[all …]
Daarch64-neon-2velem.c8 int16x4_t test_vmla_lane_s16(int16x4_t a, int16x4_t b, int16x4_t v) { in test_vmla_lane_s16()
14 int16x8_t test_vmlaq_lane_s16(int16x8_t a, int16x8_t b, int16x4_t v) { in test_vmlaq_lane_s16()
20 int32x2_t test_vmla_lane_s32(int32x2_t a, int32x2_t b, int32x2_t v) { in test_vmla_lane_s32()
26 int32x4_t test_vmlaq_lane_s32(int32x4_t a, int32x4_t b, int32x2_t v) { in test_vmlaq_lane_s32()
32 int16x4_t test_vmla_laneq_s16(int16x4_t a, int16x4_t b, int16x8_t v) { in test_vmla_laneq_s16()
38 int16x8_t test_vmlaq_laneq_s16(int16x8_t a, int16x8_t b, int16x8_t v) { in test_vmlaq_laneq_s16()
44 int32x2_t test_vmla_laneq_s32(int32x2_t a, int32x2_t b, int32x4_t v) { in test_vmla_laneq_s32()
50 int32x4_t test_vmlaq_laneq_s32(int32x4_t a, int32x4_t b, int32x4_t v) { in test_vmlaq_laneq_s32()
56 int16x4_t test_vmls_lane_s16(int16x4_t a, int16x4_t b, int16x4_t v) { in test_vmls_lane_s16()
62 int16x8_t test_vmlsq_lane_s16(int16x8_t a, int16x8_t b, int16x4_t v) { in test_vmlsq_lane_s16()
[all …]
Daarch64-neon-scalar-x-indexed-elem.c10 float32_t test_vmuls_lane_f32(float32_t a, float32x2_t b) { in test_vmuls_lane_f32()
16 float64_t test_vmuld_lane_f64(float64_t a, float64x1_t b) { in test_vmuld_lane_f64()
22 float32_t test_vmuls_laneq_f32(float32_t a, float32x4_t b) { in test_vmuls_laneq_f32()
28 float64_t test_vmuld_laneq_f64(float64_t a, float64x2_t b) { in test_vmuld_laneq_f64()
34 float64x1_t test_vmul_n_f64(float64x1_t a, float64_t b) { in test_vmul_n_f64()
40 float32_t test_vmulxs_lane_f32(float32_t a, float32x2_t b) { in test_vmulxs_lane_f32()
46 float32_t test_vmulxs_laneq_f32(float32_t a, float32x4_t b) { in test_vmulxs_laneq_f32()
52 float64_t test_vmulxd_lane_f64(float64_t a, float64x1_t b) { in test_vmulxd_lane_f64()
58 float64_t test_vmulxd_laneq_f64(float64_t a, float64x2_t b) { in test_vmulxd_laneq_f64()
65 float64x1_t test_vmulx_lane_f64(float64x1_t a, float64x1_t b) { in test_vmulx_lane_f64()
[all …]
Dxop-builtins.c8 __m128i test_mm_maccs_epi16(__m128i a, __m128i b, __m128i c) { in test_mm_maccs_epi16()
14 __m128i test_mm_macc_epi16(__m128i a, __m128i b, __m128i c) { in test_mm_macc_epi16()
20 __m128i test_mm_maccsd_epi16(__m128i a, __m128i b, __m128i c) { in test_mm_maccsd_epi16()
26 __m128i test_mm_maccd_epi16(__m128i a, __m128i b, __m128i c) { in test_mm_maccd_epi16()
32 __m128i test_mm_maccs_epi32(__m128i a, __m128i b, __m128i c) { in test_mm_maccs_epi32()
38 __m128i test_mm_macc_epi32(__m128i a, __m128i b, __m128i c) { in test_mm_macc_epi32()
44 __m128i test_mm_maccslo_epi32(__m128i a, __m128i b, __m128i c) { in test_mm_maccslo_epi32()
50 __m128i test_mm_macclo_epi32(__m128i a, __m128i b, __m128i c) { in test_mm_macclo_epi32()
56 __m128i test_mm_maccshi_epi32(__m128i a, __m128i b, __m128i c) { in test_mm_maccshi_epi32()
62 __m128i test_mm_macchi_epi32(__m128i a, __m128i b, __m128i c) { in test_mm_macchi_epi32()
[all …]
Daarch64-neon-extract.c9 int8x8_t test_vext_s8(int8x8_t a, int8x8_t b) { in test_vext_s8()
15 int16x4_t test_vext_s16(int16x4_t a, int16x4_t b) { in test_vext_s16()
21 int32x2_t test_vext_s32(int32x2_t a, int32x2_t b) { in test_vext_s32()
27 int64x1_t test_vext_s64(int64x1_t a, int64x1_t b) { in test_vext_s64()
32 int8x16_t test_vextq_s8(int8x16_t a, int8x16_t b) { in test_vextq_s8()
38 int16x8_t test_vextq_s16(int16x8_t a, int16x8_t b) { in test_vextq_s16()
44 int32x4_t test_vextq_s32(int32x4_t a, int32x4_t b) { in test_vextq_s32()
50 int64x2_t test_vextq_s64(int64x2_t a, int64x2_t b) { in test_vextq_s64()
56 uint8x8_t test_vext_u8(uint8x8_t a, uint8x8_t b) { in test_vext_u8()
62 uint16x4_t test_vext_u16(uint16x4_t a, uint16x4_t b) { in test_vext_u16()
[all …]
Daarch64-neon-intrinsics.c918 uint64x1_t test_vcage_f64(float64x1_t a, float64x1_t b) { in test_vcage_f64()
942 uint64x1_t test_vcagt_f64(float64x1_t a, float64x1_t b) { in test_vcagt_f64()
967 uint64x1_t test_vcale_f64(float64x1_t a, float64x1_t b) { in test_vcale_f64()
994 uint64x1_t test_vcalt_f64(float64x1_t a, float64x1_t b) { in test_vcalt_f64()
1122 uint64x1_t test_vtst_s64(int64x1_t a, int64x1_t b) { in test_vtst_s64()
1128 uint64x1_t test_vtst_u64(uint64x1_t a, uint64x1_t b) { in test_vtst_u64()
1152 uint64x1_t test_vceq_s64(int64x1_t a, int64x1_t b) { in test_vceq_s64()
1158 uint64x1_t test_vceq_u64(uint64x1_t a, uint64x1_t b) { in test_vceq_u64()
1170 uint64x1_t test_vceq_f64(float64x1_t a, float64x1_t b) { in test_vceq_f64()
1284 uint64x1_t test_vcge_s64(int64x1_t a, int64x1_t b) { in test_vcge_s64()
[all …]
Daarch64-neon-vget.c7 uint8_t test_vget_lane_u8(uint8x8_t a) { in test_vget_lane_u8()
14 uint16_t test_vget_lane_u16(uint16x4_t a) { in test_vget_lane_u16()
21 uint32_t test_vget_lane_u32(uint32x2_t a) { in test_vget_lane_u32()
28 int8_t test_vget_lane_s8(int8x8_t a) { in test_vget_lane_s8()
35 int16_t test_vget_lane_s16(int16x4_t a) { in test_vget_lane_s16()
42 int32_t test_vget_lane_s32(int32x2_t a) { in test_vget_lane_s32()
49 poly8_t test_vget_lane_p8(poly8x8_t a) { in test_vget_lane_p8()
56 poly16_t test_vget_lane_p16(poly16x4_t a) { in test_vget_lane_p16()
63 float32_t test_vget_lane_f32(float32x2_t a) { in test_vget_lane_f32()
70 float32_t test_vget_lane_f16(float16x4_t a) { in test_vget_lane_f16()
[all …]
Dfma4-builtins.c8 __m128 test_mm_macc_ps(__m128 a, __m128 b, __m128 c) { in test_mm_macc_ps()
14 __m128d test_mm_macc_pd(__m128d a, __m128d b, __m128d c) { in test_mm_macc_pd()
20 __m128 test_mm_macc_ss(__m128 a, __m128 b, __m128 c) { in test_mm_macc_ss()
26 __m128d test_mm_macc_sd(__m128d a, __m128d b, __m128d c) { in test_mm_macc_sd()
32 __m128 test_mm_msub_ps(__m128 a, __m128 b, __m128 c) { in test_mm_msub_ps()
38 __m128d test_mm_msub_pd(__m128d a, __m128d b, __m128d c) { in test_mm_msub_pd()
44 __m128 test_mm_msub_ss(__m128 a, __m128 b, __m128 c) { in test_mm_msub_ss()
50 __m128d test_mm_msub_sd(__m128d a, __m128d b, __m128d c) { in test_mm_msub_sd()
56 __m128 test_mm_nmacc_ps(__m128 a, __m128 b, __m128 c) { in test_mm_nmacc_ps()
62 __m128d test_mm_nmacc_pd(__m128d a, __m128d b, __m128d c) { in test_mm_nmacc_pd()
[all …]
Dfma-builtins.c8 __m128 test_mm_fmadd_ps(__m128 a, __m128 b, __m128 c) { in test_mm_fmadd_ps()
13 __m128d test_mm_fmadd_pd(__m128d a, __m128d b, __m128d c) { in test_mm_fmadd_pd()
18 __m128 test_mm_fmadd_ss(__m128 a, __m128 b, __m128 c) { in test_mm_fmadd_ss()
23 __m128d test_mm_fmadd_sd(__m128d a, __m128d b, __m128d c) { in test_mm_fmadd_sd()
28 __m128 test_mm_fmsub_ps(__m128 a, __m128 b, __m128 c) { in test_mm_fmsub_ps()
33 __m128d test_mm_fmsub_pd(__m128d a, __m128d b, __m128d c) { in test_mm_fmsub_pd()
38 __m128 test_mm_fmsub_ss(__m128 a, __m128 b, __m128 c) { in test_mm_fmsub_ss()
43 __m128d test_mm_fmsub_sd(__m128d a, __m128d b, __m128d c) { in test_mm_fmsub_sd()
48 __m128 test_mm_fnmadd_ps(__m128 a, __m128 b, __m128 c) { in test_mm_fnmadd_ps()
53 __m128d test_mm_fnmadd_pd(__m128d a, __m128d b, __m128d c) { in test_mm_fnmadd_pd()
[all …]
Dpointer-arithmetic.c5 int f0(int *a, Int *b) { return a - b; } in f0()
7 int f1(const char *a, char *b) { return b - a; } in f1()
11 void *f2(void *a, int b) { return a + b; } in f2()
12 void *f2_0(void *a, int b) { return &a[b]; } in f2_0()
13 void *f2_1(void *a, int b) { return (a += b); } in f2_1()
14 void *f3(int a, void *b) { return a + b; } in f3()
15 void *f3_1(int a, void *b) { return (a += b); } in f3_1()
16 void *f4(void *a, int b) { return a - b; } in f4()
17 void *f4_1(void *a, int b) { return (a -= b); } in f4_1()
18 FP f5(FP a, int b) { return a + b; } in f5()
[all …]
/external/v8/src/compiler/
Draw-machine-assembler.h105 Node* Projection(int index, Node* a) { in Projection()
127 Node* WordAnd(Node* a, Node* b) { in WordAnd()
130 Node* WordOr(Node* a, Node* b) { return AddNode(machine()->WordOr(), a, b); } in WordOr()
131 Node* WordXor(Node* a, Node* b) { in WordXor()
134 Node* WordShl(Node* a, Node* b) { in WordShl()
137 Node* WordShr(Node* a, Node* b) { in WordShr()
140 Node* WordSar(Node* a, Node* b) { in WordSar()
143 Node* WordRor(Node* a, Node* b) { in WordRor()
146 Node* WordEqual(Node* a, Node* b) { in WordEqual()
149 Node* WordNotEqual(Node* a, Node* b) { in WordNotEqual()
[all …]
/external/jemalloc/test/include/test/
Dtest.h3 #define assert_cmp(t, a, b, cmp, neg_cmp, pri, ...) do { \ argument
20 #define assert_ptr_eq(a, b, ...) assert_cmp(void *, a, b, ==, \ argument
22 #define assert_ptr_ne(a, b, ...) assert_cmp(void *, a, b, !=, \ argument
24 #define assert_ptr_null(a, ...) assert_cmp(void *, a, NULL, ==, \ argument
26 #define assert_ptr_not_null(a, ...) assert_cmp(void *, a, NULL, !=, \ argument
29 #define assert_c_eq(a, b, ...) assert_cmp(char, a, b, ==, !=, "c", __VA_ARGS__) argument
30 #define assert_c_ne(a, b, ...) assert_cmp(char, a, b, !=, ==, "c", __VA_ARGS__) argument
31 #define assert_c_lt(a, b, ...) assert_cmp(char, a, b, <, >=, "c", __VA_ARGS__) argument
32 #define assert_c_le(a, b, ...) assert_cmp(char, a, b, <=, >, "c", __VA_ARGS__) argument
33 #define assert_c_ge(a, b, ...) assert_cmp(char, a, b, >=, <, "c", __VA_ARGS__) argument
[all …]
/external/safe-iop/src/
Dsafe_iop.c183 int8_t a, b; in T_add_s8() local
196 int16_t a, b; in T_add_s16() local
207 int32_t a, b; in T_add_s32() local
218 int64_t a, b; in T_add_s64() local
229 long a, b; in T_add_long() local
239 long long a, b; in T_add_longlong() local
249 ssize_t a, b; in T_add_ssizet() local
260 uint8_t a, b; in T_add_u8() local
272 uint16_t a, b; in T_add_u16() local
284 uint32_t a, b; in T_add_u32() local
[all …]
/external/mesa3d/src/mesa/x86/
Dassyntax.h150 #define CHOICE(a,b,c) c argument
242 #define CHOICE(a,b,c) b argument
249 #define CHOICE(a,b,c) a argument
259 #define GLNAME(a) a argument
261 #define GLNAME(a) CONCAT(_,a) argument
334 #define ADDR(a) CHOICE(CONCAT($,a), $a, a) argument
335 #define CONST(a) CHOICE(CONCAT($,a), $a, a) argument
338 #define CONTENT(a) CHOICE(a, a, (a)) /* take contents of variable */ argument
339 #define REGIND(a) CHOICE((a), (a), (a)) /* Register a indirect */ argument
341 #define REGOFF(a, b) CHOICE(a(b), a(b), a(b)) argument
[all …]
/external/speex/libspeex/
Dfixed_generic.h45 #define SHR16(a,shift) ((a) >> (shift)) argument
46 #define SHL16(a,shift) ((a) << (shift)) argument
47 #define SHR32(a,shift) ((a) >> (shift)) argument
48 #define SHL32(a,shift) ((a) << (shift)) argument
49 #define PSHR16(a,shift) (SHR16((a)+((1<<((shift))>>1)),shift)) argument
50 #define PSHR32(a,shift) (SHR32((a)+((EXTEND32(1)<<((shift))>>1)),shift)) argument
51 #define VSHR32(a, shift) (((shift)>0) ? SHR32(a, shift) : SHL32(a, -(shift))) argument
52 #define SATURATE16(x,a) (((x)>(a) ? (a) : (x)<-(a) ? -(a) : (x))) argument
53 #define SATURATE32(x,a) (((x)>(a) ? (a) : (x)<-(a) ? -(a) : (x))) argument
55 #define SATURATE32PSHR(x,shift,a) (((x)>=(SHL32(a,shift))) ? (a) : \ argument
[all …]
/external/eigen/test/eigen2/
Dmain.h32 #define EI_PP_CAT2(a,b) a ## b argument
33 #define EI_PP_CAT(a,b) EI_PP_CAT2(a,b) argument
68 #define eigen_assert(a) \ argument
79 #define VERIFY_RAISES_ASSERT(a) \ argument
101 #define eigen_assert(a) \ argument
108 #define VERIFY_RAISES_ASSERT(a) { \ argument
120 #define VERIFY_RAISES_ASSERT(a) {} argument
130 #define VERIFY(a) do { if (!(a)) { \ argument
136 #define VERIFY_IS_APPROX(a, b) VERIFY(test_ei_isApprox(a, b)) argument
137 #define VERIFY_IS_NOT_APPROX(a, b) VERIFY(!test_ei_isApprox(a, b)) argument
[all …]
/external/chromium-trace/catapult/third_party/py_vulcanize/third_party/rjsmin/bench/
Dknockout-2.0.0.js6 function c(a){throw a;}var l=void 0,m=!0,o=null,p=!1,r=window.ko={};r.b=function(a,b){for(var d=a.s… argument
7 r.a=new function(){function a(a,e){if("INPUT"!=a.tagName||!a.type)return p;if("click"!=e.toLowerCas… function
8 f}var j=function(){for(var a=3,e=document.createElement("div"),b=e.getElementsByTagName("i");e.inne… argument
9 a.length;f<d;f++)if(e.call(b,a[f]))return a[f];return o},ca:function(a,e){var b=r.a.k(a,e);0<=b&&a.… argument
10 (a[b]=e[b]);return a},U:function(a){for(;a.firstChild;)r.removeNode(a.firstChild)},oa:function(a,e)… argument
11 [],f=(a||"").split(e),d=0,h=f.length;d<h;d++){var g=r.a.z(f[d]);""!==g&&b.push(g)}return b},Cb:func… argument
12 ga:function(a){return r.a.fb(a,document)},s:function(e,b,f){if("undefined"!=typeof jQuery){if(a(e,b… argument
14 b.checked!==m;b.fireEvent("on"+f)}else c(Error("Browser doesn't support triggering events"))},d:fun… argument
15 e.appendChild(a.cloneNode(m));return e.innerHTML},Ma:function(a,e){var b=r.a.d(e);if(b===o||b===l)b… argument
16 e}:function(a){return e.test(a.name)},d=[],h=b.length-1;0<=h;h--)f(b[h])&&d.push(b[h]);return d},vb… argument
[all …]

12345678910>>...55