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

/freebsd-10.0-release/contrib/libstdc++/libmath/
H A Dstubs.c417 sinhl(long double x) function
/freebsd-10.0-release/lib/msun/
H A DSymbol.map279 sinhl;
/freebsd-10.0-release/gnu/lib/libstdc++/
H A Dconfig.h286 /* Define to 1 if you have the `sinhl' function. */
1066 # define sinhl _sinhl macro
/freebsd-10.0-release/contrib/llvm/include/llvm/Target/
H A DTargetLibraryInfo.h478 /// long double sinhl(long double x);
479 sinhl, enumerator in enum:llvm::LibFunc::Func
/freebsd-10.0-release/lib/msun/src/
H A Dmath.h518 long double sinhl(long double);
/freebsd-10.0-release/contrib/llvm/lib/Target/
H A DTargetLibraryInfo.cpp253 "sinhl",
392 TLI.setUnavailable(LibFunc::sinhl);
/freebsd-10.0-release/contrib/libstdc++/config/abi/pre/
H A Dgnu.ver482 sinhl;
/freebsd-10.0-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.0-release/contrib/llvm/tools/clang/lib/Headers/
H A Dtgmath.h365 __tg_sinh(long double __x) {return sinhl(__x);}

Completed in 227 milliseconds