Searched refs:FX_ftoa (Results 1 – 4 of 4) sorted by relevance
21 size_t FX_ftoa(float f, char* buf);
44 size_t len = FX_ftoa((float)f, buf); in operator <<()
187 size_t FX_ftoa(float d, char* buf) { in FX_ftoa() function
112 return ByteString(buf, FX_ftoa(d, buf)); in FormatFloat()