Searched defs:to_float (Results 1 – 3 of 3) sorted by relevance
253 inline bool to_float(const Twine &T, N &Num, N (*StrTo)(const char *, char **)) { in to_float() function265 inline bool to_float(const Twine &T, float &Num) { in to_float() function269 inline bool to_float(const Twine &T, double &Num) { in to_float() function273 inline bool to_float(const Twine &T, long double &Num) { in to_float() function
245 to_float(double dbl) in to_float() function
490 fastfloat_really_inline void to_float(bool negative, adjusted_mantissa am, T &value) { in to_float() function