Home
last modified time | relevance | path

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

/external/v8/src/
Dfast-dtoa.cc507 uint64_t w_error = 1; in DigitGenCounted() local
545 static_cast<uint64_t>(divisor) << -one.e(), w_error, in DigitGenCounted()
558 while (requested_digits > 0 && fractionals > w_error) { in DigitGenCounted()
560 w_error *= 10; in DigitGenCounted()
570 return RoundWeedCounted(buffer, *length, fractionals, one.f(), w_error, in DigitGenCounted()
/external/icu/icu4c/source/i18n/
Ddouble-conversion-fast-dtoa.cpp452 uint64_t w_error = 1; in DigitGenCounted() local
491 static_cast<uint64_t>(divisor) << -one.e(), w_error, in DigitGenCounted()
504 while (requested_digits > 0 && fractionals > w_error) { in DigitGenCounted()
506 w_error *= 10; in DigitGenCounted()
517 return RoundWeedCounted(buffer, *length, fractionals, one.f(), w_error, in DigitGenCounted()