Home
last modified time | relevance | path

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

/external/libcxx/src/
Dstring.cpp184 as_float_helper(const string& func, const S& str, size_t* idx, F f ) in as_float_helper() function
210 return as_float_helper<float>( func, s, idx, strtof ); in as_float()
218 return as_float_helper<double>( func, s, idx, strtod ); in as_float()
226 return as_float_helper<long double>( func, s, idx, strtold ); in as_float()
234 return as_float_helper<float>( func, s, idx, wcstof ); in as_float()
242 return as_float_helper<double>( func, s, idx, wcstod ); in as_float()
250 return as_float_helper<long double>( func, s, idx, wcstold ); in as_float()