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

  /prebuilts/ndk/r10/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/r11/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/r13/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 56 milliseconds