Searched refs:RoundWeedCounted (Results 1 – 2 of 2) sorted by relevance
/external/v8/src/numbers/ |
D | fast-dtoa.cc | 156 static bool RoundWeedCounted(Vector<char> buffer, int length, uint64_t rest, in RoundWeedCounted() function 521 return RoundWeedCounted(buffer, *length, rest, in DigitGenCounted() 547 return RoundWeedCounted(buffer, *length, fractionals, one.f(), w_error, in DigitGenCounted()
|
/external/icu/icu4c/source/i18n/ |
D | double-conversion-fast-dtoa.cpp | 195 static bool RoundWeedCounted(Vector<char> buffer, in RoundWeedCounted() function 490 return RoundWeedCounted(buffer, *length, rest, in DigitGenCounted() 517 return RoundWeedCounted(buffer, *length, fractionals, one.f(), w_error, in DigitGenCounted()
|