HomeSort by relevance Sort by last modified time
    Searched defs:worst (Results 1 - 14 of 14) 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
  /external/autotest/client/tests/monotonic_time/src/
time_test.c 144 int64_t worst; /* worst backward time jump */ member in struct:test_info
152 INFO("new %s-warp maximum: %9"PRId64, test->name, test->worst);
174 if (delta < test->worst) { \
175 test->worst = delta; \
298 printf("FAIL: %s-worst-warp=%"PRId64"\n",
299 test->name, test->worst);
  /frameworks/native/libs/binder/tests/
binderThroughputTest.cpp 135 double worst = (double)m_worst / 1.0E6; local
137 cout << "average:" << average << "ms worst:" << worst << "ms best:" << best << "ms" << endl;
  /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);*/
  /system/core/logd/
LogBuffer.cpp 364 // pruning for worst UID.
453 // the worst offender by logging source. Thus the logs slowly loose content
458 // The first loop performs blacklisting and worst offender pruning. Falling
459 // through when there are no notable worst offenders and have not hit the
460 // region lock preventing further worst offender pruning. This loop also looks
543 // prune by worst offenders; by blacklist, UID, and by PID of system UID
546 // recalculate the worst offender on every batched pass
547 uid_t worst = (uid_t) -1; local
565 worst = sorted[0]->getKey();
574 if ((worst == AID_SYSTEM) && mPrune.worstPidOfSystemEnabled())
    [all...]
  /external/icu/android_icu4j/src/main/java/android/icu/util/
LocaleMatcher.java 477 final double worst; field in class:LocaleMatcher.Level
480 worst = d;
539 System.out.println("\t\t\t\tNOTFOUND\t" + level.worst);
541 return level.worst;
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
LocaleMatcher.java 484 final double worst; field in class:LocaleMatcher.Level
487 worst = d;
546 System.out.println("\t\t\t\tNOTFOUND\t" + level.worst);
548 return level.worst;
    [all...]
  /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/skia/tests/
PathOpsSkpClipTest.cpp 765 SkTDArray<SortByPixel*> worst; local
767 *worst.append() = &state.fPixelWorst[index];
769 SkTQSort<SortByPixel>(worst.begin(), worst.end() - 1);
771 const TestResult& result = *worst[index];
    [all...]
  /external/libvpx/libvpx/vp9/encoder/
vp9_encoder.h 291 double worst; member in struct:IMAGE_STAT
  /prebuilts/misc/common/icu4j/
icu4j.jar 
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/53.1/
icu4j-53.1.jar 
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/54.1.1/
icu4j-54.1.1.jar 

Completed in 3332 milliseconds