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

  /external/chromium_org/chrome/browser/
chrome_page_zoom_unittest.cc 83 double too_high = 99.0; local
84 factors = chrome_page_zoom::PresetZoomFactors(too_high);
85 EXPECT_FALSE(content::ZoomValuesEqual(factors.back(), too_high));
93 double too_high = 99.0; local
94 levels = chrome_page_zoom::PresetZoomLevels(too_high);
95 EXPECT_FALSE(content::ZoomValuesEqual(levels.back(), too_high));
enumerate_modules_model_win.cc 394 bool too_high = version_max.IsValid() && local
397 version_ok = !too_low && !too_high;
    [all...]
  /external/chromium_org/third_party/WebKit/Source/wtf/dtoa/
fast-dtoa.cc 55 // Input: * buffer containing the digits of too_high / 10^kappa
57 // * distance_too_high_w == (too_high - w).f() * unit
58 // * unsafe_interval == (too_high - too_low).f() * unit
59 // * rest = (too_high - buffer * 10^kappa).f() * unit
74 // Let w_low = too_high - big_distance, and
75 // w_high = too_high - small_distance.
82 // ]too_low; too_high[ with too_low < w < too_high
84 // too_high - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
112 // to too_high
    [all...]
  /external/chromium_org/v8/src/
fast-dtoa.cc 33 // Input: * buffer containing the digits of too_high / 10^kappa
35 // * distance_too_high_w == (too_high - w).f() * unit
36 // * unsafe_interval == (too_high - too_low).f() * unit
37 // * rest = (too_high - buffer * 10^kappa).f() * unit
52 // Let w_low = too_high - big_distance, and
53 // w_high = too_high - small_distance.
60 // ]too_low; too_high[ with too_low < w < too_high
62 // too_high - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
90 // to too_high
384 DiyFp too_high = DiyFp(high.f() + unit, high.e()); local
    [all...]

Completed in 311 milliseconds