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

  /external/valgrind/main/perf/
bigcode.c 17 #define RATIO 4 // Ratio of code sizes between the two modes
45 n_fns = N_LOOPS / RATIO;
46 n_reps = RATIO;
  /external/chromium/third_party/libjingle/source/talk/base/
win32.cc 67 const ULONGLONG RATIO = 10000000;
68 *ut = static_cast<time_t>((current_ul.QuadPart - base_ul.QuadPart) / RATIO);
90 const ULONGLONG RATIO = 10000000;
92 current_ul.QuadPart = base_ul.QuadPart + static_cast<int64>(ut) * RATIO;
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/performance/ui/
BarGraph.java 33 private static final double RATIO= 0.6; // fraction of width reserved for bar graph; needs tweaking
93 w= (int) (RATIO * width);
FingerPrintGraph.java 52 static final double RATIO= 0.6;
351 int titleStart = (int) (RATIO * this.imageWidth);
564 int width= (int) (RATIO * this.imageWidth); // width for results bar
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/
performanceui.jar 

Completed in 247 milliseconds