Home
last modified time | relevance | path

Searched refs:too_low (Results 1 – 1 of 1) sorted by relevance

/external/v8/src/
Dfast-dtoa.cc383 DiyFp too_low = DiyFp(low.f() - unit, low.e()); in DigitGen() local
387 DiyFp unsafe_interval = DiyFp::Minus(too_high, too_low); in DigitGen()