/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_subexp.c | 129 const int savings = old_b - new_b - update_b; in vp9_prob_diff_update_savings_search() local 130 if (savings > bestsavings) { in vp9_prob_diff_update_savings_search() 131 bestsavings = savings; in vp9_prob_diff_update_savings_search() 144 int i, old_b, new_b, update_b, savings, bestsavings; in vp9_prob_diff_update_savings_search_model() local 169 savings = old_b - new_b - update_b; in vp9_prob_diff_update_savings_search_model() 170 if (savings > bestsavings) { in vp9_prob_diff_update_savings_search_model() 171 bestsavings = savings; in vp9_prob_diff_update_savings_search_model() 185 const int savings = in vp9_cond_prob_diff_update() local 188 if (savings > 0) { in vp9_cond_prob_diff_update()
|
/external/icu/icu4c/source/tools/toolutil/ |
D | ucmstate.cpp | 623 int32_t entry, offset, oldOffset, trailOffset, oldTrailOffset, savings, sum; in compactToUnicode2() local 652 savings=0; in compactToUnicode2() 686 savings+=count[i]; in compactToUnicode2() 693 savings=savings*2-1024; /* count bytes, not 16-bit words */ in compactToUnicode2() 694 if(savings<=0) { in compactToUnicode2() 698 printf("compacting toUnicode data saves %ld bytes\n", (long)savings); in compactToUnicode2() 847 int32_t i, entry, savings, localSavings, belowSavings; in findUnassigned() local 855 savings=findUnassigned(states, in findUnassigned() 861 if(savings<0) { in findUnassigned() 863 } else if(savings>0) { in findUnassigned() [all …]
|
/external/zstd/lib/dictBuilder/ |
D | zdict.c | 210 U32 savings; member 217 d->savings = (U32)(-1); in ZDICT_initDictItem() 230 U32 savings[LLIMIT] = {0}; in ZDICT_analyzePos() local 362 savings[5] = 0; in ZDICT_analyzePos() 364 savings[i] = savings[i-1] + (lengthList[i] * (i-3)); in ZDICT_analyzePos() 367 …(unsigned)pos, (unsigned)maxLength, (unsigned)savings[maxLength], (double)savings[maxLength] / max… in ZDICT_analyzePos() 371 solution.savings = savings[maxLength]; in ZDICT_analyzePos() 424 table[u].savings += elt.savings * addedLength / elt.length; /* rough approx */ in ZDICT_tryMerge() 425 table[u].savings += elt.length / 8; /* rough approx bonus */ in ZDICT_tryMerge() 428 while ((u>1) && (table[u-1].savings < elt.savings)) in ZDICT_tryMerge() [all …]
|
/external/llvm/test/Transforms/LoopUnroll/ |
D | full-unroll-heuristics.ll | 5 ; 2) -unroll-dynamic-cost-savings-discount 20 …10 -unroll-percent-dynamic-cost-saved-threshold=20 -unroll-dynamic-cost-savings-discount=0 | File… 21 …10 -unroll-percent-dynamic-cost-saved-threshold=20 -unroll-dynamic-cost-savings-discount=90 | Fil… 22 …10 -unroll-percent-dynamic-cost-saved-threshold=80 -unroll-dynamic-cost-savings-discount=90 | Fil… 23 …100 -unroll-percent-dynamic-cost-saved-threshold=80 -unroll-dynamic-cost-savings-discount=0 | File…
|
D | full-unroll-heuristics-phi-prop.ll | 1 …p-unroll -unroll-max-iteration-count-to-analyze=100 -unroll-dynamic-cost-savings-discount=1000 -un…
|
D | full-unroll-heuristics-geps.ll | 1 …p-unroll -unroll-max-iteration-count-to-analyze=100 -unroll-dynamic-cost-savings-discount=1000 -un…
|
D | partial-unroll-const-bounds.ll | 1 …low-partial -unroll-runtime -unroll-allow-remainder -unroll-dynamic-cost-savings-discount=0 | File…
|
D | full-unroll-heuristics-dce.ll | 1 …p-unroll -unroll-max-iteration-count-to-analyze=100 -unroll-dynamic-cost-savings-discount=1000 -un…
|
D | full-unroll-heuristics-cmp.ll | 1 …p-unroll -unroll-max-iteration-count-to-analyze=100 -unroll-dynamic-cost-savings-discount=1000 -un…
|
D | full-unroll-heuristics-2.ll | 1 …10 -unroll-percent-dynamic-cost-saved-threshold=70 -unroll-dynamic-cost-savings-discount=90 | Fil…
|
/external/libvpx/libvpx/vp8/encoder/ |
D | bitstream.c | 679 int savings = 0; in independent_coef_context_savings() local 733 savings += prev_coef_savings[k]; in independent_coef_context_savings() 738 return savings; in independent_coef_context_savings() 743 int savings = 0; in default_coef_context_savings() local 768 savings += s; in default_coef_context_savings() 774 return savings; in default_coef_context_savings() 797 int savings = 0; in vp8_estimate_entropy_savings() local 834 savings += (oldtotal - newtotal) / 256; in vp8_estimate_entropy_savings() 838 savings += independent_coef_context_savings(cpi); in vp8_estimate_entropy_savings() 840 savings += default_coef_context_savings(cpi); in vp8_estimate_entropy_savings() [all …]
|
/external/ltp/testcases/open_posix_testsuite/functional/timers/ |
D | plan.txt | 53 critical for Y2K testing, set to time before daylight savings (and then 54 after daylight savings). ==> This is probably multiple test cases. 74 critical for Y2K testing, set to time before daylight savings (and then 75 after daylight savings). ==> This is probably multiple test cases. Some
|
/external/icu/icu4c/source/test/intltest/ |
D | tzregts.cpp | 722 int32_t savings = DATA[i]; in Test4154525() local 733 savings, status); // <- what we're interested in in Test4154525() 738 z->setDSTSavings(savings, status); in Test4154525() 744 …errln(UnicodeString("Fail: DST savings of ") + savings + " to " + method + " gave " + u_errorName(… in Test4154525() 747 …logln(UnicodeString("Pass: DST savings of ") + savings + " to " + method + " gave " + u_errorName(… in Test4154525() 752 … logln(UnicodeString("Pass: DST savings of ") + savings + " accepted by " + method); in Test4154525() 755 … errln(UnicodeString("Fail: DST savings of ") + savings + " accepted by " + method); in Test4154525() 1126 int32_t savings = cst->getDSTSavings(); in TestJDK12API() local 1127 if(savings != 60*60*1000) { in TestJDK12API()
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/timezone/ |
D | TimeZoneRegressionTest.java | 403 int savings = DATA[i]; in Test4154525() local 414 savings); // <- what we're interested in in Test4154525() 419 z.setDSTSavings(savings); in Test4154525() 423 logln("Pass: DST savings of " + savings + " accepted by " + method); in Test4154525() 425 errln("Fail: DST savings of " + savings + " accepted by " + method); in Test4154525() 429 errln("Fail: DST savings of " + savings + " to " + method + " gave " + e); in Test4154525() 431 logln("Pass: DST savings of " + savings + " to " + method + " gave " + e); in Test4154525()
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/timezone/ |
D | TimeZoneRegressionTest.java | 406 int savings = DATA[i]; in Test4154525() local 417 savings); // <- what we're interested in in Test4154525() 422 z.setDSTSavings(savings); in Test4154525() 426 logln("Pass: DST savings of " + savings + " accepted by " + method); in Test4154525() 428 errln("Fail: DST savings of " + savings + " accepted by " + method); in Test4154525() 432 errln("Fail: DST savings of " + savings + " to " + method + " gave " + e); in Test4154525() 434 logln("Pass: DST savings of " + savings + " to " + method + " gave " + e); in Test4154525()
|
/external/linux-kselftest/tools/testing/selftests/zram/ |
D | README | 8 good amounts of memory savings. Some of the usecases include /tmp storage,
|
/external/cros/system_api/dbus/ |
D | mtp_file_entry.proto | 26 // daylight savings time.
|
/external/llvm-project/llvm/test/CodeGen/X86/ |
D | immediate_merging64.ll | 5 ; 32-bit immediates are merged for code size savings.
|
/external/arm-trusted-firmware/docs/plat/ |
D | ls1043a.rst | 11 and LS1023A deliver addition power savings for applications such as Wireless
|
/external/autotest/client/profilers/powertop/src/ |
D | README | 19 well your laptop is doing in terms of power savings. In addition,
|
/external/llvm/test/Transforms/ConstantHoisting/ARM/ |
D | bad-cases.ll | 50 ; them to a mul in the backend is larget than constant materialization savings.
|
/external/llvm-project/llvm/test/CodeGen/ARM/ |
D | sdiv-pow2-thumb-size.ll | 52 ; 128 don't give any code size savings.
|
/external/icu/icu4j/perf-tests/data/conversion/ |
D | english.txt | 15 …server or multi-tiered applications and websites offers significant cost savings over the use of l…
|
/external/llvm-project/llvm/test/Transforms/ConstantHoisting/X86/ |
D | bad-cases.ll | 6 ; them to a mul in the backend is larget than constant materialization savings.
|
/external/llvm-project/llvm/test/Transforms/ConstantHoisting/ARM/ |
D | bad-cases.ll | 50 ; them to a mul in the backend is larget than constant materialization savings.
|