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

/barrelfish-master/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.h450 long double coshl(long double);
/barrelfish-master/include/
H A Dmath.h450 long double coshl(long double);
/barrelfish-master/lib/msun/
H A DMakefile168 MLINKS+=cosh.3 coshf.3 cosh.3 coshl.3
/barrelfish-master/include/cxx/
H A Dmath.h72 long double coshl(long double x);
902 inline _LIBCPP_INLINE_VISIBILITY long double cosh(long double __lcpp_x) _NOEXCEPT {return ::coshl(__lcpp_x);}

Completed in 43 milliseconds