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

/external/clang/test/CodeGen/
H A Dlibcall-declarations.c51 long double asinhl(long double);
272 F(asinhf), F(asinhl), F(atan), F(atanf), F(atanl),
350 // CHECK-NOERRNO: declare x86_fp80 @asinhl(x86_fp80) [[NUW]]
/external/llvm/include/llvm/Target/
H A DTargetLibraryInfo.h123 /// long double asinhl(long double x);
124 asinhl, enumerator in enum:llvm::LibFunc::Func
/external/ltrace/etc/
H A Dlibm.so.conf58 ldouble asinhl(ldouble);
/external/llvm/lib/Target/
H A DTargetLibraryInfo.cpp72 "asinhl",
464 TLI.setUnavailable(LibFunc::asinhl);
/external/clang/lib/Headers/
H A Dtgmath.h191 __tg_asinh(long double __x) {return asinhl(__x);}
/external/libcxx/test/depr/depr.c.headers/
H A Dmath_h.disabled.cpp341 static_assert((std::is_same<decltype(asinhl(0)), long double>::value), "");
/external/libcxx/test/numerics/c.math/
H A Dcmath.disabled.cpp654 static_assert((std::is_same<decltype(std::asinhl(0)), long double>::value), "");

Completed in 1212 milliseconds