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

/external/clang/test/CodeGen/
H A Dlibcall-declarations.c57 long double atanhl(long double);
273 F(atanh), F(atanhf), F(atanhl), F(cbrt), F(cbrtf),
356 // CHECK-NOERRNO: declare x86_fp80 @atanhl(x86_fp80) [[NUW]]
/external/llvm/include/llvm/Target/
H A DTargetLibraryInfo.h141 /// long double atanhl(long double x);
142 atanhl, enumerator in enum:llvm::LibFunc::Func
/external/ltrace/etc/
H A Dlibm.so.conf66 ldouble atanhl(ldouble);
/external/llvm/lib/Target/
H A DTargetLibraryInfo.cpp81 "atanhl",
467 TLI.setUnavailable(LibFunc::atanhl);
/external/clang/lib/Headers/
H A Dtgmath.h220 __tg_atanh(long double __x) {return atanhl(__x);}
/external/libcxx/test/depr/depr.c.headers/
H A Dmath_h.disabled.cpp349 static_assert((std::is_same<decltype(atanhl(0)), long double>::value), "");
/external/libcxx/test/numerics/c.math/
H A Dcmath.disabled.cpp672 static_assert((std::is_same<decltype(std::atanhl(0)), long double>::value), "");

Completed in 2245 milliseconds