Searched refs:FastDtoa (Results 1 – 4 of 4) sorted by relevance
/external/icu/icu4c/source/i18n/ |
D | double-conversion-fast-dtoa.h | 93 bool FastDtoa(double d,
|
D | double-conversion-double-to-string.cpp | 419 fast_worked = FastDtoa(v, FAST_DTOA_SHORTEST, 0, vector, length, point); in DoubleToAscii() 423 fast_worked = FastDtoa(v, FAST_DTOA_SHORTEST_SINGLE, 0, in DoubleToAscii() 430 fast_worked = FastDtoa(v, FAST_DTOA_PRECISION, requested_digits, in DoubleToAscii()
|
D | double-conversion-fast-dtoa.cpp | 649 bool FastDtoa(double v, in FastDtoa() function
|
/external/icu/libicu/cts_headers/ |
D | double-conversion-fast-dtoa.h | 93 bool FastDtoa(double d,
|