HomeSort by relevance Sort by last modified time
    Searched defs:worst (Results 1 - 6 of 6) 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
  /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/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/chromium_org/third_party/skia/tests/
PathOpsSkpClipTest.cpp 760 SkTDArray<SortByPixel*> worst; local
762 *worst.append() = &state.fPixelWorst[index];
764 SkTQSort<SortByPixel>(worst.begin(), worst.end() - 1);
766 const TestResult& result = *worst[index];
    [all...]

Completed in 602 milliseconds