Searched defs:to_float (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/contrib/cortex-strings/scripts/
H A Dplot.py21 def to_float(v): function
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/ADT/
H A DStringExtras.h207 inline bool to_float(const Twine &T, N &Num, N (*StrTo)(const char *, char **)) { function in namespace:llvm::detail
219 inline bool to_float(const Twine &T, float &Num) { function in namespace:llvm
223 inline bool to_float(const Twine &T, double &Num) { function in namespace:llvm
227 inline bool to_float(const Twine &T, long double &Num) { function in namespace:llvm

Completed in 59 milliseconds