Searched refs:casinh (Results 1 – 10 of 10) sorted by relevance
/freebsd/contrib/netbsd-tests/lib/libm/ |
H A D | t_casinh.c | 47 complex double ci = casinh(a); \ 55 ATF_TC(casinh); 56 ATF_TC_HEAD(casinh, tc) in ATF_TC_HEAD() argument 61 ATF_TC_BODY(casinh, tc) in ATF_TC_BODY() argument 78 ATF_TP_ADD_TC(tp, casinh); in ATF_TP_ADD_TCS()
|
/freebsd/lib/msun/tests/ |
H A D | invctrig_test.c | 133 testall_odd(casinh, zero, zero, ALL_STD_EXCEPT, 0, CS_BOTH); in ATF_TC_BODY() 164 testall(casinh, z, nan_nan, ALL_STD_EXCEPT, 0, 0); in ATF_TC_BODY() 172 testall(casinh, z, nan_nan, OPT_INVALID, 0, 0); in ATF_TC_BODY() 180 testall(casinh, z, nan_nan, OPT_INVALID, 0, 0); in ATF_TC_BODY() 189 testall(casinh, z, CMPLXL(INFINITY, NAN), ALL_STD_EXCEPT, 0, 0); in ATF_TC_BODY() 198 testall_odd(casinh, z, CMPLXL(INFINITY, NAN), ALL_STD_EXCEPT, 0, in ATF_TC_BODY() 208 testall_odd(casinh, z, nan_nan, OPT_INVALID, 0, 0); in ATF_TC_BODY() 216 testall(casinh, z, CMPLXL(NAN, 0), ALL_STD_EXCEPT, 0, CS_IMAG); in ATF_TC_BODY() 240 testall_odd_tol(casinh, z, CMPLXL(INFINITY, pi / 4), 1); in ATF_TC_BODY() 251 testall_odd(casinh, z, CMPLXL(INFINITY, 0), OPT_INEXACT, 0, CS_BOTH); in ATF_TC_BODY() [all …]
|
/freebsd/lib/msun/src/ |
H A D | catrig.c | 274 casinh(double complex z) in casinh() function 337 double complex w = casinh(CMPLX(cimag(z), creal(z))); in casin() 648 __weak_reference(casinh, casinhl);
|
/freebsd/include/ |
H A D | complex.h | 79 double complex casinh(double complex);
|
/freebsd/lib/msun/ |
H A D | Symbol.map | 247 casinh;
|
H A D | Makefile | 197 cacos.3 casinh.3 cacos.3 casinhf.3 cacos.3 casinhl.3 \
|
/freebsd/contrib/llvm-project/clang/lib/Headers/ |
H A D | tgmath.h | 192 __tg_asinh(double _Complex __x) {return casinh(__x);} in __tg_asinh()
|
/freebsd/contrib/llvm-project/clang/lib/Tooling/Inclusions/Stdlib/ |
H A D | CSymbolMap.inc | 334 SYMBOL(casinh, None, <complex.h>)
|
/freebsd/contrib/llvm-project/compiler-rt/lib/dfsan/ |
H A D | libc_ubuntu1404_abilist.txt | 1427 fun:casinh=uninstrumented
|
/freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
H A D | Builtins.td | 3920 let Spellings = ["casinh"];
|