Home
last modified time | relevance | path

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

/llvm-project-15.0.7/libc/src/stdlib/
H A Datof.cpp16 return internal::strtofloatingpoint<double>(str, nullptr);
H A Dstrtold.cpp17 return internal::strtofloatingpoint<long double>(str, str_end);
H A Dstrtof.cpp17 return internal::strtofloatingpoint<float>(str, str_end);
H A Dstrtod.cpp17 return internal::strtofloatingpoint<double>(str, str_end);
/llvm-project-15.0.7/libc/src/__support/
H A Dstr_to_float.h899 static inline T strtofloatingpoint(const char *__restrict src, in strtofloatingpoint() function