Home
last modified time | relevance | path

Searched refs:worst (Results 1 – 25 of 66) sorted by relevance

123

/external/chromium_org/third_party/smhasher/src/
DAvalancheTest.cpp39 double worst = 0; in maxBias() local
47 if(d > worst) in maxBias()
49 worst = d; in maxBias()
53 return worst; in maxBias()
DStats.h127 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()
DDifferentialTest.h189 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/
Dstrerror.m429 # If we don't know, assume the worst.
83 # If we don't know, assume the worst.
Dsetenv.m440 # If we don't know, assume the worst.
132 # If we don't know, assume the worst.
Dprintf.m480 # 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 …]
Drealloc.m435 # If we don't know, assume the worst.
Dcalloc.m439 # If we don't know, assume the worst.
Dstat.m453 # If we don't know, assume the worst.
Dmalloc.m435 # If we don't know, assume the worst.
Dsignbit.m434 # If we don't know, assume the worst.
63 # If we don't know, assume the worst.
/external/nanopb-c/generator/
Dnanopb_generator.py816 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/
DBenchTimer.h107 inline double worst(int TIMER = CPU_TIMER) const
/external/skia/tests/
DPathOpsSkpClipTest.cpp852 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/
Dsuggestions.proto27 // The suggestions for this user, ordered from best to worst.
/external/chromium_org/third_party/skia/tests/
DPathOpsSkpClipTest.cpp760 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/
Djitter.c186 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/
DREADME.txt47 The worst thing is that it is the stabs type reader that is crashing,
/external/llvm/docs/HistoricalNotes/
D2001-05-19-ExceptionResponse.txt19 then once in the exception path). Because this could, at worst,
/external/mesa3d/src/mesa/main/
Dtexcompress_fxt1.c315 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/
Dtexcompress_fxt1.c315 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/
DSegmentedStacks.rst12 monolithic chunk (of some worst case size) at thread initialization. This is
/external/replicaisland/
DREADME.TXT34 …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/
Dincrvacuum2.test150 # 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/
Dsv.po188 msgid "At least 1 texture must fit under worst-case assumptions"

123