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

/freebsd-11-stable/lib/msun/tests/
H A Dctrig_test.c28 * Tests for csin[h](), ccos[h](), and ctan[h]().
152 testall_even(ccos, zero, CMPLXL(1.0, -0.0), ALL_STD_EXCEPT, 0, CS_BOTH);
182 testall_even(ccos, z, nan_nan, ALL_STD_EXCEPT, 0, 0);
191 testall_even(ccos, z, nan_nan, OPT_INVALID, 0, 0);
199 testall_even(ccos, z, nan_nan, OPT_INVALID, 0, 0);
208 testall_even(ccos, z, CMPLXL(INFINITY, NAN), ALL_STD_EXCEPT, 0,
218 testall_even(ccos, z, nan_nan, OPT_INVALID, 0, 0);
226 testall_even(ccos, z, CMPLXL(NAN, 0), ALL_STD_EXCEPT, 0, 0);
234 testall_even(ccos, z, CMPLXL(NAN, 0), ALL_STD_EXCEPT, 0, 0);
266 testall_even(ccos,
[all...]
/freebsd-11-stable/lib/msun/src/
H A Ds_ccosh.c151 ccos(double complex z) function
154 /* ccos(z) = ccosh(I * z) */
/freebsd-11-stable/lib/msun/
H A DMakefile156 ceil.3 cacos.3 ccos.3 ccosh.3 cexp.3 \
182 MLINKS+=ccos.3 ccosf.3 ccos.3 csin.3 ccos.3 csinf.3 ccos.3 ctan.3 ccos.3 ctanf.3
/freebsd-11-stable/include/
H A Dcomplex.h81 double complex ccos(double complex);
/freebsd-11-stable/contrib/llvm-project/clang/lib/Headers/
H A Dtgmath.h250 __tg_cos(double _Complex __x) {return ccos(__x);}
/freebsd-11-stable/contrib/libstdc++/
H A Dconfigure7463 ccos(tmpd);
[all...]

Completed in 208 milliseconds