HomeSort by relevance Sort by last modified time
    Searched refs:worst (Results 1 - 15 of 15) sorted by null

  /external/apache-commons-math/src/main/java/org/apache/commons/math/optimization/direct/
NelderMead.java 85 final RealPointValuePair worst = simplex[n]; local
86 final double[] xWorst = worst.getPointRef();
89 // (dismissing the worst point at index n)
134 if (comparator.compare(reflected, worst) < 0) {
158 if (comparator.compare(inContracted, worst) < 0) {
  /external/eigen/bench/
BenchTimer.h 105 /** Return the worst elapsed time in seconds
107 inline double worst(int TIMER = CPU_TIMER) const function in class:Eigen::BenchTimer
  /system/core/logd/
LogBuffer.cpp 250 // pruning for worst UID.
365 // prune by worst offender by uid
368 // recalculate the worst offender on every batched pass
369 uid_t worst = (uid_t) -1; local
382 worst = sorted[0]->getKey();
392 // skip if we have neither worst nor naughty filters
393 if ((worst == (uid_t) -1) && !hasBlacklist) {
440 if (e->getUid() == worst) {
456 if (e->getUid() != worst) {
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
LocaleMatcher.java 415 final double worst; field in class:LocaleMatcher.Level
418 worst = d;
481 // distance = worst;
486 // distance = worst;
511 // distance = 0.25*level.worst;
533 System.out.println("\t\t\t\tNOTFOUND\t" + level.worst);
535 return level.worst;
    [all...]
  /external/nanopb-c/generator/
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
    [all...]
  /external/skia/tests/
PathOpsSkpClipTest.cpp 768 SkTDArray<SortByPixel*> worst; local
770 *worst.append() = &state.fPixelWorst[index];
772 SkTQSort<SortByPixel>(worst.begin(), worst.end() - 1);
774 const TestResult& result = *worst[index];
    [all...]
  /external/v8/tools/
csvparser.js 70 // in the worst case the match will be an empty string.
  /external/speex/libspeex/
jitter.c 186 int worst = 0; local
230 worst = latest;
257 deltaT = best-worst;
260 /*fprintf(stderr, "auto_tradeoff = %d (%d %d %d)\n", jitter->auto_tradeoff, best, worst, i);*/
  /external/mesa3d/src/mesa/main/
texcompress_fxt1.c 315 GLint i, k, worst = -1; local
325 worst = k;
329 return worst;
546 GLint worst = fxt1_worst(vec[j], input, nc, n); local
548 vec[j][i] = input[worst][i];
    [all...]
  /external/libvorbis/doc/
a1-encapsulation-ogg.tex 171 Failure to do so should, at worst, cause a
  /external/bison/
configure     [all...]
  /external/v8/test/mjsunit/
unicode-test.js     [all...]
  /external/iproute2/doc/
ip-cref.tex     [all...]
  /prebuilts/misc/common/icu4j/
icu4j.jar 
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/54.1.1/
icu4j-54.1.1.jar 

Completed in 686 milliseconds