Home
last modified time | relevance | path

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

/llvm-project-15.0.7/libcxx/src/
H A Dstring.cpp172 inline V as_float_helper(const string& func, const S& str, size_t* idx, F f) { in as_float_helper() function
193 return as_float_helper<float>(func, s, idx, strtof); in as_float()
198 return as_float_helper<double>(func, s, idx, strtod); in as_float()
203 return as_float_helper<long double>(func, s, idx, strtold); in as_float()
209 return as_float_helper<float>(func, s, idx, wcstof); in as_float()
214 return as_float_helper<double>(func, s, idx, wcstod); in as_float()
219 return as_float_helper<long double>(func, s, idx, wcstold); in as_float()