Home
last modified time | relevance | path

Searched refs:__stlp_cos (Results 1 – 1 of 1) sorted by relevance

/ndk/sources/cxx-stl/stlport/stlport/stl/
D_cmath.h396 inline double __stlp_cos(double __x) { return cos(__x); } in __stlp_cos() function
398 inline double cos(double __x) { return __stlp_cos(__x); } in cos()