Home
last modified time | relevance | path

Searched refs:sinhl (Results 1 – 6 of 6) 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/cxx-stl/llvm-libc++/include/support/android/
Dmath.h37 long double sinhl(long double);
/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++/include/
Dcmath124 long double sinhl(long double x);
990 inline _LIBCPP_INLINE_VISIBILITY long double sinh(long double __x) _NOEXCEPT {return sinhl(__x);}
1633 using ::sinhl;
/ndk/sources/cxx-stl/llvm-libc++/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++/test/numerics/c.math/
Dcmath.pass.cpp371 static_assert((std::is_same<decltype(std::sinhl(0)), long double>::value), ""); in test_sinh()