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

  /external/stlport/stlport/stl/
_cmath.h 396 inline double __stlp_cos(double __x) { return cos(__x); } function
398 inline double cos(double __x) { return __stlp_cos(__x); }
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_cmath.h 396 inline double __stlp_cos(double __x) { return cos(__x); } function
398 inline double cos(double __x) { return __stlp_cos(__x); }
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
_cmath.h 396 inline double __stlp_cos(double __x) { return cos(__x); } function
398 inline double cos(double __x) { return __stlp_cos(__x); }
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
_cmath.h 396 inline double __stlp_cos(double __x) { return cos(__x); } function
398 inline double cos(double __x) { return __stlp_cos(__x); }
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
_cmath.h 396 inline double __stlp_cos(double __x) { return cos(__x); } function
398 inline double cos(double __x) { return __stlp_cos(__x); }
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
_cmath.h 396 inline double __stlp_cos(double __x) { return cos(__x); } function
398 inline double cos(double __x) { return __stlp_cos(__x); }

Completed in 831 milliseconds