/external/v8/test/webkit/fast/regex/ |
D | pcre-test-4.js | 29 var input0 = "acb"; variable 44 var input0 = "a\u4000xyb"; 62 var input0 = "a\xc0\x88b"; 67 var input0 = "a\u0100b"; 72 var input0 = "a\xc0\x88b"; 77 var input0 = "a\u0100b"; 82 var input0 = "a\xc0\x92bcd"; 87 var input0 = "a\u0240bcd"; 92 var input0 = "a\xc0\x92bcd"; 97 var input0 = "a\u0240bcd"; [all …]
|
D | pcre-test-4-expected.txt | 29 PASS regex0.exec(input0); is results 33 PASS regex1.exec(input0); is results 38 PASS regex2.exec(input0); is results 39 PASS regex3.exec(input0); is results 40 PASS regex4.exec(input0); is results 41 PASS regex5.exec(input0); is results 42 PASS regex6.exec(input0); is results 43 PASS regex7.exec(input0); is results 44 PASS regex8.exec(input0); is results 45 PASS regex9.exec(input0); is results [all …]
|
/external/webrtc/src/modules/audio_coding/codecs/isac/fix/source/ |
D | lattice_neon.S | 15 @ void WebRtcIsacfix_FilterMaLoopNeon(int16_t input0, 22 @ *ptr2 = input2 * (*ptr2) + input0 * (*ptr0)); 23 @ *ptr1 = input1 * (*ptr0) + input0 * (*ptr2); 47 vdup.32 d28, r0 @ Initialize Neon register with input0 66 vmull.s32 q10, d0, d28 @ tmp32a = input0 * (*ptr0) 67 vmull.s32 q11, d1, d28 @ tmp32a = input0 * (*ptr0) 85 vmull.s32 q10, d16, d28 @ input0 * (*ptr2) 86 vmull.s32 q11, d17, d28 @ input0 * (*ptr2) 107 vmull.s32 q11, d0, d28 @ tmp32a = input0 * (*ptr0) 117 vmull.s32 q11, d16, d28 @ input0 * (*ptr2)
|
D | codec.h | 140 void WebRtcIsacfix_FilterMaLoopC(int16_t input0, 154 void WebRtcIsacfix_FilterMaLoopNeon(int16_t input0, 171 typedef void (*FilterMaLoopFix)(int16_t input0,
|
D | lattice.c | 55 void WebRtcIsacfix_FilterMaLoopC(int16_t input0, // Filter coefficient in WebRtcIsacfix_FilterMaLoopC() argument 76 tmp32a = WEBRTC_SPL_MUL_16_32_RSFT15(input0, *ptr0); // Q15 * Q15 >> 15 = Q15 in WebRtcIsacfix_FilterMaLoopC() 82 tmp32b = WEBRTC_SPL_MUL_16_32_RSFT15(input0, *ptr2); // Q15*Q15>>15 = Q15 in WebRtcIsacfix_FilterMaLoopC()
|
/external/v8/test/mjsunit/ |
D | regexp-capture-3.js | 192 var input0 = "a"; variable 193 regex6.exec(input0); 200 regex7.exec(input0); 203 regex8.exec(input0); 209 regex9.exec(input0); 212 regex10.exec(input0); 215 regex11.exec(input0);
|
/external/libvpx/libvpx/vp9/common/x86/ |
D | vp9_idct_intrin_sse2.c | 31 __m128i input0, input1, input2, input3; in vp9_idct4x4_16_add_sse2() local 34 input0 = _mm_load_si128((const __m128i *)input); in vp9_idct4x4_16_add_sse2() 38 input0 = _mm_shufflelo_epi16(input0, 0xd8); in vp9_idct4x4_16_add_sse2() 39 input0 = _mm_shufflehi_epi16(input0, 0xd8); in vp9_idct4x4_16_add_sse2() 43 input1 = _mm_unpackhi_epi32(input0, input0); in vp9_idct4x4_16_add_sse2() 44 input0 = _mm_unpacklo_epi32(input0, input0); in vp9_idct4x4_16_add_sse2() 49 input0 = _mm_madd_epi16(input0, cst); in vp9_idct4x4_16_add_sse2() 54 input0 = _mm_add_epi32(input0, rounding); in vp9_idct4x4_16_add_sse2() 59 input0 = _mm_srai_epi32(input0, DCT_CONST_BITS); in vp9_idct4x4_16_add_sse2() 65 input0 = _mm_packs_epi32(input0, input1); in vp9_idct4x4_16_add_sse2() [all …]
|
/external/deqp/modules/gles2/functional/ |
D | es2fShaderOperatorTests.cpp | 261 , input0 (input0_) in BuiltinFuncInfo() 279 Value input0; member 1239 …bool isIntCase = (funcInfo.input0.valueType & (VALUE_INT | VALUE_INT_VEC | VALUE_INT_GENTYPE)… in init() 1314 …const Value& v = (inputNdx == 0) ? funcInfo.input0 : (inputNdx == 1) ? funcInfo.input1 : funcIn… in init() 1315 …const Value& prevV = (inputNdx == 1) ? funcInfo.input0 : (inputNdx == 2) ? funcInfo.input1 : fun… in init()
|
/external/deqp/modules/gles3/functional/ |
D | es3fShaderOperatorTests.cpp | 447 , input0 (input0_) in BuiltinFuncInfo() 473 , input0 (input0_) in BuiltinFuncInfo() 493 Value input0; member 1954 …const Value& prevV = (inputNdx == 1) ? funcInfo.input0 : (inputNdx == 2) ? funcInfo.input1 : fun… in init() 1955 …const Value& v = (inputNdx == 0) ? funcInfo.input0 : (inputNdx == 1) ? funcInfo.input1 : funcIn… in init()
|
/external/libvpx/libvpx/vp9/encoder/x86/ |
D | vp9_dct_sse2.c | 1350 __m128i input0, input1, input2, input3, input4, input5, input6, input7; in vp9_fdct16x16_sse2() local 1447 input0 = _mm_add_epi16(in00, in15); in vp9_fdct16x16_sse2() 1470 const __m128i q0 = _mm_add_epi16(input0, input7); in vp9_fdct16x16_sse2() 1477 const __m128i q7 = _mm_sub_epi16(input0, input7); in vp9_fdct16x16_sse2()
|
/external/bison/tests/ |
D | testsuite | 45244 cat >input0.y <<'_ATEOF' 45332 --graph=xml-tests/test.dot -o input0.c input0.y 45345 …ary --show-reachable=no"; export VALGRIND_OPTS; bison --xml=xml-tests/test.xml -o input0.c input0.y 45397 ( $at_check_trace; bison -o input0.c input0.y 45424 ( $at_check_trace; $CC $CFLAGS $CPPFLAGS $LDFLAGS -o input0 input0.c $LIBS 45437 ( $at_check_trace; $PREPARSER ./input0
|