Searched refs:RoundWeed (Results 1 – 2 of 2) sorted by relevance
/external/v8/src/numbers/ |
D | fast-dtoa.cc | 42 static bool RoundWeed(Vector<char> buffer, int length, in RoundWeed() function 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()
|
/external/icu/icu4c/source/i18n/ |
D | double-conversion-fast-dtoa.cpp | 75 static bool RoundWeed(Vector<char> buffer, in RoundWeed() function 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()
|