Home
last modified time | relevance | path

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

/ndk/sources/cxx-stl/stlport/stlport/stl/config/
D_como.h96 # define coshl cosh macro
118 # define coshl cosh macro
168 # define coshl cosh macro
/ndk/sources/android/support/src/
Dmath_support.c59 __attribute__((weak)) long double coshl(long double x) { return cosh((double)x); } in coshl() function
/ndk/sources/cxx-stl/stlport/stlport/stl/
D_cmath.h97 inline long double coshl(long double v) { return __coshl(v); } in coshl() function