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

/barrelfish-master/lib/msun/src/
H A De_acosh.c67 __weak_reference(acosh, acoshl);
H A De_acoshl.c66 acoshl(long double x) function
H A Dmath.h440 long double acoshl(long double);
/barrelfish-master/include/
H A Dmath.h440 long double acoshl(long double);
/barrelfish-master/lib/msun/
H A DMakefile147 MLINKS+=acosh.3 acoshf.3 acosh.3 acoshl.3
/barrelfish-master/include/cxx/
H A Dmath.h154 long double acoshl(long double x);
1110 inline _LIBCPP_INLINE_VISIBILITY long double acosh(long double __lcpp_x) _NOEXCEPT {return ::acoshl(__lcpp_x);}

Completed in 96 milliseconds