Home
last modified time | relevance | path

Searched defs:sinhl (Results 1 – 3 of 3) sorted by relevance

/ndk/sources/cxx-stl/stlport/stlport/stl/config/
D_como.h95 # define sinhl sinh macro
114 # define sinhl sinh macro
167 # define sinhl sinh macro
/ndk/sources/android/support/src/
Dmath_support.c64 __attribute__((weak)) long double sinhl(long double x) { return sinh((double)x); } in sinhl() function
/ndk/sources/cxx-stl/stlport/stlport/stl/
D_cmath.h98 inline long double sinhl(long double v) { return __sinhl(v); } in sinhl() function