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

/freebsd-11-stable/lib/msun/src/
H A Ds_tanh.c83 __weak_reference(tanh, tanhl);
H A Ds_tanhl.c113 tanhl(long double x) function
H A Dmath.h500 long double tanhl(long double);
/freebsd-11-stable/contrib/libstdc++/libmath/
H A Dstubs.c451 tanhl(long double x) function
/freebsd-11-stable/gnu/lib/libstdc++/
H A Dconfig.h376 /* Define to 1 if you have the `tanhl' function. */
1106 # define tanhl _tanhl macro
/freebsd-11-stable/lib/msun/
H A DMakefile250 MLINKS+=tanh.3 tanhf.3 tanh.3 tanhl.3
/freebsd-11-stable/contrib/llvm-project/clang/lib/Headers/
H A Dtgmath.h387 __tg_tanh(long double __x) {return tanhl(__x);}
/freebsd-11-stable/contrib/llvm-project/libcxx/include/
H A Dmath.h132 long double tanhl(long double x);
1103 inline _LIBCPP_INLINE_VISIBILITY long double tanh(long double __lcpp_x) _NOEXCEPT {return ::tanhl(__lcpp_x);}
/freebsd-11-stable/contrib/libstdc++/
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...]

Completed in 281 milliseconds