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

/freebsd-12-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-12-stable/lib/msun/tests/
H A Dctrig_test.c148 /* csinh(0) = ctanh(0) = 0; ccosh(0) = 1 (no exceptions raised) */
151 testall_even(ccosh, zero, 1.0, ALL_STD_EXCEPT, 0, CS_BOTH);
179 testall_even(ccosh, z, nan_nan, ALL_STD_EXCEPT, 0, 0);
187 testall_even(ccosh, z, nan_nan, OPT_INVALID, 0, 0);
196 testall_even(ccosh, z, nan_nan, OPT_INVALID, 0, 0);
205 testall_even(ccosh, z, nan_nan, OPT_INVALID, 0, 0);
214 testall_even(ccosh, z, CMPLXL(INFINITY, NAN), ALL_STD_EXCEPT, 0,
223 testall_even(ccosh, z, CMPLXL(NAN, 0), ALL_STD_EXCEPT, 0, 0);
231 testall_even(ccosh, z, CMPLXL(NAN, 0), ALL_STD_EXCEPT, 0, 0);
261 testall_even(ccosh,
[all...]
/freebsd-12-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-12-stable/include/
H A Dcomplex.h97 double complex ccosh(double complex);
/freebsd-12-stable/contrib/llvm-project/clang/lib/Headers/
H A Dtgmath.h337 __tg_cosh(double _Complex __x) {return ccosh(__x);}
/freebsd-12-stable/contrib/libstdc++/
H A Dconfigure7464 ccosh(tmpd);
[all...]

Completed in 429 milliseconds