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