/third_party/icu/vendor/double-conversion/upstream/test/cctest/ |
D | test-fast-dtoa.cc | 63 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/ |
D | dtoa.cc | 60 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()
|
D | fast-dtoa.h | 53 V8_BASE_EXPORT bool FastDtoa(double d, FastDtoaMode mode, int requested_digits,
|
D | fast-dtoa.cc | 662 bool FastDtoa(double v, FastDtoaMode mode, int requested_digits, in FastDtoa() function
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
D | double-conversion-double-to-string.cpp | 431 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()
|
D | double-conversion-fast-dtoa.h | 93 bool FastDtoa(double d,
|
D | double-conversion-fast-dtoa.cpp | 649 bool FastDtoa(double v, in FastDtoa() function
|
/third_party/node/deps/icu-small/source/i18n/ |
D | double-conversion-double-to-string.cpp | 431 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()
|
D | double-conversion-fast-dtoa.h | 93 bool FastDtoa(double d,
|
D | double-conversion-fast-dtoa.cpp | 649 bool FastDtoa(double v, in FastDtoa() function
|
/third_party/icu/vendor/double-conversion/upstream/double-conversion/ |
D | double-to-string.cc | 415 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()
|
D | fast-dtoa.h | 79 bool FastDtoa(double d,
|
D | fast-dtoa.cc | 635 bool FastDtoa(double v, in FastDtoa() function
|
/third_party/icu/icu4c/source/i18n/ |
D | double-conversion-double-to-string.cpp | 431 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()
|
D | double-conversion-fast-dtoa.h | 93 bool FastDtoa(double d,
|
D | double-conversion-fast-dtoa.cpp | 649 bool FastDtoa(double v, in FastDtoa() function
|