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

/freebsd-11-stable/lib/msun/src/
H A Ds_csinh.c50 csinh(double complex z) function
153 /* csin(z) = -I * csinh(I * z) = I * conj(csinh(I * conj(z))). */
154 z = csinh(CMPLX(cimag(z), creal(z)));
/freebsd-11-stable/lib/msun/tests/
H A Dctrig_test.c148 /* csinh(0) = ctanh(0) = 0; ccosh(0) = 1 (no exceptions raised) */
149 testall_odd(csinh, zero, zero, ALL_STD_EXCEPT, 0, CS_BOTH);
178 testall_odd(csinh, z, nan_nan, ALL_STD_EXCEPT, 0, 0);
186 testall_odd(csinh, z, nan_nan, OPT_INVALID, 0, 0);
195 testall_odd(csinh, z, nan_nan, OPT_INVALID, 0, 0);
204 testall_odd(csinh, z, nan_nan, OPT_INVALID, 0, 0);
213 testall_odd(csinh, z, CMPLXL(INFINITY, NAN), ALL_STD_EXCEPT, 0, 0);
222 testall_odd(csinh, z, CMPLXL(0, NAN), ALL_STD_EXCEPT, 0, 0);
230 testall_odd(csinh, z, CMPLXL(NAN, 0), ALL_STD_EXCEPT, 0, CS_IMAG);
259 testall_odd(csinh,
[all...]
/freebsd-11-stable/include/
H A Dcomplex.h111 double complex csinh(double complex);
/freebsd-11-stable/lib/msun/
H A DMakefile183 MLINKS+=ccosh.3 ccoshf.3 ccosh.3 csinh.3 ccosh.3 csinhf.3 \
/freebsd-11-stable/contrib/llvm-project/clang/lib/Headers/
H A Dtgmath.h366 __tg_sinh(double _Complex __x) {return csinh(__x);}
/freebsd-11-stable/contrib/libstdc++/
H A Dconfigure7468 csinh(tmpd);
[all...]

Completed in 210 milliseconds