Searched refs:to_float (Results 1 – 5 of 5) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ADT/ |
H A D | StringExtras.h | 253 inline bool to_float(const Twine &T, N &Num, N (*StrTo)(const char *, char **)) { in to_float() function 265 inline bool to_float(const Twine &T, float &Num) { in to_float() function 266 return detail::to_float(T, Num, strtof); in to_float() 269 inline bool to_float(const Twine &T, double &Num) { in to_float() function 270 return detail::to_float(T, Num, strtod); in to_float() 273 inline bool to_float(const Twine &T, long double &Num) { in to_float() function 274 return detail::to_float(T, Num, strtold); in to_float()
|
/netbsd-src/tests/usr.bin/xlint/lint1/ |
H A D | msg_259.c | 245 to_float(double dbl) in to_float() function
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/ |
H A D | YAMLTraits.cpp | 1043 if (to_float(Scalar, Val)) in input() 1053 if (to_float(Scalar, Val)) in input()
|
H A D | CommandLine.cpp | 1902 if (to_float(Arg, Value)) in parseDouble()
|
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/src/c++17/fast_float/ |
H A D | fast_float.h | 490 fastfloat_really_inline void to_float(bool negative, adjusted_mantissa am, T &value) { in to_float() function 2775 to_float(false, am_b, b); in negative_digit_comp() 3029 to_float(pns.negative, am, value); in from_chars_advanced()
|