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

  /external/stlport/src/
num_get_float.cpp 334 static double _Stl_atod(char *buffer, ptrdiff_t ndigit, int dexp) {
730 /* Let _Stl_atod diagnose under- and over-flows.
733 x = _Stl_atod(digits, n, exp);
833 /* let _Stl_atod diagnose under- and over-flows */
  /ndk/sources/cxx-stl/stlport/src/
num_get_float.cpp 334 static double _Stl_atod(char *buffer, ptrdiff_t ndigit, int dexp) {
730 /* Let _Stl_atod diagnose under- and over-flows.
733 x = _Stl_atod(digits, n, exp);
833 /* let _Stl_atod diagnose under- and over-flows */

Completed in 6006 milliseconds