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

/external/stlport/stlport/stl/config/
H A D_como.h95 # define sinhl sinh macro
114 # define sinhl sinh macro
167 # define sinhl sinh macro
/external/clang/test/CodeGen/
H A Dlibcall-declarations.c165 long double sinhl(long double);
295 F(sinhl), F(sqrt), F(sqrtf), F(sqrtl), F(tan),
464 // CHECK-NOERRNO: declare x86_fp80 @sinhl(x86_fp80) [[NUW]]
/external/llvm/include/llvm/Target/
H A DTargetLibraryInfo.h531 /// long double sinhl(long double x);
532 sinhl, enumerator in enum:llvm::LibFunc::Func
/external/ltrace/etc/
H A Dlibm.so.conf46 ldouble sinhl(ldouble);
/external/llvm/lib/Target/
H A DTargetLibraryInfo.cpp274 "sinhl",
453 TLI.setUnavailable(LibFunc::sinhl);
/external/stlport/stlport/stl/
H A D_cmath.h98 inline long double sinhl(long double v) { return __sinhl(v); } function
/external/clang/lib/Headers/
H A Dtgmath.h365 __tg_sinh(long double __x) {return sinhl(__x);}
/external/libcxx/test/depr/depr.c.headers/
H A Dmath_h.disabled.cpp169 static_assert((std::is_same<decltype(sinhl(0)), long double>::value), "");
/external/libcxx/test/numerics/c.math/
H A Dcmath.disabled.cpp384 static_assert((std::is_same<decltype(std::sinhl(0)), long double>::value), "");

Completed in 383 milliseconds