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

/freebsd-11-stable/lib/msun/src/
H A De_cosh.c84 __weak_reference(cosh, coshl);
H A De_coshl.c86 coshl(long double x) function
H A Dmath.h455 long double coshl(long double);
/freebsd-11-stable/contrib/libstdc++/libmath/
H A Dstubs.c166 coshl(long double x) function
/freebsd-11-stable/gnu/lib/libstdc++/
H A Dconfig.h57 /* Define to 1 if you have the `coshl' function. */
856 # define coshl _coshl macro
/freebsd-11-stable/lib/msun/
H A DMakefile194 MLINKS+=cosh.3 coshf.3 cosh.3 coshl.3
/freebsd-11-stable/contrib/llvm-project/clang/lib/Headers/
H A Dtgmath.h329 __tg_cosh(long double __x) {return coshl(__x);}
/freebsd-11-stable/contrib/llvm-project/libcxx/include/
H A Dmath.h72 long double coshl(long double x);
906 inline _LIBCPP_INLINE_VISIBILITY long double cosh(long double __lcpp_x) _NOEXCEPT {return ::coshl(__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 167 milliseconds