Searched refs:DoubleToExponentialCString (Results 1 – 3 of 3) sorted by relevance
149 char* DoubleToExponentialCString(double value, int f);
299 char* DoubleToExponentialCString(double value, int f) { in DoubleToExponentialCString() function
4752 char* str = DoubleToExponentialCString(value, f); in RUNTIME_FUNCTION()