Searched refs:tanhl (Results 1 - 8 of 8) sorted by relevance

/illumos-gate/usr/src/lib/libm/common/LD/
H A Dtanhl.c30 #pragma weak __tanhl = tanhl
33 * tanhl(x) returns the hyperbolic tangent of x
36 * 1. reduce x to non-negative: tanhl(-x) = - tanhl(x).
38 * 0 < x <= small : tanhl(x) := x
40 * small < x <= 1 : tanhl(x) := --------------
43 * 1 <= x <= threshold : tanhl(x) := 1 - ---------------
45 * threshold < x <= INF : tanhl(x) := 1.
56 * tanhl(NaN) is NaN;
57 * only tanhl(0.
70 tanhl(long double x) { function
[all...]
H A Dlongdouble.h129 extern long double tanhl(long double);
/illumos-gate/usr/src/lib/libm/common/Q/
H A Dtanhl.c30 #pragma weak __tanhl = tanhl
33 * tanhl(x) returns the hyperbolic tangent of x
36 * 1. reduce x to non-negative: tanhl(-x) = - tanhl(x).
38 * 0 < x <= small : tanhl(x) := x
40 * small < x <= 1 : tanhl(x) := --------------
43 * 1 <= x <= threshold : tanhl(x) := 1 - ---------------
45 * threshold < x <= INF : tanhl(x) := 1.
56 * tanhl(NaN) is NaN;
57 * only tanhl(0.
70 tanhl(long double x) { function
[all...]
H A Dlongdouble.h130 extern long double tanhl(long double);
/illumos-gate/usr/src/lib/libm/common/complex/
H A Dctanhl.c32 #include "libm.h" /* expl/expm1l/fabsl/isinfl/isnanl/sincosl/sinl/tanhl */
56 LD_RE(ans) = tanhl(x);
/illumos-gate/usr/src/head/iso/
H A Dmath_c99.h336 extern long double tanhl __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.h495 long double tanhl(long double);
/illumos-gate/usr/src/lib/libm/
H A DMakefile.com307 tanhl.o \
563 ../common/LD/tanhl.c \
720 ../common/Q/tanhl.c \

Completed in 49 milliseconds