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

/freebsd-11.0-release/lib/msun/tests/
H A Dinvctrig_test.c28 * Tests for casin[h](), cacos[h](), and catan[h]().
137 testall_odd(casin, zero, zero, ALL_STD_EXCEPT, 0, CS_BOTH);
168 testall(casin, z, nan_nan, ALL_STD_EXCEPT, 0, 0);
176 testall(casin, z, nan_nan, OPT_INVALID, 0, 0);
184 testall(casin, z, nan_nan, OPT_INVALID, 0, 0);
193 testall(casin, z, CMPLXL(NAN, INFINITY), ALL_STD_EXCEPT, 0, CS_IMAG);
203 testall_odd(casin, z, CMPLXL(NAN, INFINITY), ALL_STD_EXCEPT, 0, 0);
212 testall_odd(casin, z, CMPLXL(0.0, NAN), ALL_STD_EXCEPT, 0, CS_REAL);
220 testall(casin, z, nan_nan, OPT_INVALID, 0, 0);
244 testall_odd_tol(casin,
[all...]
/freebsd-11.0-release/include/
H A Dcomplex.h73 double complex casin(double complex);
/freebsd-11.0-release/lib/msun/src/
H A Dcatrig.c67 * The functions casin(h) and cacos(h) are about 2.5 times slower than asinh.
70 * The code for casinh, casin, cacos, and cacosh comes first. The code is
80 * | casinh, casin, cacos, cacosh |
332 * casin(z) = reverse(casinh(reverse(z)))
336 casin(double complex z) function
344 * cacos(z) = PI/2 - casin(z)
/freebsd-11.0-release/lib/msun/
H A DMakefile155 cacos.3 casin.3 cacos.3 casinf.3 cacos.3 casinh.3 cacos.3 casinhf.3 \
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/Headers/
H A Dtgmath.h112 __tg_asin(double _Complex __x) {return casin(__x);}
/freebsd-11.0-release/contrib/libstdc++/
H A Dconfigure30503 casin(tmpd);
[all...]

Completed in 150 milliseconds