Searched refs:too_high (Results 1 – 5 of 5) sorted by relevance
/third_party/skia/third_party/externals/icu/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()
|
/third_party/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()
|
/third_party/icu/vendor/double-conversion/upstream/double-conversion/ |
D | fast-dtoa.cc | 322 DiyFp too_high = DiyFp(high.f() + unit, high.e()); in DigitGen() local 325 DiyFp unsafe_interval = DiyFp::Minus(too_high, too_low); in DigitGen() 335 uint32_t integrals = static_cast<uint32_t>(too_high.f() >> -one.e()); in DigitGen() 337 uint64_t fractionals = too_high.f() & (one.f() - 1); in DigitGen() 364 return RoundWeed(buffer, *length, DiyFp::Minus(too_high, w).f(), in DigitGen() 392 return RoundWeed(buffer, *length, DiyFp::Minus(too_high, w).f() * unit, in DigitGen()
|
/third_party/node/deps/v8/src/base/numbers/ |
D | fast-dtoa.cc | 375 DiyFp too_high = DiyFp(high.f() + unit, high.e()); in DigitGen() local 378 DiyFp unsafe_interval = DiyFp::Minus(too_high, too_low); in DigitGen() 388 uint32_t integrals = static_cast<uint32_t>(too_high.f() >> -one.e()); in DigitGen() 390 uint64_t fractionals = too_high.f() & (one.f() - 1); in DigitGen() 416 return RoundWeed(buffer, *length, DiyFp::Minus(too_high, w).f(), in DigitGen() 443 return RoundWeed(buffer, *length, DiyFp::Minus(too_high, w).f() * unit, in DigitGen()
|
/third_party/node/deps/icu-small/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()
|