Home
last modified time | relevance | path

Searched defs:to_float (Results 1 – 3 of 3) 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
269 inline bool to_float(const Twine &T, double &Num) { in to_float() function
273 inline bool to_float(const Twine &T, long double &Num) { in to_float() function
/netbsd-src/tests/usr.bin/xlint/lint1/
H A Dmsg_259.c245 to_float(double dbl) in to_float() function
/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