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

/freebsd-current/contrib/llvm-project/libcxx/src/
H A Dstring.cpp153 inline V as_float_helper(const string& func, const S& str, size_t* idx, F f) { function in namespace:__anon1237
174 return as_float_helper<float>(func, s, idx, strtof);
179 return as_float_helper<double>(func, s, idx, strtod);
184 return as_float_helper<long double>(func, s, idx, strtold);
190 return as_float_helper<float>(func, s, idx, wcstof);
195 return as_float_helper<double>(func, s, idx, wcstod);
200 return as_float_helper<long double>(func, s, idx, wcstold);

Completed in 54 milliseconds