Searched refs:DoubleToFixedCString (Results 1 – 3 of 3) sorted by relevance
145 char* DoubleToFixedCString(double value, int f);
197 char* DoubleToFixedCString(double value, int f) { in DoubleToFixedCString() function
61 char* str = DoubleToFixedCString(value, f); in RUNTIME_FUNCTION()