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

/illumos-gate/usr/src/lib/libm/common/LD/
H A Dsinhl.c30 #pragma weak __sinhl = sinhl
73 sinhl(long double x) function
H A Dlongdouble.h123 extern long double sinhl(long double);
/illumos-gate/usr/src/lib/libm/common/Q/
H A Dsinhl.c30 #pragma weak __sinhl = sinhl
36 * sinhl(X)
40 * 1. reduce x to non-negative by sinhl(-x) = - sinhl(x).
44 * 0 <= x <= lnovft : sinhl(x) := --------------------------------
47 * lnovft <= x < INF : sinhl(x) := expl(x-MEP1*ln2)*2**ME
56 * sinhl(x) is x if x is +INF, -INF, or NaN.
57 * only sinhl(0)=0 is exact for finite argument.
76 sinhl(long double x) { function
H A Dlongdouble.h124 extern long double sinhl(long double);
/illumos-gate/usr/src/lib/libm/common/complex/
H A Dccoshl.c32 #include "libm.h" /* coshl/expl/fabsl/scalbnl/sincosl/sinhl/__k_cexpl */
85 LD_IM(ans) = S * sinhl(x);
H A Dcsinhl.c32 #include "libm.h" /* coshl/expl/fabsl/scalbnl/sincosl/sinhl/__k_cexpl */
84 LD_RE(ans) = C * sinhl(x);
/illumos-gate/usr/src/head/iso/
H A Dmath_c99.h335 extern long double sinhl __P((long double));
445 #pragma does_not_read_global_data(acoshl, asinhl, atanhl, coshl, sinhl, tanhl)
458 #pragma does_not_write_global_data(acoshl, asinhl, atanhl, coshl, sinhl, tanhl)
507 #pragma no_side_effect(cosl, sinl, tanl, coshl, sinhl, tanhl)
508 #pragma no_side_effect(acoshl, asinhl, atanhl, coshl, sinhl, tanhl)
/illumos-gate/usr/src/boot/include/
H A Dmath.h492 long double sinhl(long double);
/illumos-gate/usr/src/lib/libm/
H A DMakefile.com303 sinhl.o \
560 ../common/LD/sinhl.c \
716 ../common/Q/sinhl.c \

Completed in 49 milliseconds