Home
last modified time | relevance | path

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

/ndk/sources/cxx-stl/stlport/stlport/stl/
D_cmath.h401 inline double __stlp_sin(double __x) { return sin(__x); } in __stlp_sin() function
403 inline double sin(double __x) { return __stlp_sin(__x); } in sin()