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