Home
last modified time | relevance | path

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

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