/dflybsd-src/tools/regression/lib/libm/ |
H A D | test-invctrig.c | 208 testall_odd(catanh, zero, zero, ALL_STD_EXCEPT, 0, CS_BOTH); in test_zero() 238 testall(catanh, z, nan_nan, ALL_STD_EXCEPT, 0, 0); in test_nan() 246 testall(catanh, z, nan_nan, OPT_INVALID, 0, 0); in test_nan() 254 testall(catanh, z, nan_nan, OPT_INVALID, 0, 0); in test_nan() 263 testall_tol(catanh, z, CMPLXL(0.0, pi / 2), 1); in test_nan() 273 testall_odd(catanh, z, CMPLXL(0.0, NAN), ALL_STD_EXCEPT, 0, CS_REAL); in test_nan() 282 testall_odd(catanh, z, CMPLXL(0.0, NAN), OPT_INVALID, 0, CS_REAL); in test_nan() 290 testall(catanh, z, nan_nan, OPT_INVALID, 0, CS_IMAG); in test_nan() 314 testall_odd_tol(catanh, z, CMPLXL(0, pi / 2), 1); in test_inf() 325 testall_odd_tol(catanh, z, CMPLXL(0, pi / 2), 1); in test_inf() [all …]
|
/dflybsd-src/contrib/openbsd_libm/src/ |
H A D | s_catanh.c | 50 catanh(double complex z) in catanh() function 59 __strong_alias(catanhl, catanh);
|
/dflybsd-src/lib/libm/ |
H A D | Makefile | 146 MAN+= cacos.3 cacosh.3 carg.3 casin.3 casinh.3 catan.3 catanh.3 \ 176 MLINKS+=catanh.3 catanhf.3 \ 177 catanh.3 catanhl.3
|
H A D | Symbol.map | 220 catanh;
|
/dflybsd-src/contrib/openbsd_libm/include/global/ |
H A D | complex.h | 63 double complex catanh(double complex);
|
/dflybsd-src/contrib/openbsd_libm/ |
H A D | Makefile | 189 MAN+= cacos.3 cacosh.3 carg.3 casin.3 casinh.3 catan.3 catanh.3 \ 298 MLINKS+=catanh.3 catanhf.3 378 MLINKS+=catanh.3 catanhl.3
|
/dflybsd-src/contrib/gcc-4.7/gcc/ginclude/ |
H A D | tgmath.h | 110 #define atanh(z) __TGMATH_CPLX(z, atanh, catanh)
|
/dflybsd-src/contrib/gcc-4.7/libstdc++-v3/include/tr1/ |
H A D | complex | 295 // Effects: Behaves the same as C99 function catanh, defined
|
/dflybsd-src/contrib/gcc-8.0/libstdc++-v3/include/tr1/ |
H A D | complex | 294 // Effects: Behaves the same as C99 function catanh, defined
|
/dflybsd-src/contrib/gcc-4.7/gcc/ |
H A D | builtins.def | 473 DEF_C99_BUILTIN (BUILT_IN_CATANH, "catanh", BT_FN_COMPLEX_DOUBLE_COMPLEX_DOUBLE, ATTR_MATHFN…
|
/dflybsd-src/contrib/gcc-8.0/gcc/ |
H A D | builtins.def | 650 DEF_C99_COMPL_BUILTIN (BUILT_IN_CATANH, "catanh", BT_FN_COMPLEX_DOUBLE_COMPLEX_DOUBLE, ATTR_…
|
/dflybsd-src/contrib/gcc-4.7/libstdc++-v3/include/std/ |
H A D | complex | 1794 // Effects: Behaves the same as C99 function catanh, defined
|
/dflybsd-src/contrib/gcc-8.0/libstdc++-v3/include/std/ |
H A D | complex | 1833 // Effects: Behaves the same as C99 function catanh, defined
|
/dflybsd-src/contrib/gcc-4.7/gcc/doc/ |
H A D | extend.texi | 7556 @findex catanh 7939 @code{catanf}, @code{catanhf}, @code{catanhl}, @code{catanh},
|