Searched refs:ccosh (Results 1 – 15 of 15) sorted by relevance
| /freebsd-12-stable/lib/msun/tests/ |
| D | ctrig_test.c | 151 testall_even(ccosh, zero, 1.0, ALL_STD_EXCEPT, 0, CS_BOTH); in ATF_TC_BODY() 179 testall_even(ccosh, z, nan_nan, ALL_STD_EXCEPT, 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, nan_nan, OPT_INVALID, 0, 0); in ATF_TC_BODY() 214 testall_even(ccosh, z, CMPLXL(INFINITY, NAN), ALL_STD_EXCEPT, 0, in ATF_TC_BODY() 223 testall_even(ccosh, z, CMPLXL(NAN, 0), ALL_STD_EXCEPT, 0, 0); in ATF_TC_BODY() 231 testall_even(ccosh, z, CMPLXL(NAN, 0), ALL_STD_EXCEPT, 0, 0); in ATF_TC_BODY() 261 testall_even(ccosh, z, CMPLXL(INFINITY, NAN), in ATF_TC_BODY() 276 testall_even(ccosh, z, CMPLXL(c, s), OPT_INEXACT, 0, CS_BOTH); in ATF_TC_BODY() [all …]
|
| /freebsd-12-stable/lib/msun/src/ |
| D | s_ccosh.c | 52 ccosh(double complex z) in ccosh() function 158 return (ccosh(CMPLX(-cimag(z), creal(z)))); in ccos()
|
| /freebsd-12-stable/lib/msun/ |
| D | Makefile | 162 ceil.3 cacos.3 ccos.3 ccosh.3 cexp.3 \ 189 MLINKS+=ccosh.3 ccoshf.3 ccosh.3 csinh.3 ccosh.3 csinhf.3 \ 190 ccosh.3 ctanh.3 ccosh.3 ctanhf.3
|
| D | Symbol.map | 260 ccosh;
|
| /freebsd-12-stable/include/ |
| D | complex.h | 97 double complex ccosh(double complex);
|
| /freebsd-12-stable/contrib/llvm-project/clang/lib/Headers/ |
| D | tgmath.h | 337 __tg_cosh(double _Complex __x) {return ccosh(__x);} in __tg_cosh()
|
| /freebsd-12-stable/contrib/gcc/ |
| D | builtins.def | 448 DEF_C99_BUILTIN (BUILT_IN_CCOSH, "ccosh", BT_FN_COMPLEX_DOUBLE_COMPLEX_DOUBLE, ATTR_MATHFN_F…
|
| /freebsd-12-stable/contrib/libstdc++/ |
| D | ChangeLog-1998 | 897 * math/ccosh.c: Likewise.
|
| D | ChangeLog-2000 | 405 (EXTRA_DIST): Remove ccos, ccosf, csin, csinf, ccosh, ccoshf, 417 * libmath/ccosh.c: Likewise. 439 * acinclude.m4: Remove check for ccos, ccosf, ccosl, ccosh,
|
| D | acinclude.m4 | 865 ccosh(tmpd);
|
| D | ChangeLog-1999 | 3242 * math/ccosh.c: Likewise.
|
| D | configure | 7464 ccosh(tmpd);
|
| /freebsd-12-stable/contrib/llvm-project/clang/include/clang/Basic/ |
| D | Builtins.def | 1444 LIBBUILTIN(ccosh, "XdXd", "fne", "complex.h", ALL_LANGUAGES)
|
| /freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/dfsan/ |
| D | libc_ubuntu1404_abilist.txt | 1441 fun:ccosh=uninstrumented
|
| /freebsd-12-stable/contrib/gcc/doc/ |
| D | extend.texi | 5420 @findex ccosh 5783 @code{ccosf}, @code{ccoshf}, @code{ccoshl}, @code{ccosh}, @code{ccosl},
|