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

  /external/libcxx/src/
string.cpp 184 as_float_helper(const string& func, const S& str, size_t* idx, F f ) function in namespace:__anon23075
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 );
  /prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/src/
string.cpp 183 as_float_helper(const string& func, const S& str, size_t* idx, F f ) function in namespace:__anon111774
209 return as_float_helper<float>( func, s, idx, strtod );
217 return as_float_helper<double>( func, s, idx, strtod );
225 return as_float_helper<long double>( func, s, idx, strtold );
233 return as_float_helper<float>( func, s, idx, wcstod );
241 return as_float_helper<double>( func, s, idx, wcstod );
249 return as_float_helper<long double>( func, s, idx, wcstold );
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/src/
string.cpp 184 as_float_helper(const string& func, const S& str, size_t* idx, F f ) function in namespace:__anon112162
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 69 milliseconds