Home
last modified time | relevance | path

Searched defs:a (Results 1 – 25 of 3920) sorted by relevance

12345678910>>...157

/external/clang/test/CodeGen/
Dmmx-builtins.c10 __m64 test1(__m64 a, __m64 b) { in test1()
15 __m64 test2(__m64 a, __m64 b) { in test2()
20 __m64 test3(__m64 a, __m64 b) { in test3()
25 __m64 test4(__m64 a, __m64 b) { in test4()
30 __m64 test5(__m64 a, __m64 b) { in test5()
35 __m64 test6(__m64 a, __m64 b) { in test6()
40 __m64 test7(__m64 a, __m64 b) { in test7()
45 __m64 test8(__m64 a, __m64 b) { in test8()
50 __m64 test9(__m64 a, __m64 b) { in test9()
55 __m64 test10(__m64 a, __m64 b) { in test10()
[all …]
Dxop-builtins.c8 __m128i test_mm_maccs_epi16(__m128i a, __m128i b, __m128i c) { in test_mm_maccs_epi16()
13 __m128i test_mm_macc_epi16(__m128i a, __m128i b, __m128i c) { in test_mm_macc_epi16()
18 __m128i test_mm_maccsd_epi16(__m128i a, __m128i b, __m128i c) { in test_mm_maccsd_epi16()
23 __m128i test_mm_maccd_epi16(__m128i a, __m128i b, __m128i c) { in test_mm_maccd_epi16()
28 __m128i test_mm_maccs_epi32(__m128i a, __m128i b, __m128i c) { in test_mm_maccs_epi32()
33 __m128i test_mm_macc_epi32(__m128i a, __m128i b, __m128i c) { in test_mm_macc_epi32()
38 __m128i test_mm_maccslo_epi32(__m128i a, __m128i b, __m128i c) { in test_mm_maccslo_epi32()
43 __m128i test_mm_macclo_epi32(__m128i a, __m128i b, __m128i c) { in test_mm_macclo_epi32()
48 __m128i test_mm_maccshi_epi32(__m128i a, __m128i b, __m128i c) { in test_mm_maccshi_epi32()
53 __m128i test_mm_macchi_epi32(__m128i a, __m128i b, __m128i c) { in test_mm_macchi_epi32()
[all …]
Davx2-builtins.c18 __m256i test_mm256_abs_epi8(__m256i a) { in test_mm256_abs_epi8()
23 __m256i test_mm256_abs_epi16(__m256i a) { in test_mm256_abs_epi16()
28 __m256i test_mm256_abs_epi32(__m256i a) { in test_mm256_abs_epi32()
33 __m256i test_mm256_packs_epi16(__m256i a, __m256i b) { in test_mm256_packs_epi16()
38 __m256i test_mm256_packs_epi32(__m256i a, __m256i b) { in test_mm256_packs_epi32()
43 __m256i test_mm256_packs_epu16(__m256i a, __m256i b) { in test_mm256_packs_epu16()
48 __m256i test_mm256_packs_epu32(__m256i a, __m256i b) { in test_mm256_packs_epu32()
53 __m256i test_mm256_add_epi8(__m256i a, __m256i b) { in test_mm256_add_epi8()
58 __m256i test_mm256_add_epi16(__m256i a, __m256i b) { in test_mm256_add_epi16()
63 __m256i test_mm256_add_epi32(__m256i a, __m256i b) { in test_mm256_add_epi32()
[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 …]
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 …]
Dfma4-builtins.c8 __m128 test_mm_macc_ps(__m128 a, __m128 b, __m128 c) { in test_mm_macc_ps()
13 __m128d test_mm_macc_pd(__m128d a, __m128d b, __m128d c) { in test_mm_macc_pd()
18 __m128 test_mm_macc_ss(__m128 a, __m128 b, __m128 c) { in test_mm_macc_ss()
23 __m128d test_mm_macc_sd(__m128d a, __m128d b, __m128d c) { in test_mm_macc_sd()
28 __m128 test_mm_msub_ps(__m128 a, __m128 b, __m128 c) { in test_mm_msub_ps()
33 __m128d test_mm_msub_pd(__m128d a, __m128d b, __m128d c) { in test_mm_msub_pd()
38 __m128 test_mm_msub_ss(__m128 a, __m128 b, __m128 c) { in test_mm_msub_ss()
43 __m128d test_mm_msub_sd(__m128d a, __m128d b, __m128d c) { in test_mm_msub_sd()
48 __m128 test_mm_nmacc_ps(__m128 a, __m128 b, __m128 c) { in test_mm_nmacc_ps()
53 __m128d test_mm_nmacc_pd(__m128d a, __m128d b, __m128d c) { in test_mm_nmacc_pd()
[all …]
Davx-shuffle-builtins.c12 __m256 x(__m256 a, __m256 b) { in x()
18 __m128d test_mm_permute_pd(__m128d a) { in test_mm_permute_pd()
24 __m256d test_mm256_permute_pd(__m256d a) { in test_mm256_permute_pd()
30 __m128 test_mm_permute_ps(__m128 a) { in test_mm_permute_ps()
37 __m128 test_mm_permute_ps2(__m128 a) { in test_mm_permute_ps2()
43 __m256 test_mm256_permute_ps(__m256 a) { in test_mm256_permute_ps()
49 __m256d test_mm256_permute2f128_pd(__m256d a, __m256d b) { in test_mm256_permute2f128_pd()
55 __m256 test_mm256_permute2f128_ps(__m256 a, __m256 b) { in test_mm256_permute2f128_ps()
61 __m256i test_mm256_permute2f128_si256(__m256i a, __m256i b) { in test_mm256_permute2f128_si256()
Dparameter-passing.c16 typedef struct { int a, b, c; } AggrTy; member
17 typedef struct { int a[0]; } EmptyTy; member
21 static BoolTy bool_id(BoolTy a) { return a; } in bool_id()
22 static AggrTy aggr_id(AggrTy a) { return a; } in aggr_id()
23 static EmptyTy empty_id(EmptyTy a) { return a; } in empty_id()
24 static ScalarTy scalar_id(ScalarTy a) { return a; } in scalar_id()
25 static ComplexTy complex_id(ComplexTy a) { return a; } in complex_id()
27 static void bool_mul(BoolTy a) { result *= a; } in bool_mul()
29 static void aggr_mul(AggrTy a) { result *= a.a * a.b * a.c; } in aggr_mul()
31 static void empty_mul(EmptyTy a) { result *= 53; } in empty_mul()
[all …]
/external/v8/test/mjsunit/
Darray-store-and-grow.js33 function array_store_1(a,b,c) { argument
38 var a = []; variable
54 function array_store_2(a,b,c) { argument
65 function array_store_3(a,b,c) { argument
82 function array_store_4(a,b,c) { argument
93 function array_store_5(a,b,c) { argument
104 function array_store_6(a,b,c) { argument
116 a = new Array(1,2,3); variable
118 a = new Array(1,2,3); variable
127 a = new Array(1,2,3); variable
[all …]
Darray-constructor.js33 var a = new Array(); variable
46 var a = new Array(j); variable
59 a = new Array(0, 1); variable
61 a = new Array(0, 1, 2); variable
63 a = new Array(0, 1, 2, 3); variable
65 a = new Array(0, 1, 2, 3, 4); variable
67 a = new Array(0, 1, 2, 3, 4, 5); variable
69 a = new Array(0, 1, 2, 3, 4, 5, 6); variable
71 a = new Array(0, 1, 2, 3, 4, 5, 6, 7); variable
73 a = new Array(0, 1, 2, 3, 4, 5, 6, 7, 8); variable
[all …]
Darray-length.js28 var a = [0,1,2,3]; variable
37 var a = [0,1,2,3]; variable
46 var a = new Array(); variable
61 var a = new Array(); variable
76 var a = new Array(); variable
82 var a = new Array(); variable
104 var a = new Array(); variable
114 var a = []; variable
Din.js53 var a = [ ]; variable
60 var a = [ 1 ]; variable
67 var a = [ 1, 2 ]; variable
74 var a = [ 1, 2 ]; variable
84 var a = []; variable
133 var a = []; variable
156 var a = []; variable
/external/clang/test/Analysis/
Dadditive-folding-range-constraints.c13 void smallAdjustmentGT (unsigned a) { in smallAdjustmentGT()
20 void smallAdjustmentGE (unsigned a) { in smallAdjustmentGE()
27 void smallAdjustmentLT (unsigned a) { in smallAdjustmentLT()
32 void smallAdjustmentLE (unsigned a) { in smallAdjustmentLE()
41 void largeAdjustmentGT (unsigned a) { in largeAdjustmentGT()
48 void largeAdjustmentGE (unsigned a) { in largeAdjustmentGE()
55 void largeAdjustmentLT (unsigned a) { in largeAdjustmentLT()
62 void largeAdjustmentLE (unsigned a) { in largeAdjustmentLE()
73 void mixedComparisons1(signed char a) { in mixedComparisons1()
84 void mixedComparisons2(signed char a) { in mixedComparisons2()
[all …]
Dadditive-folding.cpp13 void separateExpressions (int a) { in separateExpressions()
20 void oneLongExpression (int a) { in oneLongExpression()
28 void mixedTypes (int a) { in mixedTypes()
43 void eq_ne (unsigned a) { in eq_ne()
55 void mixed_eq_ne (int a) { in mixed_eq_ne()
67 void baselineGT (unsigned a) { in baselineGT()
74 void baselineGE (unsigned a) { in baselineGE()
81 void baselineLT (unsigned a) { in baselineLT()
88 void baselineLE (unsigned a) { in baselineLE()
97 void adjustedGT (unsigned a) { in adjustedGT()
[all …]
Dconstant-folding.c7 void testComparisons (int a) { in testComparisons()
19 void testSelfOperations (int a) { in testSelfOperations()
26 void testIdempotent (int a) { in testIdempotent()
38 void testReductionToConstant (int a) { in testReductionToConstant()
44 void testSymmetricIntSymOperations (int a) { in testSymmetricIntSymOperations()
52 void testAsymmetricIntSymOperations (int a) { in testAsymmetricIntSymOperations()
61 void testLocations (char *a) { in testLocations()
71 void testMixedTypeComparisons (char a, unsigned long b) { in testMixedTypeComparisons()
/external/dropbear/libtomcrypt/src/math/
Dgmp_desc.c20 static int init(void **a) in init()
32 static void deinit(void *a) in deinit()
39 static int neg(void *a, void *b) in neg()
47 static int copy(void *a, void *b) in copy()
55 static int init_copy(void **a, void *b) in init_copy()
64 static int set_int(void *a, unsigned long b) in set_int()
71 static unsigned long get_int(void *a) in get_int()
77 static unsigned long get_digit(void *a, int n) in get_digit()
83 static int get_digit_count(void *a) in get_digit_count()
89 static int compare(void *a, void *b) in compare()
[all …]
Dltm_desc.c44 static int init(void **a) in init()
61 static void deinit(void *a) in deinit()
68 static int neg(void *a, void *b) in neg()
75 static int copy(void *a, void *b) in copy()
82 static int init_copy(void **a, void *b) in init_copy()
91 static int set_int(void *a, unsigned long b) in set_int()
97 static unsigned long get_int(void *a) in get_int()
103 static unsigned long get_digit(void *a, int n) in get_digit()
111 static int get_digit_count(void *a) in get_digit_count()
119 static int compare(void *a, void *b) in compare()
[all …]
Dtfm_desc.c44 static int init(void **a) in init()
56 static void deinit(void *a) in deinit()
62 static int neg(void *a, void *b) in neg()
70 static int copy(void *a, void *b) in copy()
78 static int init_copy(void **a, void *b) in init_copy()
87 static int set_int(void *a, unsigned long b) in set_int()
94 static unsigned long get_int(void *a) in get_int()
102 static unsigned long get_digit(void *a, int n) in get_digit()
110 static int get_digit_count(void *a) in get_digit_count()
118 static int compare(void *a, void *b) in compare()
[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/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/v8/test/mjsunit/compiler/
Darray-access.js28 function Get0(a) { argument
32 function GetN(a,n) { argument
36 function GetA0(a) { argument
40 function GetAN(a,n) { argument
44 function GetAAN(a,n) { argument
68 function Set07(a) { argument
72 function Set0V(a, v) { argument
76 function SetN7(a, n) { argument
80 function SetNX(a, n, x) { argument
84 function RunSetTests(a) { argument
[all …]
/external/clang/test/SemaCXX/
Dredeclared-auto.cpp4 auto a = 0; // expected-note 2{{here}} variable
5 auto a = 0; // expected-error {{redefinition}} variable
6 int a = 0; // expected-error {{redefinition}} variable
13 static int a; member
17 auto S::a = 0; // expected-note 2{{here}} member in S
18 auto S::a; // expected-error {{redefinition}} expected-error {{requires an initializer}} member in S
19 int S::a = 0; // expected-error {{redefinition}} member in S
/external/openssl/crypto/conf/
Dconf_def.h82 #define IS_COMMENT(c,a) (KEYTYPES(c)[(a)&0xff]&CONF_COMMENT) argument
83 #define IS_FCOMMENT(c,a) (KEYTYPES(c)[(a)&0xff]&CONF_FCOMMENT) argument
84 #define IS_EOF(c,a) (KEYTYPES(c)[(a)&0xff]&CONF_EOF) argument
85 #define IS_ESC(c,a) (KEYTYPES(c)[(a)&0xff]&CONF_ESC) argument
86 #define IS_NUMBER(c,a) (KEYTYPES(c)[(a)&0xff]&CONF_NUMBER) argument
87 #define IS_WS(c,a) (KEYTYPES(c)[(a)&0xff]&CONF_WS) argument
88 #define IS_ALPHA_NUMERIC(c,a) (KEYTYPES(c)[(a)&0xff]&CONF_ALPHA_NUMERIC) argument
89 #define IS_ALPHA_NUMERIC_PUNCT(c,a) \ argument
91 #define IS_QUOTE(c,a) (KEYTYPES(c)[(a)&0xff]&CONF_QUOTE) argument
92 #define IS_DQUOTE(c,a) (KEYTYPES(c)[(a)&0xff]&CONF_DQUOTE) argument
[all …]
/external/aac/libFDK/include/
Dfixmadd.h115 inline FIXP_DBL fixmadddiv2_DD (FIXP_DBL x, const FIXP_DBL a, const FIXP_DBL b) in fixmadddiv2_DD()
120 inline FIXP_DBL fixmadddiv2_SD (FIXP_DBL x, const FIXP_SGL a, const FIXP_DBL b) { in fixmadddiv2_SD()
130 inline FIXP_DBL fixmadddiv2_DS (FIXP_DBL x, const FIXP_DBL a, const FIXP_SGL b) { in fixmadddiv2_DS()
140 inline FIXP_DBL fixmadddiv2_SS (FIXP_DBL x, const FIXP_SGL a, const FIXP_SGL b) in fixmadddiv2_SS()
145 inline FIXP_DBL fixmsubdiv2_DD (FIXP_DBL x, const FIXP_DBL a, const FIXP_DBL b) in fixmsubdiv2_DD()
150 inline FIXP_DBL fixmsubdiv2_SD (FIXP_DBL x, const FIXP_SGL a, const FIXP_DBL b) { in fixmsubdiv2_SD()
160 inline FIXP_DBL fixmsubdiv2_DS (FIXP_DBL x, const FIXP_DBL a, const FIXP_SGL b) { in fixmsubdiv2_DS()
170 inline FIXP_DBL fixmsubdiv2_SS (FIXP_DBL x, const FIXP_SGL a, const FIXP_SGL b) in fixmsubdiv2_SS()
177 inline FIXP_DBL fixmadddiv2BitExact_DD (FIXP_DBL x, const FIXP_DBL a, const FIXP_DBL b) { in fixmadddiv2BitExact_DD()
183 inline FIXP_DBL fixmadddiv2BitExact_SD (FIXP_DBL x, const FIXP_SGL a, const FIXP_DBL b) { in fixmadddiv2BitExact_SD()
[all …]

12345678910>>...157