Searched refs:RATIO (Results 1 - 4 of 4) sorted by relevance

/external/valgrind/perf/
H A Dbigcode.c37 #define RATIO 4 // Ratio of code sizes between the two modes macro
60 n_fns = N_LOOPS / RATIO;
61 n_reps = RATIO;
/external/python/cpython2/Tools/pynche/
H A DDetailsViewer.py59 RATIO = 'Preserve Distance' variable
124 STOP, WRAP, RATIO, GRAV)
212 elif atbound == WRAP or (atbound == RATIO and len(tie) < 2):
225 elif atbound == RATIO:
/external/webrtc/webrtc/base/
H A Dwin32.cc340 const ULONGLONG RATIO = 10000000; local
341 *ut = static_cast<time_t>((current_ul.QuadPart - base_ul.QuadPart) / RATIO);
363 const ULONGLONG RATIO = 10000000; local
365 current_ul.QuadPart = base_ul.QuadPart + static_cast<int64_t>(ut) * RATIO;
/external/pdfium/third_party/libtiff/
H A Dtif_pixarlog.c104 #define RATIO 1.004 /* nominal ratio for log part */ macro
505 c = log(RATIO);

Completed in 557 milliseconds