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

/freebsd-10.0-release/contrib/libstdc++/libmath/
H A Dstubs.c451 tanhl(long double x) function
/freebsd-10.0-release/lib/msun/
H A DSymbol.map280 tanhl;
/freebsd-10.0-release/gnu/lib/libstdc++/
H A Dconfig.h376 /* Define to 1 if you have the `tanhl' function. */
1106 # define tanhl _tanhl macro
/freebsd-10.0-release/contrib/llvm/include/llvm/Target/
H A DTargetLibraryInfo.h577 /// long double tanhl(long double x);
578 tanhl, enumerator in enum:llvm::LibFunc::Func
/freebsd-10.0-release/lib/msun/src/
H A Dmath.h519 long double tanhl(long double);
/freebsd-10.0-release/contrib/llvm/lib/Target/
H A DTargetLibraryInfo.cpp302 "tanhl",
395 TLI.setUnavailable(LibFunc::tanhl);
/freebsd-10.0-release/contrib/libstdc++/config/abi/pre/
H A Dgnu.ver490 tanhl;
/freebsd-10.0-release/contrib/libstdc++/
H A Dconfig.h.in370 /* Define to 1 if you have the `tanhl' function. */
1088 # define tanhl _tanhl
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.h394 __tg_tanh(long double __x) {return tanhl(__x);}

Completed in 476 milliseconds