Searched refs:acoshl (Results 1 - 7 of 7) sorted by relevance

/external/clang/test/CodeGen/
H A Dlibcall-declarations.c45 long double acoshl(long double);
271 F(acoshl), F(asin), F(asinf), F(asinl), F(asinh),
344 // CHECK-NOERRNO: declare x86_fp80 @acoshl(x86_fp80) [[NUW]]
/external/llvm/include/llvm/Target/
H A DTargetLibraryInfo.h111 /// long double acoshl(long double x);
112 acoshl, enumerator in enum:llvm::LibFunc::Func
/external/ltrace/etc/
H A Dlibm.so.conf62 ldouble acoshl(ldouble);
/external/llvm/lib/Target/
H A DTargetLibraryInfo.cpp66 "acoshl",
461 TLI.setUnavailable(LibFunc::acoshl);
/external/clang/lib/Headers/
H A Dtgmath.h162 __tg_acosh(long double __x) {return acoshl(__x);}
/external/libcxx/test/depr/depr.c.headers/
H A Dmath_h.disabled.cpp333 static_assert((std::is_same<decltype(acoshl(0)), long double>::value), "");
/external/libcxx/test/numerics/c.math/
H A Dcmath.disabled.cpp636 static_assert((std::is_same<decltype(std::acoshl(0)), long double>::value), "");

Completed in 1742 milliseconds