Home
last modified time | relevance | path

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

/ndk/sources/android/support/include/
Dmath.h63 long double atanhl(long double);
/ndk/sources/android/support/src/
Dmath_support.c70 __attribute__((weak)) long double atanhl(long double x) { return atanh((double)x); } in atanhl() function
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
Dcmath166 long double atanhl(long double x);
1084 inline _LIBCPP_INLINE_VISIBILITY long double atanh(long double __x) _NOEXCEPT {return atanhl(__x);}
1642 using ::atanhl;
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.c.headers/
Dmath_h.pass.cpp356 static_assert((std::is_same<decltype(atanhl(0)), long double>::value), ""); in test_atanh()
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/c.math/
Dcmath.pass.cpp680 static_assert((std::is_same<decltype(std::atanhl(0)), long double>::value), ""); in test_atanh()