Home
last modified time | relevance | path

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

/external/v8/src/
Dconversions.h145 char* DoubleToFixedCString(double value, int f);
Dconversions.cc197 char* DoubleToFixedCString(double value, int f) { in DoubleToFixedCString() function
/external/v8/src/runtime/
Druntime-numbers.cc61 char* str = DoubleToFixedCString(value, f); in RUNTIME_FUNCTION()