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

/barrelfish-2018-10-04/usr/tests/msun/
H A Dctrig_test.c28 * Tests for csin[h](), ccos[h](), and ctan[h]().
142 testall_odd(ctan, zero, zero, ALL_STD_EXCEPT, 0, CS_BOTH);
170 testall_odd(ctan, z, nan_nan, ALL_STD_EXCEPT, 0, 0);
179 testall_odd(ctan, z, nan_nan, OPT_INVALID, 0, 0);
188 testall_odd(ctan, z, nan_nan, OPT_INVALID & ~FE_INEXACT, 0, 0);
197 testall_odd(ctan, z, CMPLXL(0, 1), ALL_STD_EXCEPT, 0, CS_IMAG);
206 testall_odd(ctan, z, nan_nan, OPT_INVALID, 0, 0);
214 testall_odd(ctan, z, CMPLXL(0, NAN), ALL_STD_EXCEPT, 0, CS_REAL);
222 testall_odd(ctan, z, nan_nan, OPT_INVALID, 0, 0);
251 testall_odd(ctan,
[all...]
/barrelfish-2018-10-04/lib/msun/src/
H A Ds_ctanh.c139 ctan(double complex z) function
142 /* ctan(z) = -I * ctanh(I * z) = I * conj(ctanh(I * conj(z))) */
/barrelfish-2018-10-04/include/
H A Dcomplex.h109 double complex ctan(double complex);
/barrelfish-2018-10-04/lib/msun/
H A DMakefile157 MLINKS+=ccos.3 ccosf.3 ccos.3 csin.3 ccos.3 csinf.3 ccos.3 ctan.3 ccos.3 ctanf.3

Completed in 43 milliseconds