Home
last modified time | relevance | path

Searched refs:ctanh (Results 1 – 9 of 9) sorted by relevance

/freebsd/lib/msun/tests/
H A Dctrig_test.c144 testall_odd(ctanh, zero, zero, ALL_STD_EXCEPT, 0, CS_BOTH); in ATF_TC_BODY()
171 testall_odd(ctanh, z, nan_nan, ALL_STD_EXCEPT, 0, 0); in ATF_TC_BODY()
180 testall_odd(ctanh, z, nan_nan, OPT_INVALID & ~FE_INEXACT, 0, 0); in ATF_TC_BODY()
188 testall_odd(ctanh, z, nan_nan, OPT_INVALID, 0, 0); in ATF_TC_BODY()
197 testall_odd(ctanh, z, nan_nan, OPT_INVALID, 0, 0); in ATF_TC_BODY()
207 testall_odd(ctanh, z, CMPLXL(1, 0), ALL_STD_EXCEPT, 0, CS_REAL); in ATF_TC_BODY()
215 testall_odd(ctanh, z, CMPLXL(0, NAN), OPT_INVALID, 0, CS_REAL); in ATF_TC_BODY()
223 testall_odd(ctanh, z, CMPLXL(NAN, 0), ALL_STD_EXCEPT, 0, CS_IMAG); in ATF_TC_BODY()
254 testall_odd(ctanh, z, CMPLXL(1, 0), ALL_STD_EXCEPT, 0, CS_REAL); in ATF_TC_BODY()
268 testall_odd(ctanh, z, CMPLXL(1, 0 * sin(finites[i] * 2)), in ATF_TC_BODY()
[all …]
/freebsd/lib/msun/src/
H A Ds_ctanh.c74 ctanh(double complex z) in ctanh() function
144 z = ctanh(CMPLX(cimag(z), creal(z))); in ctan()
/freebsd/include/
H A Dcomplex.h133 double complex ctanh(double complex);
/freebsd/lib/msun/
H A DSymbol.map264 ctanh;
H A DMakefile202 ccosh.3 ctanh.3 ccosh.3 ctanhf.3
/freebsd/contrib/llvm-project/clang/lib/Headers/
H A Dtgmath.h395 __tg_tanh(double _Complex __x) {return ctanh(__x);} in __tg_tanh()
/freebsd/contrib/llvm-project/clang/lib/Tooling/Inclusions/Stdlib/
H A DCSymbolMap.inc412 SYMBOL(ctanh, None, <complex.h>)
/freebsd/contrib/llvm-project/compiler-rt/lib/dfsan/
H A Dlibc_ubuntu1404_abilist.txt1543 fun:ctanh=uninstrumented
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DBuiltins.td4032 let Spellings = ["ctanh"];