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

/freebsd-10.0-release/contrib/libstdc++/libmath/
H A Dstubs.c166 coshl(long double x) function
/freebsd-10.0-release/lib/msun/
H A DSymbol.map274 coshl;
/freebsd-10.0-release/gnu/lib/libstdc++/
H A Dconfig.h57 /* Define to 1 if you have the `coshl' function. */
856 # define coshl _coshl macro
/freebsd-10.0-release/contrib/llvm/include/llvm/Target/
H A DTargetLibraryInfo.h162 /// long double coshl(long double x);
163 coshl, enumerator in enum:llvm::LibFunc::Func
/freebsd-10.0-release/lib/msun/src/
H A Dmath.h513 long double coshl(long double);
/freebsd-10.0-release/contrib/llvm/lib/Target/
H A DTargetLibraryInfo.cpp97 "coshl",
381 TLI.setUnavailable(LibFunc::coshl);
/freebsd-10.0-release/contrib/libstdc++/config/abi/pre/
H A Dgnu.ver486 coshl;
/freebsd-10.0-release/contrib/libstdc++/
H A Dconfig.h.in51 /* Define to 1 if you have the `coshl' function. */
838 # define coshl _coshl
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.h336 __tg_cosh(long double __x) {return coshl(__x);}

Completed in 254 milliseconds