Home
last modified time | relevance | path

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

/external/v8/src/
Ddtoa.cc61 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()
Dfast-dtoa.h53 bool FastDtoa(double d,
Dfast-dtoa.cc686 bool FastDtoa(double v, in FastDtoa() function