Searched refs:too_high (Results 1 – 4 of 4) sorted by relevance
/external/chromium_org/chrome/browser/ |
D | chrome_page_zoom_unittest.cc | 83 double too_high = 99.0; in TEST() local 84 factors = chrome_page_zoom::PresetZoomFactors(too_high); in TEST() 85 EXPECT_FALSE(content::ZoomValuesEqual(factors.back(), too_high)); in TEST() 93 double too_high = 99.0; in TEST() local 94 levels = chrome_page_zoom::PresetZoomLevels(too_high); in TEST() 95 EXPECT_FALSE(content::ZoomValuesEqual(levels.back(), too_high)); in TEST()
|
D | enumerate_modules_model_win.cc | 393 bool too_high = version_max.IsValid() && in Match() local 396 version_ok = !too_low && !too_high; in Match()
|
/external/chromium_org/third_party/WebKit/Source/wtf/dtoa/ |
D | fast-dtoa.cc | 408 DiyFp too_high = DiyFp(high.f() + unit, high.e()); in DigitGen() local 411 DiyFp unsafe_interval = DiyFp::Minus(too_high, too_low); in DigitGen() 421 uint32_t integrals = static_cast<uint32_t>(too_high.f() >> -one.e()); in DigitGen() 423 uint64_t fractionals = too_high.f() & (one.f() - 1); in DigitGen() 449 return RoundWeed(buffer, *length, DiyFp::Minus(too_high, w).f(), in DigitGen() 476 return RoundWeed(buffer, *length, DiyFp::Minus(too_high, w).f() * unit, in DigitGen()
|
/external/chromium_org/v8/src/ |
D | fast-dtoa.cc | 384 DiyFp too_high = DiyFp(high.f() + unit, high.e()); in DigitGen() local 387 DiyFp unsafe_interval = DiyFp::Minus(too_high, too_low); in DigitGen() 397 uint32_t integrals = static_cast<uint32_t>(too_high.f() >> -one.e()); in DigitGen() 399 uint64_t fractionals = too_high.f() & (one.f() - 1); in DigitGen() 425 return RoundWeed(buffer, *length, DiyFp::Minus(too_high, w).f(), in DigitGen() 452 return RoundWeed(buffer, *length, DiyFp::Minus(too_high, w).f() * unit, in DigitGen()
|