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

/freebsd-13-stable/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-13-stable/include/
H A Dcomplex.h79 double complex casin(double complex);
/freebsd-13-stable/lib/msun/src/
H A Dcatrig.c69 * The functions casin(h) and cacos(h) are about 2.5 times slower than asinh.
72 * The code for casinh, casin, cacos, and cacosh comes first. The code is
82 * | casinh, casin, cacos, cacosh |
334 * casin(z) = reverse(casinh(reverse(z)))
338 casin(double complex z) function
346 * cacos(z) = PI/2 - casin(z)
652 __weak_reference(casin, casinl);
/freebsd-13-stable/lib/msun/
H A DMakefile178 cacos.3 casin.3 cacos.3 casinf.3 cacos.3 casinl.3 \
/freebsd-13-stable/contrib/llvm-project/clang/lib/Headers/
H A Dtgmath.h105 __tg_asin(double _Complex __x) {return casin(__x);}

Completed in 163 milliseconds