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

/freebsd-10.1-release/lib/msun/src/
H A De_sinh.c78 __weak_reference(sinh, sinhl);
H A De_sinhl.c85 sinhl(long double x) function
H A Dmath.h496 long double sinhl(long double);
/freebsd-10.1-release/contrib/libstdc++/libmath/
H A Dstubs.c417 sinhl(long double x) function
/freebsd-10.1-release/lib/msun/
H A DSymbol.map276 sinhl;
H A DMakefile213 MLINKS+=sinh.3 sinhf.3 sinh.3 sinhl.3
/freebsd-10.1-release/gnu/lib/libstdc++/
H A Dconfig.h286 /* Define to 1 if you have the `sinhl' function. */
1066 # define sinhl _sinhl macro
/freebsd-10.1-release/contrib/llvm/include/llvm/Target/
H A DTargetLibraryInfo.h502 /// long double sinhl(long double x);
503 sinhl, enumerator in enum:llvm::LibFunc::Func
/freebsd-10.1-release/contrib/llvm/lib/Target/
H A DTargetLibraryInfo.cpp265 "sinhl",
431 TLI.setUnavailable(LibFunc::sinhl);
/freebsd-10.1-release/contrib/libstdc++/config/abi/pre/
H A Dgnu.ver482 sinhl;
/freebsd-10.1-release/contrib/libstdc++/
H A Dconfig.h.in280 /* Define to 1 if you have the `sinhl' function. */
1048 # define sinhl _sinhl
H A Dconfigure18935 acosl (0); asinl (0); atanl (0); cosl (0); sinl (0); tanl (0); coshl (0); sinhl (0); tanhl (0);
18990 for ac_func in acosl asinl atanl cosl sinl tanl coshl sinhl tanhl
[all...]
/freebsd-10.1-release/contrib/llvm/tools/clang/lib/Headers/
H A Dtgmath.h365 __tg_sinh(long double __x) {return sinhl(__x);}

Completed in 149 milliseconds