Searched refs:FX_ftoa (Results 1 – 3 of 3) sorted by relevance
11 FX_STRSIZE FX_ftoa(FX_FLOAT f, FX_CHAR* buf);141 FX_STRSIZE len = FX_ftoa((FX_FLOAT)f, buf); in operator <<()185 FX_STRSIZE len = FX_ftoa((FX_FLOAT)f, buf); in operator <<()
1046 FX_STRSIZE FX_ftoa(FX_FLOAT d, FX_CHAR* buf) { in FX_ftoa() function1094 FX_STRSIZE len = FX_ftoa(d, buf); in FormatFloat()
799 FX_STRSIZE FX_ftoa(FX_FLOAT f, FX_CHAR* buf);