Home
last modified time | relevance | path

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

/ndk/sources/android/support/include/
Dmath.h61 long double acoshl(long double);
/ndk/sources/android/support/src/
Dmath_support.c68 __attribute__((weak)) long double acoshl(long double x) { return acosh((double)x); } in acoshl() function
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
Dcmath158 long double acoshl(long double x);
1054 inline _LIBCPP_INLINE_VISIBILITY long double acosh(long double __x) _NOEXCEPT {return acoshl(__x);}
1640 using ::acoshl;
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.c.headers/
Dmath_h.pass.cpp340 static_assert((std::is_same<decltype(acoshl(0)), long double>::value), ""); in test_acosh()
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/c.math/
Dcmath.pass.cpp644 static_assert((std::is_same<decltype(std::acoshl(0)), long double>::value), ""); in test_acosh()