Home
last modified time | relevance | path

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

/external/v8/src/
Dconversions.cc270 static char* CreateExponentialRepresentation(char* decimal_rep, in CreateExponentialRepresentation() function
341 CreateExponentialRepresentation(decimal_rep, exponent, negative, f+1); in DoubleToExponentialCString()
378 CreateExponentialRepresentation(decimal_rep, exponent, negative, p); in DoubleToPrecisionCString()