Home
last modified time | relevance | path

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

/ndk/sources/android/support/include/
Dmath.h62 long double asinhl(long double);
/ndk/sources/android/support/src/
Dmath_support.c69 __attribute__((weak)) long double asinhl(long double x) { return asinh((double)x); } in asinhl() function
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
Dcmath162 long double asinhl(long double x);
1069 inline _LIBCPP_INLINE_VISIBILITY long double asinh(long double __x) _NOEXCEPT {return asinhl(__x);}
1641 using ::asinhl;
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.c.headers/
Dmath_h.pass.cpp348 static_assert((std::is_same<decltype(asinhl(0)), long double>::value), ""); in test_asinh()
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/c.math/
Dcmath.pass.cpp662 static_assert((std::is_same<decltype(std::asinhl(0)), long double>::value), ""); in test_asinh()