Home
last modified time | relevance | path

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

/ndk/sources/cxx-stl/stlport/src/
Dnum_get_float.cpp645 static double _Stl_string_to_double(const char *s) { in _Stl_string_to_double() function
849 val = (float)_Stl_string_to_double(v.c_str()); in __string_to_float()
859 val = _Stl_string_to_double(v.c_str()); in __string_to_float()
872 val = _Stl_string_to_double(v.c_str()); in __string_to_float()