Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/libcxx/src/
H A Dstring.cpp191 inline V as_float_helper(const string& func, const S& str, size_t* idx, F f) { in as_float_helper() function
212 return as_float_helper<float>(func, s, idx, strtof); in as_float()
217 return as_float_helper<double>(func, s, idx, strtod); in as_float()
222 return as_float_helper<long double>(func, s, idx, strtold); in as_float()
228 return as_float_helper<float>(func, s, idx, wcstof); in as_float()
233 return as_float_helper<double>(func, s, idx, wcstod); in as_float()
238 return as_float_helper<long double>(func, s, idx, wcstold); in as_float()