Searched refs:__format_float (Results 1 - 1 of 1) sorted by relevance

/external/stlport/src/
H A Dnum_put_float.cpp479 // __format_float formats a mantissa and exponent as returned by
651 static inline size_t __format_float(__iostring &buf, const char * bp, function
818 return __format_float(buf, bp, decpt, sign, x == 0.0, flags, precision);

Completed in 83 milliseconds