/external/chromium_org/third_party/smhasher/src/ |
D | AvalancheTest.cpp | 39 double worst = 0; in maxBias() local 47 if(d > worst) in maxBias() 49 worst = d; in maxBias() 53 return worst; in maxBias()
|
D | Stats.h | 127 double worst = 0; in TestDistribution() local 158 if(n > worst) in TestDistribution() 160 worst = n; in TestDistribution() 179 double pct = worst * 100.0; in TestDistribution() 185 return worst; in TestDistribution() 309 double worst = 0; in TestDistributionBytepairs() local 338 if(s > worst) in TestDistributionBytepairs() 340 worst = s; in TestDistributionBytepairs() 347 return worst; in TestDistributionBytepairs()
|
D | DifferentialTest.h | 189 void DiffDistTest ( pfHash hash, const int diffbits, int trials, double & worst, double & avg ) in DiffDistTest() argument 211 worst = 0; in DiffDistTest() 234 worst = (dworst > worst) ? dworst : worst; in DiffDistTest()
|
/external/bison/m4/ |
D | strerror.m4 | 29 # If we don't know, assume the worst. 83 # If we don't know, assume the worst.
|
D | setenv.m4 | 40 # If we don't know, assume the worst. 132 # If we don't know, assume the worst.
|
D | printf.m4 | 80 # If we don't know, assume the worst. 237 # If we don't know, assume the worst. 450 # If we don't know, assume the worst. 544 # If we don't know, assume the worst. 599 # If we don't know, assume the worst. 902 # If we don't know, assume the worst. 1076 # If we don't know, assume the worst. 1169 # If we don't know, assume the worst. 1259 # If we don't know, assume the worst. 1342 # If we don't know, assume the worst. [all …]
|
D | realloc.m4 | 35 # If we don't know, assume the worst.
|
D | calloc.m4 | 39 # If we don't know, assume the worst.
|
D | stat.m4 | 53 # If we don't know, assume the worst.
|
D | malloc.m4 | 35 # If we don't know, assume the worst.
|
D | signbit.m4 | 34 # If we don't know, assume the worst. 63 # If we don't know, assume the worst.
|
/external/nanopb-c/generator/ |
D | nanopb_generator.py | 816 worst = 0 826 elif status > worst: 827 worst = status 830 if worst > 255 or checks: 833 if worst > 65535 or checks: 835 if worst > 65535: 850 if worst < 65536: 852 if worst > 255:
|
/external/eigen/bench/ |
D | BenchTimer.h | 107 inline double worst(int TIMER = CPU_TIMER) const
|
/external/skia/tests/ |
D | PathOpsSkpClipTest.cpp | 852 SkTDArray<SortByPixel*> worst; in encodeFound() local 854 *worst.append() = &state.fPixelWorst[index]; in encodeFound() 856 SkTQSort<SortByPixel>(worst.begin(), worst.end() - 1); in encodeFound() 858 const TestResult& result = *worst[index]; in encodeFound()
|
/external/chromium_org/components/suggestions/proto/ |
D | suggestions.proto | 27 // The suggestions for this user, ordered from best to worst.
|
/external/chromium_org/third_party/skia/tests/ |
D | PathOpsSkpClipTest.cpp | 760 SkTDArray<SortByPixel*> worst; in encodeFound() local 762 *worst.append() = &state.fPixelWorst[index]; in encodeFound() 764 SkTQSort<SortByPixel>(worst.begin(), worst.end() - 1); in encodeFound() 766 const TestResult& result = *worst[index]; in encodeFound()
|
/external/speex/libspeex/ |
D | jitter.c | 186 int worst = 0; in compute_opt_delay() local 230 worst = latest; in compute_opt_delay() 257 deltaT = best-worst; in compute_opt_delay()
|
/external/valgrind/main/coregrind/m_debuginfo/ |
D | README.txt | 47 The worst thing is that it is the stabs type reader that is crashing,
|
/external/llvm/docs/HistoricalNotes/ |
D | 2001-05-19-ExceptionResponse.txt | 19 then once in the exception path). Because this could, at worst,
|
/external/mesa3d/src/mesa/main/ |
D | texcompress_fxt1.c | 315 GLint i, k, worst = -1; in fxt1_worst() local 325 worst = k; in fxt1_worst() 329 return worst; in fxt1_worst() 546 GLint worst = fxt1_worst(vec[j], input, nc, n); in fxt1_lloyd() local 548 vec[j][i] = input[worst][i]; in fxt1_lloyd()
|
/external/chromium_org/third_party/mesa/src/src/mesa/main/ |
D | texcompress_fxt1.c | 315 GLint i, k, worst = -1; in fxt1_worst() local 325 worst = k; in fxt1_worst() 329 return worst; in fxt1_worst() 546 GLint worst = fxt1_worst(vec[j], input, nc, n); in fxt1_lloyd() local 548 vec[j][i] = input[worst][i]; in fxt1_lloyd()
|
/external/llvm/docs/ |
D | SegmentedStacks.rst | 12 monolithic chunk (of some worst case size) at thread initialization. This is
|
/external/replicaisland/ |
D | README.TXT | 34 …mals, organized by tile. It takes a long time to run and is probably the worst code in the entire…
|
/external/chromium_org/third_party/sqlite/src/test/ |
D | incrvacuum2.test | 150 # worst case is when a trunk page is removed from the end of the db file.
|
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/common/xmlpool/ |
D | sv.po | 188 msgid "At least 1 texture must fit under worst-case assumptions"
|