HomeSort by relevance Sort by last modified time
    Searched refs:worst (Results 1 - 18 of 18) 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...]
DifferentialTest.h 189 void DiffDistTest ( pfHash hash, const int diffbits, int trials, double & worst, double & avg )
211 worst = 0;
234 worst = (dworst > worst) ? dworst : worst;
  /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/tools/telemetry/telemetry/web_perf/metrics/
smoothness.py 195 'the worst jank. For a single pause, discrepancy '
  /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/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...]
  /external/chromium_org/v8/tools/
csvparser.js 70 // in the worst case the match will be an empty string.
  /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/chrome/common/extensions/docs/examples/apps/hello-php/lib/lightopenid/
openid.php 407 # in worst case we don't get anything in return.
  /external/libvorbis/doc/
a1-encapsulation-ogg.tex 171 Failure to do so should, at worst, cause a
  /external/chromium_org/chrome/third_party/chromevox/chromevox/injected/
mathjax_external_util.js 208 * thus in case it causes an exception it will not crash ChromeVox. The worst
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/chromevox/injected/
active_indicator.js 523 // TODO(dmazzoni): reduce the worst-case complexity! This appears like
    [all...]
  /external/bison/
configure     [all...]
  /external/chromium_org/third_party/d3/src/
d3.js     [all...]
  /external/chromium_org/v8/test/mjsunit/
unicode-test.js     [all...]
  /external/iproute2/doc/
ip-cref.tex     [all...]

Completed in 2214 milliseconds