/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 | avx2-builtins.c | 18 __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 …]
|
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 …]
|
/external/v8/test/webkit/fast/js/ |
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 58 function duplicateArgumentAndReturnLast_call(a) { argument 59 Array.prototype.push.call(arguments, a); argument 63 function duplicateArgumentAndReturnFirst_call(a) { argument 64 Array.prototype.push.call(arguments, a); argument 68 function duplicateArgumentAndReturnLast_apply(a) { argument [all …]
|
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 …]
|
/external/v8/test/mjsunit/ |
D | array-store-and-grow.js | 35 function array_store_1(a,b,c) { argument 40 var a = []; variable 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 121 a = new Array(1,2,3); variable 123 a = new Array(1,2,3); variable 132 a = new Array(1,2,3); variable [all …]
|
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/boringssl/src/crypto/conf/ |
D | conf_def.h | 80 #define KEYTYPES(c) CONF_type_default argument 81 #define IS_COMMENT(c,a) (KEYTYPES(c)[(a)&0xff]&CONF_COMMENT) argument 82 #define IS_FCOMMENT(c,a) (KEYTYPES(c)[(a)&0xff]&CONF_FCOMMENT) argument 83 #define IS_EOF(c,a) (KEYTYPES(c)[(a)&0xff]&CONF_EOF) argument 84 #define IS_ESC(c,a) (KEYTYPES(c)[(a)&0xff]&CONF_ESC) argument 85 #define IS_NUMBER(c,a) (KEYTYPES(c)[(a)&0xff]&CONF_NUMBER) argument 86 #define IS_WS(c,a) (KEYTYPES(c)[(a)&0xff]&CONF_WS) argument 87 #define IS_ALPHA_NUMERIC(c,a) (KEYTYPES(c)[(a)&0xff]&CONF_ALPHA_NUMERIC) argument 88 #define IS_ALPHA_NUMERIC_PUNCT(c,a) \ argument 90 #define IS_QUOTE(c,a) (KEYTYPES(c)[(a)&0xff]&CONF_QUOTE) argument [all …]
|
/external/clang/test/Analysis/ |
D | auto-obj-dtors-cfg-output.cpp | 52 A a; in test_const_ref() local 54 const A& c = A(); in test_const_ref() local 70 A a[2]; in test_array() local 94 A a; in test_scope() local 95 { A c; in test_scope() local 130 A a; in test_return() local 133 A c; in test_return() local 190 A a; in test_goto() local 193 { A a; in test_goto() local 240 A a; in test_if_implicit_scope() 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/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/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/libcxx/test/std/containers/associative/ |
D | tree_remove.pass.cpp | 38 Node c; in test1() local 103 Node c; in test1() local 168 Node c; in test1() local 244 Node c; in test1() local 322 Node a; in test2() local 324 Node c; in test2() local 387 Node a; in test2() local 389 Node c; in test2() local 452 Node a; in test2() local 454 Node c; in test2() local [all …]
|
D | tree_balance_after_insert.pass.cpp | 35 Node a; in test1() local 37 Node c; in test1() local 90 Node a; in test1() local 92 Node c; in test1() local 145 Node a; in test1() local 147 Node c; in test1() local 200 Node a; in test1() local 202 Node c; in test1() local 255 Node a; in test1() local 257 Node c; in test1() local [all …]
|
/external/chromium-trace/trace-viewer/tracing/third_party/components/polymer/ |
D | polymer.min.js | 11 window.PolymerGestures={},function(a){var b=!1,c=document.createElement("meta");if(c.createShadowRo… argument 12 var ab=H,bb=L;a.esprima={parse:R}}(this),function(a){"use strict";function b(a,b,d,e){var f;try{if(… argument 13 return q(this,d.open(r(this))),t(this,a,e)},HTMLSelectElement.prototype.bind=function(a,c,d){if("se… argument 14 b.events&&Object.keys(a).length>0&&console.log("[%s] addHostListeners:",this.localName,a);for(var c… argument
|
/external/clang/test/CodeGenCXX/ |
D | temp-order.cpp | 48 A a(tt, 2); in f0() local 51 A c(tt, 7); in f0() local 60 A a(tt, 2); in f1() local 63 A c(tt, 7); in f1() local 72 A a(tt, 2); in f2() local 74 A c(tt, 5); in f2() local 84 A a(tt, 2); in f3() local 86 A c(tt, 5); in f3() local 88 A c(tt, 7); in f3() local 98 A a(tt, 2); 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/libgsm/inc/ |
D | proto.h | 40 # define P1(x, a) (a) argument 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 54 # define P1(x, a) x a; argument 55 # define P2(x, a, b) x a; b; argument [all …]
|
/external/clang/test/OpenMP/ |
D | parallel_for_codegen.cpp | 12 void without_schedule_clause(float *a, float *b, float *c, float *d) { in without_schedule_clause() 60 void static_not_chunked(float *a, float *b, float *c, float *d) { in static_not_chunked() 108 void static_chunked(float *a, float *b, float *c, float *d) { in static_chunked() 175 void dynamic1(float *a, float *b, float *c, float *d) { in dynamic1() 224 void guided7(float *a, float *b, float *c, float *d) { in guided7() 273 void test_auto(float *a, float *b, float *c, float *d) { in test_auto() 325 void runtime(float *a, float *b, float *c, float *d) { in runtime() 377 void parallel_for(float *a) { in parallel_for()
|