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

/freebsd-13-stable/lib/msun/src/
H A Ds_ccosh.c52 ccosh(double complex z) function
157 /* ccos(z) = ccosh(I * z) */
158 return (ccosh(CMPLX(-cimag(z), creal(z))));
/freebsd-13-stable/lib/msun/tests/
H A Dctrig_test.c142 /* csinh(0) = ctanh(0) = 0; ccosh(0) = 1 (no exceptions raised) */
145 testall_even(ccosh, zero, 1.0, ALL_STD_EXCEPT, 0, CS_BOTH);
173 testall_even(ccosh, z, nan_nan, ALL_STD_EXCEPT, 0, 0);
181 testall_even(ccosh, z, nan_nan, OPT_INVALID, 0, 0);
190 testall_even(ccosh, z, nan_nan, OPT_INVALID, 0, 0);
199 testall_even(ccosh, z, nan_nan, OPT_INVALID, 0, 0);
208 testall_even(ccosh, z, CMPLXL(INFINITY, NAN), ALL_STD_EXCEPT, 0,
217 testall_even(ccosh, z, CMPLXL(NAN, 0), ALL_STD_EXCEPT, 0, 0);
225 testall_even(ccosh, z, CMPLXL(NAN, 0), ALL_STD_EXCEPT, 0, 0);
255 testall_even(ccosh,
[all...]
/freebsd-13-stable/lib/msun/
H A DMakefile156 ceil.3 cacos.3 ccos.3 ccosh.3 cexp.3 \
183 MLINKS+=ccosh.3 ccoshf.3 ccosh.3 csinh.3 ccosh.3 csinhf.3 \
184 ccosh.3 ctanh.3 ccosh.3 ctanhf.3
/freebsd-13-stable/include/
H A Dcomplex.h97 double complex ccosh(double complex);
/freebsd-13-stable/contrib/llvm-project/clang/lib/Headers/
H A Dtgmath.h337 __tg_cosh(double _Complex __x) {return ccosh(__x);}

Completed in 76 milliseconds