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

/freebsd-13-stable/contrib/netbsd-tests/lib/libm/
H A Dt_casinh.c7 * Testing special values of casinh
47 complex double ci = casinh(a); \
50 "for casinh([%g,%g]) = [%g,%g] != [%g,%g]", \
55 ATF_TC(casinh); variable
56 ATF_TC_HEAD(casinh, tc)
58 atf_tc_set_md_var(tc, "descr","Check casinh family - special values");
61 ATF_TC_BODY(casinh, tc)
78 ATF_TP_ADD_TC(tp, casinh);
/freebsd-13-stable/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-13-stable/lib/msun/src/
H A Dcatrig.c72 * The code for casinh, casin, cacos, and cacosh comes first. The code is
82 * | casinh, casin, cacos, cacosh |
95 * casinh(z) = sign(x)*log(A+sqrt(A*A-1)) + I*asin(B)
101 * (a) for Re(casinh(z)) when z is close to the line segment [-I, I] (that
102 * is, Re(casinh(z)) is close to 0);
103 * (b) for Im(casinh(z)) when z is close to either of the intervals
104 * [I, I*infinity) or (-I*infinity, -I] (that is, |Im(casinh(z))| is
148 * rx = Re(casinh(z)) = -Im(cacos(y + I*x)).
212 * Avoid a possible underflow caused by y/A. For casinh this
269 * casinh(
277 casinh(double complex z) function
[all...]
/freebsd-13-stable/include/
H A Dcomplex.h81 double complex casinh(double complex);
/freebsd-13-stable/lib/msun/
H A DMakefile179 cacos.3 casinh.3 cacos.3 casinhf.3 cacos.3 casinhl.3 \
/freebsd-13-stable/contrib/llvm-project/clang/lib/Headers/
H A Dtgmath.h192 __tg_asinh(double _Complex __x) {return casinh(__x);}

Completed in 63 milliseconds