Searched refs:FastDtoa (Results 1 – 3 of 3) sorted by relevance
/external/v8/src/ |
D | dtoa.cc | 61 fast_worked = FastDtoa(v, FAST_DTOA_SHORTEST, 0, buffer, length, point); in DoubleToAscii() 67 fast_worked = FastDtoa(v, FAST_DTOA_PRECISION, requested_digits, in DoubleToAscii()
|
D | fast-dtoa.h | 53 bool FastDtoa(double d,
|
D | fast-dtoa.cc | 686 bool FastDtoa(double v, in FastDtoa() function
|