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

/freebsd-11.0-release/lib/msun/tests/
H A Dinvctrig_test.c136 testall_odd(casinh, zero, zero, ALL_STD_EXCEPT, 0, CS_BOTH);
167 testall(casinh, z, nan_nan, ALL_STD_EXCEPT, 0, 0);
175 testall(casinh, z, nan_nan, OPT_INVALID, 0, 0);
183 testall(casinh, z, nan_nan, OPT_INVALID, 0, 0);
192 testall(casinh, z, CMPLXL(INFINITY, NAN), ALL_STD_EXCEPT, 0, 0);
201 testall_odd(casinh, z, CMPLXL(INFINITY, NAN), ALL_STD_EXCEPT, 0,
211 testall_odd(casinh, z, nan_nan, OPT_INVALID, 0, 0);
219 testall(casinh, z, CMPLXL(NAN, 0), ALL_STD_EXCEPT, 0, CS_IMAG);
243 testall_odd_tol(casinh, z, CMPLXL(INFINITY, pi / 4), 1);
254 testall_odd(casinh,
[all...]
/freebsd-11.0-release/include/
H A Dcomplex.h75 double complex casinh(double complex);
/freebsd-11.0-release/lib/msun/src/
H A Dcatrig.c70 * The code for casinh, casin, cacos, and cacosh comes first. The code is
80 * | casinh, casin, cacos, cacosh |
93 * casinh(z) = sign(x)*log(A+sqrt(A*A-1)) + I*asin(B)
99 * (a) for Re(casinh(z)) when z is close to the line segment [-I, I] (that
100 * is, Re(casinh(z)) is close to 0);
101 * (b) for Im(casinh(z)) when z is close to either of the intervals
102 * [I, I*infinity) or (-I*infinity, -I] (that is, |Im(casinh(z))| is
146 * rx = Re(casinh(z)) = -Im(cacos(y + I*x)).
210 * Avoid a possible underflow caused by y/A. For casinh this
267 * casinh(
275 casinh(double complex z) function
[all...]
/freebsd-11.0-release/lib/msun/
H A DMakefile155 cacos.3 casin.3 cacos.3 casinf.3 cacos.3 casinh.3 cacos.3 casinhf.3 \
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/Headers/
H A Dtgmath.h199 __tg_asinh(double _Complex __x) {return casinh(__x);}
/freebsd-11.0-release/contrib/libstdc++/
H A Dconfigure30506 casinh(tmpd);
[all...]

Completed in 148 milliseconds