Home
last modified time | relevance | path

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

/external/v8/src/numbers/
Dfast-dtoa.cc42 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/
Ddouble-conversion-fast-dtoa.cpp75 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()