Searched refs:ccosh (Results 1 – 9 of 9) sorted by relevance
/freebsd/lib/msun/tests/ |
H A D | ctrig_test.c | 142 testall_even(ccosh, zero, 1.0, ALL_STD_EXCEPT, 0, CS_BOTH); in ATF_TC_BODY() 170 testall_even(ccosh, z, nan_nan, ALL_STD_EXCEPT, 0, 0); in ATF_TC_BODY() 178 testall_even(ccosh, z, nan_nan, OPT_INVALID, 0, 0); in ATF_TC_BODY() 187 testall_even(ccosh, z, nan_nan, OPT_INVALID, 0, 0); in ATF_TC_BODY() 196 testall_even(ccosh, z, nan_nan, OPT_INVALID, 0, 0); in ATF_TC_BODY() 205 testall_even(ccosh, z, CMPLXL(INFINITY, NAN), ALL_STD_EXCEPT, 0, in ATF_TC_BODY() 214 testall_even(ccosh, z, CMPLXL(NAN, 0), ALL_STD_EXCEPT, 0, 0); in ATF_TC_BODY() 222 testall_even(ccosh, z, CMPLXL(NAN, 0), ALL_STD_EXCEPT, 0, 0); in ATF_TC_BODY() 252 testall_even(ccosh, z, CMPLXL(INFINITY, NAN), in ATF_TC_BODY() 267 testall_even(ccosh, z, CMPLXL(c, s), OPT_INEXACT, 0, CS_BOTH); in ATF_TC_BODY() [all …]
|
/freebsd/lib/msun/src/ |
H A D | s_ccosh.c | 49 ccosh(double complex z) in ccosh() function 155 return (ccosh(CMPLX(-cimag(z), creal(z)))); in ccos()
|
/freebsd/lib/msun/ |
H A D | Makefile | 173 ceil.3 cacos.3 ccos.3 ccosh.3 cexp.3 \ 201 MLINKS+=ccosh.3 ccoshf.3 ccosh.3 csinh.3 ccosh.3 csinhf.3 \ 202 ccosh.3 ctanh.3 ccosh.3 ctanhf.3
|
H A D | Symbol.map | 259 ccosh;
|
/freebsd/include/ |
H A D | complex.h | 95 double complex ccosh(double complex);
|
/freebsd/contrib/llvm-project/clang/lib/Headers/ |
H A D | tgmath.h | 337 __tg_cosh(double _Complex __x) {return ccosh(__x);} in __tg_cosh()
|
/freebsd/contrib/llvm-project/clang/lib/Tooling/Inclusions/Stdlib/ |
H A D | CSymbolMap.inc | 349 SYMBOL(ccosh, None, <complex.h>)
|
/freebsd/contrib/llvm-project/compiler-rt/lib/dfsan/ |
H A D | libc_ubuntu1404_abilist.txt | 1446 fun:ccosh=uninstrumented
|
/freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
H A D | Builtins.td | 3948 let Spellings = ["ccosh"];
|