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

  /external/chromium_org/third_party/smhasher/src/
AvalancheTest.cpp 39 double worst = 0; local
47 if(d > worst)
49 worst = d;
53 return worst;
Stats.h 127 double worst = 0; local
158 if(n > worst)
160 worst = n;
179 double pct = worst * 100.0;
181 printf("Worst bias is the %3d-bit window at bit %3d - %5.3f%%",worstWidth,worstStart,pct);
185 return worst;
309 double worst = 0; local
338 if(s > worst)
340 worst = s;
347 return worst;
    [all...]
  /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 285 // prune by worst offender by uid
287 // recalculate the worst offender on every batched pass
288 uid_t worst = (uid_t) -1; local
298 worst = u->getUid();
321 if (uid == worst) {
324 stats.subtract(len, id, worst, e->getPid());
  /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/chromium_org/third_party/mesa/src/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/chromium_org/third_party/skia/tests/
PathOpsSkpClipTest.cpp 852 SkTDArray<SortByPixel*> worst; local
854 *worst.append() = &state.fPixelWorst[index];
856 SkTQSort<SortByPixel>(worst.begin(), worst.end() - 1);
858 const TestResult& result = *worst[index];
    [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 852 SkTDArray<SortByPixel*> worst; local
854 *worst.append() = &state.fPixelWorst[index];
856 SkTQSort<SortByPixel>(worst.begin(), worst.end() - 1);
858 const TestResult& result = *worst[index];
    [all...]
  /prebuilts/misc/common/icu4j/
icu4j.jar 

Completed in 1052 milliseconds