Searched defs:too_high (Results 1 - 2 of 2) sorted by relevance

/external/v8/src/
H A Dfast-dtoa.cc56 // Input: * buffer containing the digits of too_high / 10^kappa
58 // * distance_too_high_w == (too_high - w).f() * unit
59 // * unsafe_interval == (too_high - too_low).f() * unit
60 // * rest = (too_high - buffer * 10^kappa).f() * unit
75 // Let w_low = too_high - big_distance, and
76 // w_high = too_high - small_distance.
83 // ]too_low; too_high[ with too_low < w < too_high
85 // too_high - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
113 // to too_high
407 DiyFp too_high = DiyFp(high.f() + unit, high.e()); local
[all...]
/external/chromium/chrome/browser/
H A Denumerate_modules_model_win.cc331 bool too_high = version_max.get() && local
334 version_ok = !too_low && !too_high;

Completed in 97 milliseconds