HomeSort by relevance Sort by last modified time
    Searched refs:as_float_helper (Results 1 - 2 of 2) sorted by null

  /external/libcxx/src/
string.cpp 178 as_float_helper(const string& func, const S& str, size_t* idx, F f ) function in namespace:__anon24501
204 return as_float_helper<float>( func, s, idx, strtof );
212 return as_float_helper<double>( func, s, idx, strtod );
220 return as_float_helper<long double>( func, s, idx, strtold );
228 return as_float_helper<float>( func, s, idx, wcstof );
236 return as_float_helper<double>( func, s, idx, wcstod );
244 return as_float_helper<long double>( func, s, idx, wcstold );
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/src/
string.cpp 181 as_float_helper(const string& func, const S& str, size_t* idx, F f ) function in namespace:__anon596
207 return as_float_helper<float>( func, s, idx, strtof );
215 return as_float_helper<double>( func, s, idx, strtod );
223 return as_float_helper<long double>( func, s, idx, strtold );
231 return as_float_helper<float>( func, s, idx, wcstof );
239 return as_float_helper<double>( func, s, idx, wcstod );
247 return as_float_helper<long double>( func, s, idx, wcstold );

Completed in 115 milliseconds