/external/clang/test/CodeGen/ |
D | fma-builtins.c | 8 __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 …]
|
D | fma4-builtins.c | 8 __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 …]
|
D | aarch64-neon-tbl.c | 9 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 …]
|
D | xop-builtins.c | 8 __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 …]
|
D | fp-contract-pragma.cpp | 4 float fp_contract_1(float a, float b, float c) { in fp_contract_1() 12 float fp_contract_2(float a, float b, float c) { in fp_contract_2() 27 T template_muladd(T a, T b, T c) { in template_muladd() 32 float fp_contract_3(float a, float b, float c) { in fp_contract_3() 39 float method(float a, float b, float c) { in method() 51 float fp_contract_5(float a, float b, float c) { in fp_contract_5() 58 float fp_contract_6(float a, float b, float c) { in fp_contract_6()
|
D | aarch64-neon-scalar-x-indexed-elem.c | 10 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 …]
|
D | aarch64-neon-fma.c | 8 float32x2_t test_vmla_n_f32(float32x2_t a, float32x2_t b, float32_t c) { in test_vmla_n_f32() 17 float32x4_t test_vmlaq_n_f32(float32x4_t a, float32x4_t b, float32_t c) { in test_vmlaq_n_f32() 26 float64x2_t test_vmlaq_n_f64(float64x2_t a, float64x2_t b, float64_t c) { in test_vmlaq_n_f64() 35 float32x4_t test_vmlsq_n_f32(float32x4_t a, float32x4_t b, float32_t c) { in test_vmlsq_n_f32() 44 float32x2_t test_vmls_n_f32(float32x2_t a, float32x2_t b, float32_t c) { in test_vmls_n_f32() 53 float64x2_t test_vmlsq_n_f64(float64x2_t a, float64x2_t b, float64_t c) { in test_vmlsq_n_f64() 62 float32x2_t test_vmla_lane_f32_0(float32x2_t a, float32x2_t b, float32x2_t v) { in test_vmla_lane_f32_0() 70 float32x4_t test_vmlaq_lane_f32_0(float32x4_t a, float32x4_t b, float32x2_t v) { in test_vmlaq_lane_f32_0() 78 float32x2_t test_vmla_laneq_f32_0(float32x2_t a, float32x2_t b, float32x4_t v) { in test_vmla_laneq_f32_0() 86 float32x4_t test_vmlaq_laneq_f32_0(float32x4_t a, float32x4_t b, float32x4_t v) { in test_vmlaq_laneq_f32_0() [all …]
|
D | avx2-builtins.c | 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() 68 __m256i test_mm256_add_epi64(__m256i a, __m256i b) { in test_mm256_add_epi64() 73 __m256i test_mm256_adds_epi8(__m256i a, __m256i b) { in test_mm256_adds_epi8() 78 __m256i test_mm256_adds_epi16(__m256i a, __m256i b) { in test_mm256_adds_epi16() [all …]
|
/external/v8/test/webkit/fast/js/ |
D | function-apply.js | 26 function argumentsApply1(a, b, c) argument 28 function t(a, b, c) argument 35 function argumentsApply2(a, b, c) argument 37 function t(a, b, c) argument 44 function argumentsApply3(a, b, c) argument 46 function t(a, b, c) argument 53 function argumentsApplyLength(a, b, c) argument 55 function t(a, b, c) argument 62 function argumentsApplyExcessArguments(a, b, c) argument 64 function t(a, b, c) argument [all …]
|
D | arguments.js | 28 function access_1(a, b, c) argument 33 function access_2(a, b, c) argument 38 function access_3(a, b, c) argument 43 function access_4(a, b, c) argument 48 function access_5(a, b, c) argument 104 function f(a, b, c) argument 109 function tear_off_equal_access_1(a, b, c) argument 114 function tear_off_equal_access_2(a, b, c) argument 119 function tear_off_equal_access_3(a, b, c) argument 124 function tear_off_equal_access_4(a, b, c) argument [all …]
|
/external/clang/test/CXX/basic/basic.scope/basic.scope.local/ |
D | p4-0x.cpp | 4 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 13 for (int c; // expected-note 2{{previous definition}} in f() local 15 double c; // 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 [all …]
|
/external/libcxx/test/std/containers/associative/ |
D | tree_remove.pass.cpp | 37 Node b; in test1() local 38 Node c; in test1() local 102 Node b; in test1() local 103 Node c; in test1() local 167 Node b; in test1() local 168 Node c; in test1() local 243 Node b; in test1() local 244 Node c; in test1() local 323 Node b; in test2() local 324 Node c; in test2() local [all …]
|
D | tree_balance_after_insert.pass.cpp | 36 Node b; in test1() local 37 Node c; in test1() local 91 Node b; in test1() local 92 Node c; in test1() local 146 Node b; in test1() local 147 Node c; in test1() local 201 Node b; in test1() local 202 Node c; in test1() local 256 Node b; in test1() local 257 Node c; in test1() local [all …]
|
/external/v8/test/mjsunit/compiler/ |
D | literals-optimized.js | 41 function create_arr_shallow(a, b, c) { argument 44 function verify_arr_shallow(array, a, b, c) { argument 57 function create_arr_nested(a, b, c) { argument 60 function verify_arr_nested(array, a, b, c) { argument 77 function create_obj_shallow(a, b, c) { argument 80 function verify_obj_shallow(object, a, b, c) { argument 91 function create_obj_nested(a, b, c) { argument 94 function verify_obj_nested(object, a, b, c) { argument 107 function create_mixed_nested(a, b, c) { argument 110 function verify_mixed_nested(object, a, b, c) { argument
|
D | inline-literals.js | 32 function a2(b, c) { argument 36 function a1(a, b, c) { argument 40 function TestArrayLiteral(a, b, c) { argument 52 function o2(b, c) { argument 56 function o1(a, b, c) { argument 60 function TestObjectLiteral(a, b, c) { argument 61 var expected = { 'a':a, 'x':{ 'b':b, 'c':c, 'y':b + c } }; property 91 function f2(b, c) { argument 92 var closure = function(b, c) { return b + c; } argument 97 function f1(a, b, c) { argument [all …]
|
/external/clang/test/Analysis/ |
D | auto-obj-dtors-cfg-output.cpp | 53 const A& b = a; in test_const_ref() local 54 const A& c = A(); in test_const_ref() local 71 A b[0]; in test_array() local 95 { A c; in test_scope() local 98 A b; in test_scope() local 131 A b; in test_return() local 133 A c; in test_return() local 196 A b; in test_goto() local 241 if (A b = a) in test_if_implicit_scope() local 242 A c; in test_if_implicit_scope() local [all …]
|
/external/v8/test/webkit/ |
D | dfg-arith-add-overflow-check-elimination-predicted-but-not-proven-int.js | 28 function foo(a, b, o) { argument 32 function bar(a, b, o) { argument 38 {a:2147483645, b:2147483644, c:9007199254740990, expected:-8}, property 39 {a:2147483643, b:2147483643, c:18014398509481980, expected:-16}, property 40 {a:2147483643, b:2147483642, c:36028797018963960, expected:-16}, property 41 {a:2147483642, b:2147483642, c:36028797018963960, expected:-16}, property 42 {a:2147483641, b:2147483640, c:144115188075855840, expected:-32}, property 43 {a:2147483640, b:2147483640, c:144115188075855840, expected:-64}, property 44 {a:2147483640, b:2147483639, c:288230376151711680, expected:-64}, property 45 {a:2147483639, b:2147483639, c:288230376151711680, expected:-64} property [all …]
|
/external/libcxxabi/test/ |
D | inherited_exception.pass.cpp | 39 int c; member 73 catch (const Child& c) in main() local 77 catch (const Base& b) in main() local 91 catch (const Base& c) in main() local 95 catch (const Child& b) in main() local 109 catch (const Base2& c) in main() local 113 catch (const Child& b) in main() local 127 catch (const Child& c) in main() local 131 catch (const Base& b) in main() local 135 catch (const Base2& b) in main() local [all …]
|
/external/v8/test/mjsunit/ |
D | array-store-and-grow.js | 35 function array_store_1(a,b,c) { argument 56 function array_store_2(a,b,c) { argument 67 function array_store_3(a,b,c) { argument 84 function array_store_4(a,b,c) { argument 95 function array_store_5(a,b,c) { argument 109 function array_store_6(a,b,c) { argument 150 function array_store_7(a,b,c) { argument 168 function array_store_8(a,b,c) { argument 179 function array_store_9(a,b,c) { argument 196 function grow_store(a,b,c) { argument
|
D | number-tostring-func.js | 30 function testToString(a, b) { argument 34 function testToStringP(a, b, c) { argument 158 function testToFixed(a, b, c) { argument 244 function testToExponential(a, b) { argument 248 function testToExponentialP(a, b, c) { argument 330 function testToPrecision(a, b, c) { argument
|
/external/clang/test/CodeGenCXX/ |
D | temp-order.cpp | 50 A b(tt, 5); in f0() local 51 A c(tt, 7); in f0() local 62 A b(tt, 5); in f1() local 63 A c(tt, 7); in f1() local 73 if (A b = A(tt, 3)) in f2() local 74 A c(tt, 5); in f2() local 85 if (A b = A(tt, 3, false)) in f3() local 86 A c(tt, 5); in f3() local 88 A c(tt, 7); in f3() local 99 while (A b = A(tt, 3, false)) in f4() local [all …]
|
/external/libopus/silk/arm/ |
D | macros_armv5e.h | 34 static OPUS_INLINE opus_int32 silk_SMULWB_armv5e(opus_int32 a, opus_int16 b) in silk_SMULWB_armv5e() 45 #define silk_SMULWB(a, b) (silk_SMULWB_armv5e(a, b)) argument 49 static OPUS_INLINE opus_int32 silk_SMLAWB_armv5e(opus_int32 a, opus_int32 b, in silk_SMLAWB_armv5e() 50 opus_int16 c) in silk_SMLAWB_armv5e() 61 #define silk_SMLAWB(a, b, c) (silk_SMLAWB_armv5e(a, b, c)) argument 65 static OPUS_INLINE opus_int32 silk_SMULWT_armv5e(opus_int32 a, opus_int32 b) in silk_SMULWT_armv5e() 76 #define silk_SMULWT(a, b) (silk_SMULWT_armv5e(a, b)) argument 80 static OPUS_INLINE opus_int32 silk_SMLAWT_armv5e(opus_int32 a, opus_int32 b, in silk_SMLAWT_armv5e() 81 opus_int32 c) in silk_SMLAWT_armv5e() 92 #define silk_SMLAWT(a, b, c) (silk_SMLAWT_armv5e(a, b, c)) argument [all …]
|
/external/slf4j/slf4j-site/src/site/pages/js/ |
D | jquery-min.js | 2 (function(a,b){function cy(a){return f.isWindow(a)?a:a.nodeType===9?a.defaultView||a.parentWindow:!… argument 3 a){var b=F.exec(a);b&&(b[1]=(b[1]||"").toLowerCase(),b[3]=b[3]&&new RegExp("(?:^|\\s)"+b[3]+"(?:\\s… argument 4 .clean(arguments);a.push.apply(a,this.toArray());return this.pushStack(a,"before",arguments)}},afte… argument
|
/external/libgsm/inc/ |
D | proto.h | 41 # define P2(x, a, b) (a, b) argument 42 # define P3(x, a, b, c) (a, b, c) argument 43 # define P4(x, a, b, c, d) (a, b, c, d) argument 44 # define P5(x, a, b, c, d, e) (a, b, c, d, e) argument 45 # define P6(x, a, b, c, d, e, f) (a, b, c, d, e, f) argument 46 # define P7(x, a, b, c, d, e, f, g) (a, b, c, d, e, f, g) argument 47 # define P8(x, a, b, c, d, e, f, g, h) (a, b, c, d, e, f, g, h) argument 55 # define P2(x, a, b) x a; b; argument 56 # define P3(x, a, b, c) x a; b; c; argument 57 # define P4(x, a, b, c, d) x a; b; c; d; argument [all …]
|
/external/v8/test/mjsunit/es6/ |
D | arguments-iterator.js | 39 function TestDirectValues1(a, b, c) { argument 49 function TestIndirectValues1(a, b, c) { argument 60 function TestDirectValues2(a, b, c) { argument 74 function TestIndirectValues2(a, b, c) { argument 89 function TestDirectValues3(a, b, c) { argument 100 function TestIndirectValues3(a, b, c) { argument 112 function TestDirectValues4(a, b, c) { argument 125 function TestIndirectValues4(a, b, c) { argument
|