Home
last modified time | relevance | path

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

/external/v8/src/numbers/
Dfast-dtoa.cc477 static bool DigitGenCounted(DiyFp w, int requested_digits, Vector<char> buffer, in DigitGenCounted() function
657 DigitGenCounted(scaled_w, requested_digits, buffer, length, &kappa); in Grisu3Counted()
/external/icu/icu4c/source/i18n/
Ddouble-conversion-fast-dtoa.cpp442 static bool DigitGenCounted(DiyFp w, in DigitGenCounted() function
642 bool result = DigitGenCounted(scaled_w, requested_digits, in Grisu3Counted()