/external/aac/libFDK/src/arm/ |
D | qmf_arm.cpp | 611 FIXP_DBL result1, result2; in qmfSynPrototypeFirSlot2() local 614 result2 = *pMyTimeOut++; in qmfSynPrototypeFirSlot2() 627 result2 = fMult(result2,gain); in qmfSynPrototypeFirSlot2() 629 if (result2 < 0) result2 += add_neg; in qmfSynPrototypeFirSlot2() 630 if (result2 < max_neg) result2 = max_neg; in qmfSynPrototypeFirSlot2() 631 if (result2 > max_pos) result2 = max_pos; in qmfSynPrototypeFirSlot2() 633 timeOut[0] = result2 >> scale; in qmfSynPrototypeFirSlot2() 635 timeOut[0] = result2 << scale; in qmfSynPrototypeFirSlot2() 639 result2 = *pMyTimeOut++; in qmfSynPrototypeFirSlot2() 652 result2 = fMult(result2,gain); in qmfSynPrototypeFirSlot2() [all …]
|
/external/valgrind/none/tests/s390x/ |
D | clcl.c | 76 clcl_t result1, result2; in clcl() local 111 result2 = result_from_regs(regs); in clcl() 120 if (result2.pad != pad) in clcl() 124 if (result1.addr1 != result2.addr1) in clcl() 126 if (result1.addr2 != result2.addr2) in clcl() 128 if (result1.len1 != result2.len1) in clcl() 130 if (result1.len2 != result2.len2) in clcl() 132 if (result1.pad != result2.pad) in clcl() 134 if (result1.cc != result2.cc) in clcl()
|
D | mvcl.c | 77 mvcl_t result1, result2; in mvcl() local 116 result2 = result_from_regs(regs); in mvcl() 125 if (result2.pad != pad) in mvcl() 129 if (result1.addr1 != result2.addr1) in mvcl() 131 if (result1.addr2 != result2.addr2) in mvcl() 133 if (result1.len1 != result2.len1) in mvcl() 135 if (result1.len2 != result2.len2) in mvcl() 137 if (result1.pad != result2.pad) in mvcl() 139 if (result1.cc != result2.cc) in mvcl()
|
/external/libvpx/libvpx/vp8/common/arm/neon/ |
D | loopfiltersimpleverticaledge_neon.c | 50 const uint8x8x2_t result2) { in write_2x8() argument 53 write_2x4(dst, pitch, result2); in write_2x8() 58 const uint8x8x2_t result2) { in write_2x8() argument 76 vst2_lane_u8(dst, result2, 0); in write_2x8() 78 vst2_lane_u8(dst, result2, 1); in write_2x8() 80 vst2_lane_u8(dst, result2, 2); in write_2x8() 82 vst2_lane_u8(dst, result2, 3); in write_2x8() 84 vst2_lane_u8(dst, result2, 4); in write_2x8() 86 vst2_lane_u8(dst, result2, 5); in write_2x8() 88 vst2_lane_u8(dst, result2, 6); in write_2x8() [all …]
|
/external/icu/icu4c/source/samples/citer/ |
D | citer.cpp | 59 UnicodeString result1, result2; in TestUChariter() local 62 test2->getText(result2); in TestUChariter() 63 if (result1 != result2) { in TestUChariter() 124 UnicodeString result1, result2; in TestStringiter() local 127 test2->getText(result2); in TestStringiter() 128 if (result1 != result2) { in TestStringiter()
|
/external/libvpx/libvpx/vpx_dsp/mips/ |
D | itrans16_dspr2.c | 26 int result1, result2, result3, result4; in idct16_rows_dspr2() local 69 [result1] "=&r" (result1), [result2] "=&r" (result2), in idct16_rows_dspr2() 131 [result1] "=&r" (result1), [result2] "=&r" (result2), in idct16_rows_dspr2() 193 [result1] "=&r" (result1), [result2] "=&r" (result2), in idct16_rows_dspr2() 258 [result1] "=&r" (result1), [result2] "=&r" (result2), in idct16_rows_dspr2() 412 int result1, result2, result3, result4; in idct16_cols_add_blk_dspr2() local 465 [result1] "=&r" (result1), [result2] "=&r" (result2), in idct16_cols_add_blk_dspr2() 527 [result1] "=&r" (result1), [result2] "=&r" (result2), in idct16_cols_add_blk_dspr2() 589 [result1] "=&r" (result1), [result2] "=&r" (result2), in idct16_cols_add_blk_dspr2() 655 [result1] "=&r" (result1), [result2] "=&r" (result2), in idct16_cols_add_blk_dspr2()
|
/external/lldb/test/functionalities/archives/ |
D | b.c | 17 int result2 = arg1 - __b_global; in bb() local 18 return result2; in bb()
|
/external/skia/tests/ |
D | PathOpsLineIntersectionTest.cpp | 91 SkDPoint result2 = line2.ptAtT(ts[1][i]); in check_results() local 92 if (nearAllowed && result1.roughlyEqual(result2)) { in check_results() 95 if (!result1.approximatelyEqual(result2) && !ts.nearlySame(i)) { in check_results() 97 result2 = line2.ptAtT(ts[1][i ^ 1]); in check_results() 98 if (!result1.approximatelyEqual(result2)) { in check_results() 101 REPORTER_ASSERT(reporter, result1.approximatelyEqual(result2)); in check_results()
|
D | SrcOverTest.cpp | 39 unsigned result2 = test_srcover2(0xFF, i); in DEF_TEST() local 42 opaqueCounter2 += (result2 == 0xFF); in DEF_TEST()
|
/external/v8/test/webkit/fast/js/ |
D | Promise-static-cast.js | 29 var result2 = undefined; variable 43 result2 = res;
|
D | Promise-static-cast-expected.txt | 7 PASS result2 is undefined 9 PASS result2 is 42
|
/external/chromium-trace/trace-viewer/third_party/webapp2/tests/ |
D | extras_securecookie_test.py | 40 result2 = serializer2.serialize('foo', value) 41 rv2 = serializer2.deserialize('foo', result2)
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/ |
D | IntlTestSimpleDateFormatAPI.java | 94 Date result2 = new Date(); in TestAPI() local 100 result2 = def.parse(text); in TestAPI() 105 logln(text + " parsed into " + result2); in TestAPI()
|
D | IntlTestDateFormatAPI.java | 120 Date result2 = new Date(); in TestAPI() local 132 result2 = def.parse(text); in TestAPI() 137 logln(text + " parsed into " + result2.getTime()); in TestAPI()
|
/external/v8/test/mjsunit/ |
D | allocation-folding.js | 97 var result2 = branch_int(0); variable 102 assertEquals(result2[1], 6);
|
/external/icu/icu4c/source/test/intltest/ |
D | nmfmapts.cpp | 159 Formattable result1, result2, result3; in testAPI() local 167 fr->parse(text, result2, pos01); in testAPI() 168 if(result2.getType() != Formattable::kDouble && result2.getDouble() != d) { in testAPI() 171 logln(text + " parsed into " + (int32_t) result2.getDouble()); in testAPI()
|
D | sdtfmtts.cpp | 162 UDate result1, result2; in testAPI() local 168 result2 = def.parse(text, status); in testAPI() 172 logln(text + " parsed into " + result2); in testAPI()
|
/external/icu/icu4c/source/test/cintltst/ |
D | currtest.c | 195 double result1 = 0.0, result2 = 0.0; in TestPrefixSuffix() local 222 result2 = unum_parseDoubleCurrency(parser, TEST_NUMBER, -1, &pos, buffer, &status); in TestPrefixSuffix() 223 if (result1 != result2 || U_FAILURE(status)) { in TestPrefixSuffix() 225 result1, result2, u_errorName(status)); in TestPrefixSuffix()
|
D | cdtrgtst.c | 380 UChar *result, *result2; in Test4073003() local 422 result2 =myFormatit(fmt, dd); in Test4073003() 423 if(!result || !result2) { in Test4073003() 427 if (u_strcmp(result, result2)!=0){ in Test4073003() 428 log_err("Fail: %s != %s\n", austrdup(result), austrdup(result2) ); in Test4073003() 431 log_verbose("Ok: %s == %s\n", austrdup(result), austrdup(result2) ); in Test4073003()
|
D | crestst.c | 153 const UChar *result1, *result2; in TestConstruction1() local 186 result2= ures_getStringByKey(test2, "string_in_Root_te_te_IN", &resultLen, &err); in TestConstruction1() 196 if(u_strcmp(result2, temp)!=0) in TestConstruction1() 205 for(n=0;result2[n];n++) in TestConstruction1() 207 log_verbose("%04X ",result2[n]); in TestConstruction1() 221 log_verbose("for string_in_Root_te_te_IN, te_IN.txt had %s\n", austrdup(result2)); in TestConstruction1()
|
/external/llvm/test/Transforms/IndVarSimplify/ |
D | loop_evaluate_5.ll | 15 %result2 = phi i32 [ %tmp1, %bb2 ], [ 0, %bb.nph ] ; <i32> [#uses=1] 18 %tmp1 = add i32 %tmp2, %result2 ; <i32> [#uses=2]
|
/external/clang/test/SemaObjCXX/ |
D | instantiate-message.mm | 17 R *result2 = [typename identity<T>::type method1:arg1]; 40 …R *result2 = [im method1:arg1]; // expected-error{{cannot initialize a variable of type 'InstanceM…
|
/external/libxml2/ |
D | Makefile.am | 244 $(CHECKER) $(top_builddir)/testHTML result.$$name > result2.$$name 2>error.$$name ; \ 245 diff result.$$name result2.$$name` ; \ 247 rm result.$$name result2.$$name error.$$name ; \ 265 $(CHECKER) $(top_builddir)/testHTML --push result.$$name > result2.$$name 2>error.$$name ; \ 266 diff result.$$name result2.$$name` ; \ 268 rm result.$$name result2.$$name error.$$name errorcut.$$name errorcut2.$$name ; \ 313 …$(CHECKER) $(top_builddir)/xmllint result.$$name 2>&1 > result2.$$name | grep -v 'failed to load e… 315 diff result.$$name result2.$$name` ;\ 317 rm result.$$name result2.$$name ; \ 331 …$(CHECKER) $(top_builddir)/xmllint --memory result.$$name 2>&1 > result2.$$name | grep -v 'failed … [all …]
|
/external/lldb/test/unittest2/test/ |
D | test_break.py | 103 result2 = unittest2.TestResult() 104 unittest2.registerResult(result2) 119 self.assertTrue(result2.shouldStop)
|
/external/mockito/cglib-and-asm/src/org/mockito/cglib/reflect/ |
D | MulticastDelegate.java | 144 final Local result2 = result; in emitProxy() local 151 e.store_local(result2); in emitProxy()
|