Home
last modified time | relevance | path

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

/freebsd/lib/msun/tests/
H A Dinvctrig_test.c128 testall_tol(cacosh, zero, CMPLXL(0.0, pi / 2), 1); in ATF_TC_BODY()
129 testall_tol(cacosh, -zero, CMPLXL(0.0, -pi / 2), 1); in ATF_TC_BODY()
162 testall(cacosh, z, nan_nan, ALL_STD_EXCEPT, 0, 0); in ATF_TC_BODY()
170 testall(cacosh, z, nan_nan, OPT_INVALID, 0, 0); in ATF_TC_BODY()
178 testall(cacosh, z, nan_nan, OPT_INVALID, 0, 0); in ATF_TC_BODY()
186 testall(cacosh, z, CMPLXL(INFINITY, NAN), ALL_STD_EXCEPT, 0, CS_REAL); in ATF_TC_BODY()
187 testall(cacosh, -z, CMPLXL(INFINITY, NAN), ALL_STD_EXCEPT, 0, CS_REAL); in ATF_TC_BODY()
195 testall_even(cacosh, z, CMPLXL(INFINITY, NAN), ALL_STD_EXCEPT, 0, in ATF_TC_BODY()
206 testall_even(cacosh, z, nan_nan, OPT_INVALID & ~FE_INEXACT, 0, 0); in ATF_TC_BODY()
214 testall(cacosh, z, nan_nan, OPT_INVALID, 0, 0); in ATF_TC_BODY()
[all …]
/freebsd/include/
H A Dcomplex.h68 double complex cacosh(double complex);
/freebsd/lib/msun/src/
H A Dcatrig.c429 cacosh(double complex z) in cacosh() function
646 __weak_reference(cacosh, cacoshl);
/freebsd/lib/msun/
H A DSymbol.map243 cacosh;
H A DMakefile195 cacos.3 cacosh.3 cacos.3 cacoshf.3 cacos.3 cacoshl.3 \
/freebsd/contrib/llvm-project/clang/lib/Headers/
H A Dtgmath.h163 __tg_acosh(double _Complex __x) {return cacosh(__x);} in __tg_acosh()
/freebsd/contrib/llvm-project/clang/lib/Tooling/Inclusions/Stdlib/
H A DCSymbolMap.inc323 SYMBOL(cacosh, None, <complex.h>)
/freebsd/contrib/llvm-project/compiler-rt/lib/dfsan/
H A Dlibc_ubuntu1404_abilist.txt1413 fun:cacosh=uninstrumented
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DBuiltins.td3899 let Spellings = ["cacosh"];