Home
last modified time | relevance | path

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

/external/v8/src/
Dfast-dtoa.cc393 DiyFp too_high = DiyFp(high.f() + unit, high.e()); in DigitGen() local
396 DiyFp unsafe_interval = DiyFp::Minus(too_high, too_low); in DigitGen()
406 uint32_t integrals = static_cast<uint32_t>(too_high.f() >> -one.e()); in DigitGen()
408 uint64_t fractionals = too_high.f() & (one.f() - 1); in DigitGen()
434 return RoundWeed(buffer, *length, DiyFp::Minus(too_high, w).f(), in DigitGen()
461 return RoundWeed(buffer, *length, DiyFp::Minus(too_high, w).f() * unit, in DigitGen()
/external/icu/icu4c/source/i18n/
Ddouble-conversion-fast-dtoa.cpp336 DiyFp too_high = DiyFp(high.f() + unit, high.e()); in DigitGen() local
339 DiyFp unsafe_interval = DiyFp::Minus(too_high, too_low); in DigitGen()
349 uint32_t integrals = static_cast<uint32_t>(too_high.f() >> -one.e()); in DigitGen()
351 uint64_t fractionals = too_high.f() & (one.f() - 1); in DigitGen()
378 return RoundWeed(buffer, *length, DiyFp::Minus(too_high, w).f(), in DigitGen()
406 return RoundWeed(buffer, *length, DiyFp::Minus(too_high, w).f() * unit, in DigitGen()