Searched defs:to_float (Results 1 – 2 of 2) sorted by relevance
272 inline bool to_float(const Twine &T, N &Num, N (*StrTo)(const char *, char **)) { in to_float() function284 inline bool to_float(const Twine &T, float &Num) { in to_float() function288 inline bool to_float(const Twine &T, double &Num) { in to_float() function292 inline bool to_float(const Twine &T, long double &Num) { in to_float() function
105 TEST(StringExtrasTest, to_float) { in TEST() argument