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

  /external/stlport/stlport/stl/
_num_get.h 215 void _STLP_DECLSPEC _STLP_CALL __string_to_float(const __iostring&, float&);
216 void _STLP_DECLSPEC _STLP_CALL __string_to_float(const __iostring&, double&);
218 void _STLP_DECLSPEC _STLP_CALL __string_to_float(const __iostring&, long double&);
_num_get.c 436 __string_to_float(__buf, __val);
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_num_get.h 215 void _STLP_DECLSPEC _STLP_CALL __string_to_float(const __iostring&, float&);
216 void _STLP_DECLSPEC _STLP_CALL __string_to_float(const __iostring&, double&);
218 void _STLP_DECLSPEC _STLP_CALL __string_to_float(const __iostring&, long double&);
_num_get.c 436 __string_to_float(__buf, __val);
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/stlport/stlport/stl/
_num_get.h 215 void _STLP_DECLSPEC _STLP_CALL __string_to_float(const __iostring&, float&);
216 void _STLP_DECLSPEC _STLP_CALL __string_to_float(const __iostring&, double&);
218 void _STLP_DECLSPEC _STLP_CALL __string_to_float(const __iostring&, long double&);
_num_get.c 436 __string_to_float(__buf, __val);
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/stlport/stlport/stl/
_num_get.h 215 void _STLP_DECLSPEC _STLP_CALL __string_to_float(const __iostring&, float&);
216 void _STLP_DECLSPEC _STLP_CALL __string_to_float(const __iostring&, double&);
218 void _STLP_DECLSPEC _STLP_CALL __string_to_float(const __iostring&, long double&);
_num_get.c 436 __string_to_float(__buf, __val);
  /external/stlport/src/
num_get_float.cpp 846 __string_to_float(const __iostring& v, float& val) function
856 __string_to_float(const __iostring& v, double& val) function
867 __string_to_float(const __iostring& v, long double& val) { function
  /ndk/sources/cxx-stl/stlport/src/
num_get_float.cpp 846 __string_to_float(const __iostring& v, float& val) function
856 __string_to_float(const __iostring& v, double& val) function
867 __string_to_float(const __iostring& v, long double& val) { function

Completed in 929 milliseconds