Searched refs:cacosh (Results 1 - 5 of 5) sorted by relevance

/freebsd-13-stable/lib/msun/tests/
H A Dinvctrig_test.c131 testall_tol(cacosh, zero, CMPLXL(0.0, pi / 2), 1);
132 testall_tol(cacosh, -zero, CMPLXL(0.0, -pi / 2), 1);
165 testall(cacosh, z, nan_nan, ALL_STD_EXCEPT, 0, 0);
173 testall(cacosh, z, nan_nan, OPT_INVALID, 0, 0);
181 testall(cacosh, z, nan_nan, OPT_INVALID, 0, 0);
189 testall(cacosh, z, CMPLXL(INFINITY, NAN), ALL_STD_EXCEPT, 0, CS_REAL);
190 testall(cacosh, -z, CMPLXL(INFINITY, NAN), ALL_STD_EXCEPT, 0, CS_REAL);
198 testall_even(cacosh, z, CMPLXL(INFINITY, NAN), ALL_STD_EXCEPT, 0,
209 testall_even(cacosh, z, nan_nan, OPT_INVALID & ~FE_INEXACT, 0, 0);
217 testall(cacosh,
[all...]
/freebsd-13-stable/include/
H A Dcomplex.h70 double complex cacosh(double complex);
/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 |
428 * cacosh(z) = I*cacos(z) or -I*cacos(z)
429 * where the sign is chosen so Re(cacosh(z)) >= 0.
432 cacosh(double complex z) function
440 /* cacosh(NaN + I*NaN) = NaN + I*NaN */
443 /* cacosh(NaN + I*+-Inf) = +Inf + I*NaN */
444 /* cacosh(+-Inf + I*NaN) = +Inf + I*NaN */
447 /* cacosh(0 + I*NaN) = NaN + I*NaN */
649 __weak_reference(cacosh, cacosh
[all...]
/freebsd-13-stable/lib/msun/
H A DMakefile177 cacos.3 cacosh.3 cacos.3 cacoshf.3 cacos.3 cacoshl.3 \
/freebsd-13-stable/contrib/llvm-project/clang/lib/Headers/
H A Dtgmath.h163 __tg_acosh(double _Complex __x) {return cacosh(__x);}

Completed in 110 milliseconds