Searched defs:tanh (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/lib/libm/common/C/
H A Dtanh.c30 #pragma weak __tanh = tanh
40 * 1. reduce x to non-negative by tanh(-x) = - tanh(x).
42 * 0 < x <= 1.e-10 : tanh(x) := x
44 * 1.e-10 < x <= 1 : tanh(x) := --------------
47 * 1 <= x <= 22.0 : tanh(x) := 1 - ---------------
49 * 22.0 < x <= INF : tanh(x) := 1.
54 * tanh(NaN) is NaN;
55 * only tanh(0)=0 is exact for finite argument.
70 tanh(doubl function
[all...]
/illumos-gate/usr/src/head/iso/
H A Dmath_iso.h75 extern double tanh __P((double));
94 #pragma does_not_read_global_data(cos, sin, tan, cosh, sinh, tanh)
99 #pragma does_not_write_global_data(cos, sin, tan, cosh, sinh, tanh)
104 #pragma no_side_effect(cos, sin, tan, cosh, sinh, tanh)
188 inline float tanh(float __X) { return __tanhf(__X); } function
220 inline long double tanh(long double __X) { return __tanhl(__X); } function
/illumos-gate/usr/src/head/
H A Dtgmath.h62 #undef tanh macro
63 #define tanh(x) __tgmath_tanh(x) macro
/illumos-gate/usr/src/lib/libm1/common/
H A Dlibmv1.c76 #pragma weak tanh = __tanh macro

Completed in 75 milliseconds