Home
last modified time | relevance | path

Searched refs:to_float (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ADT/
H A DStringExtras.h253 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 Dmsg_259.c245 to_float(double dbl) in to_float() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/
H A DYAMLTraits.cpp1043 if (to_float(Scalar, Val)) in input()
1053 if (to_float(Scalar, Val)) in input()
H A DCommandLine.cpp1902 if (to_float(Arg, Value)) in parseDouble()
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/src/c++17/fast_float/
H A Dfast_float.h490 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()