Searched refs:too_low (Results 1 – 4 of 4) sorted by relevance
79 double too_low = 0.01; in TEST() local80 std::vector<double> factors = chrome_page_zoom::PresetZoomFactors(too_low); in TEST()81 EXPECT_FALSE(content::ZoomValuesEqual(factors.front(), too_low)); in TEST()89 double too_low = -99.0; in TEST() local90 std::vector<double> levels = chrome_page_zoom::PresetZoomLevels(too_low); in TEST()91 EXPECT_FALSE(content::ZoomValuesEqual(levels.front(), too_low)); in TEST()
390 bool too_low = version_min.IsValid() && in Match() local396 version_ok = !too_low && !too_high; in Match()
407 DiyFp too_low = DiyFp(low.f() - unit, low.e()); in DigitGen() local411 DiyFp unsafe_interval = DiyFp::Minus(too_high, too_low); in DigitGen()
383 DiyFp too_low = DiyFp(low.f() - unit, low.e()); in DigitGen() local387 DiyFp unsafe_interval = DiyFp::Minus(too_high, too_low); in DigitGen()