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

/freebsd-13-stable/lib/msun/src/
H A Ds_csinh.c52 csinh(double complex z) function
156 /* csin(z) = -I * csinh(I * z) = I * conj(csinh(I * conj(z))). */
157 z = csinh(CMPLX(cimag(z), creal(z)));
/freebsd-13-stable/lib/msun/tests/
H A Dctrig_test.c142 /* csinh(0) = ctanh(0) = 0; ccosh(0) = 1 (no exceptions raised) */
143 testall_odd(csinh, zero, zero, ALL_STD_EXCEPT, 0, CS_BOTH);
172 testall_odd(csinh, z, nan_nan, ALL_STD_EXCEPT, 0, 0);
180 testall_odd(csinh, z, nan_nan, OPT_INVALID, 0, 0);
189 testall_odd(csinh, z, nan_nan, OPT_INVALID, 0, 0);
198 testall_odd(csinh, z, nan_nan, OPT_INVALID, 0, 0);
207 testall_odd(csinh, z, CMPLXL(INFINITY, NAN), ALL_STD_EXCEPT, 0, 0);
216 testall_odd(csinh, z, CMPLXL(0, NAN), ALL_STD_EXCEPT, 0, CS_REAL);
224 testall_odd(csinh, z, CMPLXL(NAN, 0), ALL_STD_EXCEPT, 0, CS_IMAG);
253 testall_odd(csinh,
[all...]
/freebsd-13-stable/include/
H A Dcomplex.h125 double complex csinh(double complex);
/freebsd-13-stable/lib/msun/
H A DMakefile183 MLINKS+=ccosh.3 ccoshf.3 ccosh.3 csinh.3 ccosh.3 csinhf.3 \
/freebsd-13-stable/contrib/llvm-project/clang/lib/Headers/
H A Dtgmath.h366 __tg_sinh(double _Complex __x) {return csinh(__x);}

Completed in 68 milliseconds