Home
last modified time | relevance | path

Searched refs:catanh (Results 1 – 14 of 14) sorted by relevance

/dflybsd-src/tools/regression/lib/libm/
H A Dtest-invctrig.c208 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 Ds_catanh.c50 catanh(double complex z) in catanh() function
59 __strong_alias(catanhl, catanh);
/dflybsd-src/lib/libm/
H A DMakefile146 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 DSymbol.map220 catanh;
/dflybsd-src/contrib/openbsd_libm/include/global/
H A Dcomplex.h63 double complex catanh(double complex);
/dflybsd-src/contrib/openbsd_libm/
H A DMakefile189 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 Dtgmath.h110 #define atanh(z) __TGMATH_CPLX(z, atanh, catanh)
/dflybsd-src/contrib/gcc-4.7/libstdc++-v3/include/tr1/
H A Dcomplex295 // Effects: Behaves the same as C99 function catanh, defined
/dflybsd-src/contrib/gcc-8.0/libstdc++-v3/include/tr1/
H A Dcomplex294 // Effects: Behaves the same as C99 function catanh, defined
/dflybsd-src/contrib/gcc-4.7/gcc/
H A Dbuiltins.def473 DEF_C99_BUILTIN (BUILT_IN_CATANH, "catanh", BT_FN_COMPLEX_DOUBLE_COMPLEX_DOUBLE, ATTR_MATHFN…
/dflybsd-src/contrib/gcc-8.0/gcc/
H A Dbuiltins.def650 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 Dcomplex1794 // Effects: Behaves the same as C99 function catanh, defined
/dflybsd-src/contrib/gcc-8.0/libstdc++-v3/include/std/
H A Dcomplex1833 // Effects: Behaves the same as C99 function catanh, defined
/dflybsd-src/contrib/gcc-4.7/gcc/doc/
H A Dextend.texi7556 @findex catanh
7939 @code{catanf}, @code{catanhf}, @code{catanhl}, @code{catanh},