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

  /external/stlport/stlport/stl/
_cmath.h 391 inline double __stlp_fabs(double __x) { return fabs(__x); } function
393 inline double fabs(double __x) { return __stlp_fabs(__x); }
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_cmath.h 391 inline double __stlp_fabs(double __x) { return fabs(__x); } function
393 inline double fabs(double __x) { return __stlp_fabs(__x); }
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
_cmath.h 391 inline double __stlp_fabs(double __x) { return fabs(__x); } function
393 inline double fabs(double __x) { return __stlp_fabs(__x); }
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
_cmath.h 391 inline double __stlp_fabs(double __x) { return fabs(__x); } function
393 inline double fabs(double __x) { return __stlp_fabs(__x); }
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
_cmath.h 391 inline double __stlp_fabs(double __x) { return fabs(__x); } function
393 inline double fabs(double __x) { return __stlp_fabs(__x); }
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
_cmath.h 391 inline double __stlp_fabs(double __x) { return fabs(__x); } function
393 inline double fabs(double __x) { return __stlp_fabs(__x); }

Completed in 248 milliseconds