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

/barrelfish-2018-10-04/usr/tests/msun/
H A Dctrig_test.c136 /* csinh(0) = ctanh(0) = 0; ccosh(0) = 1 (no exceptions raised) */
139 testall_even(ccosh, zero, 1.0, ALL_STD_EXCEPT, 0, CS_BOTH);
166 testall_even(ccosh, z, nan_nan, ALL_STD_EXCEPT, 0, 0);
174 testall_even(ccosh, z, nan_nan, OPT_INVALID, 0, 0);
183 testall_even(ccosh, z, nan_nan, OPT_INVALID, 0, 0);
192 testall_even(ccosh, z, nan_nan, OPT_INVALID, 0, 0);
201 testall_even(ccosh, z, CMPLXL(INFINITY, NAN), ALL_STD_EXCEPT, 0,
210 testall_even(ccosh, z, CMPLXL(NAN, 0), ALL_STD_EXCEPT, 0, 0);
218 testall_even(ccosh, z, CMPLXL(NAN, 0), ALL_STD_EXCEPT, 0, 0);
244 testall_even(ccosh,
[all...]
/barrelfish-2018-10-04/lib/msun/src/
H A Ds_ccosh.c50 ccosh(double complex z) function
154 /* ccos(z) = ccosh(I * z) */
155 return (ccosh(CMPLX(-cimag(z), creal(z))));
/barrelfish-2018-10-04/lib/msun/
H A DMakefile136 ceil.3 cacos.3 ccos.3 ccosh.3 cexp.3 \
158 MLINKS+=ccosh.3 ccoshf.3 ccosh.3 csinh.3 ccosh.3 csinhf.3 \
159 ccosh.3 ctanh.3 ccosh.3 ctanhf.3
/barrelfish-2018-10-04/include/
H A Dcomplex.h83 double complex ccosh(double complex);

Completed in 44 milliseconds