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

/freebsd-13-stable/contrib/llvm-project/libcxx/src/
H A Dstring.cpp184 as_float_helper(const string& func, const S& str, size_t* idx, F f ) function in namespace:__anon2620
210 return as_float_helper<float>( func, s, idx, strtof );
218 return as_float_helper<double>( func, s, idx, strtod );
226 return as_float_helper<long double>( func, s, idx, strtold );
234 return as_float_helper<float>( func, s, idx, wcstof );
242 return as_float_helper<double>( func, s, idx, wcstod );
250 return as_float_helper<long double>( func, s, idx, wcstold );

Completed in 112 milliseconds