Home
last modified time | relevance | path

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

123

/external/apache-commons-math/src/main/java/org/apache/commons/math/optimization/direct/
DNelderMead.java85 final RealPointValuePair worst = simplex[n]; in iterateSimplex() local
86 final double[] xWorst = worst.getPointRef(); in iterateSimplex()
134 if (comparator.compare(reflected, worst) < 0) { in iterateSimplex()
158 if (comparator.compare(inContracted, worst) < 0) { in iterateSimplex()
/external/autotest/client/tests/monotonic_time/src/
Dtime_test.c144 int64_t worst; /* worst backward time jump */ member
152 INFO("new %s-warp maximum: %9"PRId64, test->name, test->worst); in show_warps()
174 if (delta < test->worst) { \
175 test->worst = delta; \
299 test->name, test->worst); in run_test()
/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/harfbuzz_ng/test/fuzzing/
DREADME6 - With various defines that limit worst case exponential behavior.
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
DLocaleMatcher.java484 final double worst; field in LocaleMatcher.Level
487 worst = d; in Level()
546 System.out.println("\t\t\t\tNOTFOUND\t" + level.worst); in getRawScore()
548 return level.worst; in getRawScore()
/external/icu/android_icu4j/src/main/java/android/icu/util/
DLocaleMatcher.java477 final double worst; field in LocaleMatcher.Level
480 worst = d; in Level()
539 System.out.println("\t\t\t\tNOTFOUND\t" + level.worst); in getRawScore()
541 return level.worst; in getRawScore()
/external/eigen/bench/
DBenchTimer.h107 inline double worst(int TIMER = CPU_TIMER) const
/external/skia/tests/
DPathOpsSkpClipTest.cpp765 SkTDArray<SortByPixel*> worst; in encodeFound() local
767 *worst.append() = &state.fPixelWorst[index]; in encodeFound()
769 SkTQSort<SortByPixel>(worst.begin(), worst.end() - 1); in encodeFound()
771 const TestResult& result = *worst[index]; in encodeFound()
/external/valgrind/coregrind/m_debuginfo/
DREADME.txt40 The worst thing is that it is the stabs type reader that was crashing,
/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/fec/
Dsse2bfly27.s128 # determined worst-case metric spread for this code and branch metrics in the range 0-30.
/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/llvm/docs/
DSegmentedStacks.rst12 monolithic chunk (of some worst case size) at thread initialization. This is
/external/llvm/lib/Target/Mips/
DMipsScheduleP5600.td122 // Estimated worst case
127 // Estimated worst case
/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/libdivsufsort/
DREADME.md10 The algorithm runs in O(n log n) worst-case time using only 5n+O(1) bytes of memory space, where n …

123