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

/barrelfish-master/lib/msun/src/
H A De_sinh.c78 __weak_reference(sinh, sinhl);
H A De_sinhl.c85 sinhl(long double x) function
H A Dmath.h492 long double sinhl(long double);
/barrelfish-master/include/
H A Dmath.h492 long double sinhl(long double);
/barrelfish-master/lib/msun/
H A DMakefile218 MLINKS+=sinh.3 sinhf.3 sinh.3 sinhl.3
/barrelfish-master/include/cxx/
H A Dmath.h120 long double sinhl(long double x);
1063 inline _LIBCPP_INLINE_VISIBILITY long double sinh(long double __lcpp_x) _NOEXCEPT {return ::sinhl(__lcpp_x);}

Completed in 103 milliseconds