Searched refs:DoubleToFixedCString (Results 1 – 3 of 3) sorted by relevance
146 char* DoubleToFixedCString(double value, int f);
199 char* DoubleToFixedCString(double value, int f) { in DoubleToFixedCString() function
418 char* const str = DoubleToFixedCString( in BUILTIN()