Searched refs:csinh (Results 1 – 9 of 9) sorted by relevance
/freebsd-src/lib/msun/tests/ |
H A D | ctrig_test.c | 140 testall_odd(csinh, zero, zero, ALL_STD_EXCEPT, 0, CS_BOTH); in ATF_TC_BODY() 169 testall_odd(csinh, z, nan_nan, ALL_STD_EXCEPT, 0, 0); in ATF_TC_BODY() 177 testall_odd(csinh, z, nan_nan, OPT_INVALID, 0, 0); in ATF_TC_BODY() 186 testall_odd(csinh, z, nan_nan, OPT_INVALID, 0, 0); in ATF_TC_BODY() 195 testall_odd(csinh, z, nan_nan, OPT_INVALID, 0, 0); in ATF_TC_BODY() 204 testall_odd(csinh, z, CMPLXL(INFINITY, NAN), ALL_STD_EXCEPT, 0, 0); in ATF_TC_BODY() 213 testall_odd(csinh, z, CMPLXL(0, NAN), ALL_STD_EXCEPT, 0, CS_REAL); in ATF_TC_BODY() 221 testall_odd(csinh, z, CMPLXL(NAN, 0), ALL_STD_EXCEPT, 0, CS_IMAG); in ATF_TC_BODY() 250 testall_odd(csinh, z, CMPLXL(INFINITY, NAN), in ATF_TC_BODY() 266 testall_odd(csinh, z, CMPLXL(c, s), OPT_INEXACT, 0, CS_BOTH); in ATF_TC_BODY() [all …]
|
/freebsd-src/lib/msun/src/ |
H A D | s_csinh.c | 49 csinh(double complex z) in csinh() function 154 z = csinh(CMPLX(cimag(z), creal(z))); in csin()
|
/freebsd-src/include/ |
H A D | complex.h | 125 double complex csinh(double complex);
|
/freebsd-src/lib/msun/ |
H A D | Symbol.map | 255 csinh;
|
H A D | Makefile | 201 MLINKS+=ccosh.3 ccoshf.3 ccosh.3 csinh.3 ccosh.3 csinhf.3 \
|
/freebsd-src/contrib/llvm-project/clang/lib/Headers/ |
H A D | tgmath.h | 366 __tg_sinh(double _Complex __x) {return csinh(__x);} in __tg_sinh()
|
/freebsd-src/contrib/llvm-project/clang/lib/Tooling/Inclusions/Stdlib/ |
H A D | CSymbolMap.inc | 403 SYMBOL(csinh, None, <complex.h>)
|
/freebsd-src/contrib/llvm-project/clang/include/clang/Basic/ |
H A D | Builtins.def |
|
/freebsd-src/contrib/llvm-project/compiler-rt/lib/dfsan/ |
H A D | libc_ubuntu1404_abilist.txt | 1534 fun:csinh=uninstrumented
|