Home
last modified time | relevance | path

Searched refs:sinhl (Results 1 – 8 of 8) 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/include/
Dmath.h57 long double sinhl(long double);
/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
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
Dcmath124 long double sinhl(long double x);
991 inline _LIBCPP_INLINE_VISIBILITY long double sinh(long double __x) _NOEXCEPT {return sinhl(__x);}
1635 using ::sinhl;
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.c.headers/
Dmath_h.pass.cpp169 static_assert((std::is_same<decltype(sinhl(0)), long double>::value), ""); in test_sinh()
/ndk/sources/cxx-stl/llvm-libc++/
Dexport_symbols.txt2276 sinhl;
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/c.math/
Dcmath.pass.cpp384 static_assert((std::is_same<decltype(std::sinhl(0)), long double>::value), ""); in test_sinh()