Searched refs:too_high (Results 1 – 1 of 1) sorted by relevance
/external/icu/icu4c/source/i18n/ |
D | double-conversion-fast-dtoa.cpp | 336 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()
|