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

/freebsd-11-stable/contrib/llvm-project/libcxx/src/
H A Dstring.cpp179 as_float_helper(const string& func, const S& str, size_t* idx, F f ) function in namespace:__anon1262
205 return as_float_helper<float>( func, s, idx, strtof );
213 return as_float_helper<double>( func, s, idx, strtod );
221 return as_float_helper<long double>( func, s, idx, strtold );
229 return as_float_helper<float>( func, s, idx, wcstof );
237 return as_float_helper<double>( func, s, idx, wcstod );
245 return as_float_helper<long double>( func, s, idx, wcstold );

Completed in 44 milliseconds