Home
last modified time | relevance | path

Searched refs:FastDtoa (Results 1 – 16 of 16) sorted by relevance

/third_party/icu/vendor/double-conversion/upstream/test/cctest/
Dtest-fast-dtoa.cc63 status = FastDtoa(min_double, FAST_DTOA_SHORTEST, 0, in TEST()
70 status = FastDtoa(max_double, FAST_DTOA_SHORTEST, 0, in TEST()
76 status = FastDtoa(4294967272.0, FAST_DTOA_SHORTEST, 0, in TEST()
82 status = FastDtoa(4.1855804968213567e298, FAST_DTOA_SHORTEST, 0, in TEST()
88 status = FastDtoa(5.5626846462680035e-309, FAST_DTOA_SHORTEST, 0, in TEST()
94 status = FastDtoa(2147483648.0, FAST_DTOA_SHORTEST, 0, in TEST()
100 status = FastDtoa(3.5844466002796428e+298, FAST_DTOA_SHORTEST, 0, in TEST()
109 status = FastDtoa(v, FAST_DTOA_SHORTEST, 0, buffer, &length, &point); in TEST()
117 status = FastDtoa(v, FAST_DTOA_SHORTEST, 0, buffer, &length, &point); in TEST()
133 status = FastDtoa(min_float, FAST_DTOA_SHORTEST_SINGLE, 0, in TEST()
[all …]
/third_party/node/deps/v8/src/base/numbers/
Ddtoa.cc60 fast_worked = FastDtoa(v, FAST_DTOA_SHORTEST, 0, buffer, length, point); in DoubleToAscii()
66 fast_worked = FastDtoa(v, FAST_DTOA_PRECISION, requested_digits, buffer, in DoubleToAscii()
Dfast-dtoa.h53 V8_BASE_EXPORT bool FastDtoa(double d, FastDtoaMode mode, int requested_digits,
Dfast-dtoa.cc662 bool FastDtoa(double v, FastDtoaMode mode, int requested_digits, in FastDtoa() function
/third_party/skia/third_party/externals/icu/source/i18n/
Ddouble-conversion-double-to-string.cpp431 fast_worked = FastDtoa(v, FAST_DTOA_SHORTEST, 0, vector, length, point); in DoubleToAscii()
435 fast_worked = FastDtoa(v, FAST_DTOA_SHORTEST_SINGLE, 0, in DoubleToAscii()
442 fast_worked = FastDtoa(v, FAST_DTOA_PRECISION, requested_digits, in DoubleToAscii()
Ddouble-conversion-fast-dtoa.h93 bool FastDtoa(double d,
Ddouble-conversion-fast-dtoa.cpp649 bool FastDtoa(double v, in FastDtoa() function
/third_party/node/deps/icu-small/source/i18n/
Ddouble-conversion-double-to-string.cpp431 fast_worked = FastDtoa(v, FAST_DTOA_SHORTEST, 0, vector, length, point); in DoubleToAscii()
435 fast_worked = FastDtoa(v, FAST_DTOA_SHORTEST_SINGLE, 0, in DoubleToAscii()
442 fast_worked = FastDtoa(v, FAST_DTOA_PRECISION, requested_digits, in DoubleToAscii()
Ddouble-conversion-fast-dtoa.h93 bool FastDtoa(double d,
Ddouble-conversion-fast-dtoa.cpp649 bool FastDtoa(double v, in FastDtoa() function
/third_party/icu/vendor/double-conversion/upstream/double-conversion/
Ddouble-to-string.cc415 fast_worked = FastDtoa(v, FAST_DTOA_SHORTEST, 0, vector, length, point); in DoubleToAscii()
418 fast_worked = FastDtoa(v, FAST_DTOA_SHORTEST_SINGLE, 0, in DoubleToAscii()
425 fast_worked = FastDtoa(v, FAST_DTOA_PRECISION, requested_digits, in DoubleToAscii()
Dfast-dtoa.h79 bool FastDtoa(double d,
Dfast-dtoa.cc635 bool FastDtoa(double v, in FastDtoa() function
/third_party/icu/icu4c/source/i18n/
Ddouble-conversion-double-to-string.cpp431 fast_worked = FastDtoa(v, FAST_DTOA_SHORTEST, 0, vector, length, point); in DoubleToAscii()
435 fast_worked = FastDtoa(v, FAST_DTOA_SHORTEST_SINGLE, 0, in DoubleToAscii()
442 fast_worked = FastDtoa(v, FAST_DTOA_PRECISION, requested_digits, in DoubleToAscii()
Ddouble-conversion-fast-dtoa.h93 bool FastDtoa(double d,
Ddouble-conversion-fast-dtoa.cpp649 bool FastDtoa(double v, in FastDtoa() function