Searched refs:coshl (Results 1 - 9 of 9) sorted by relevance

/external/stlport/stlport/stl/config/
H A D_como.h96 # define coshl cosh macro
118 # define coshl cosh macro
168 # define coshl cosh macro
/external/clang/test/CodeGen/
H A Dlibcall-declarations.c69 long double coshl(long double);
275 F(cosf), F(cosl), F(cosh), F(coshf), F(coshl),
368 // CHECK-NOERRNO: declare x86_fp80 @coshl(x86_fp80) [[NUW]]
/external/llvm/include/llvm/Target/
H A DTargetLibraryInfo.h195 /// long double coshl(long double x);
196 coshl, enumerator in enum:llvm::LibFunc::Func
/external/ltrace/etc/
H A Dlibm.so.conf50 ldouble coshl(ldouble);
/external/llvm/lib/Target/
H A DTargetLibraryInfo.cpp108 "coshl",
438 TLI.setUnavailable(LibFunc::coshl);
/external/stlport/stlport/stl/
H A D_cmath.h97 inline long double coshl(long double v) { return __coshl(v); } function
/external/clang/lib/Headers/
H A Dtgmath.h336 __tg_cosh(long double __x) {return coshl(__x);}
/external/libcxx/test/depr/depr.c.headers/
H A Dmath_h.disabled.cpp70 static_assert((std::is_same<decltype(coshl(0)), long double>::value), "");
/external/libcxx/test/numerics/c.math/
H A Dcmath.disabled.cpp158 static_assert((std::is_same<decltype(std::coshl(0)), long double>::value), "");

Completed in 1409 milliseconds