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

  /external/stlport/stlport/stl/
_cmath.h 401 inline double __stlp_sin(double __x) { return sin(__x); } function
403 inline double sin(double __x) { return __stlp_sin(__x); }
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_cmath.h 401 inline double __stlp_sin(double __x) { return sin(__x); } function
403 inline double sin(double __x) { return __stlp_sin(__x); }
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
_cmath.h 401 inline double __stlp_sin(double __x) { return sin(__x); } function
403 inline double sin(double __x) { return __stlp_sin(__x); }
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
_cmath.h 401 inline double __stlp_sin(double __x) { return sin(__x); } function
403 inline double sin(double __x) { return __stlp_sin(__x); }
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
_cmath.h 401 inline double __stlp_sin(double __x) { return sin(__x); } function
403 inline double sin(double __x) { return __stlp_sin(__x); }
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
_cmath.h 401 inline double __stlp_sin(double __x) { return sin(__x); } function
403 inline double sin(double __x) { return __stlp_sin(__x); }
  /prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/
_cmath.h 401 inline double __stlp_sin(double __x) { return sin(__x); } function
403 inline double sin(double __x) { return __stlp_sin(__x); }

Completed in 443 milliseconds