Searched refs:ccosh (Results 1 – 15 of 15) sorted by relevance
| /NextBSD/lib/msun/tests/ |
| HD | ctrig_test.c | 139 testall_even(ccosh, zero, 1.0, ALL_STD_EXCEPT, 0, CS_BOTH); in test_zero() 166 testall_even(ccosh, z, nan_nan, ALL_STD_EXCEPT, 0, 0); in test_nan() 174 testall_even(ccosh, z, nan_nan, OPT_INVALID, 0, 0); in test_nan() 183 testall_even(ccosh, z, nan_nan, OPT_INVALID, 0, 0); in test_nan() 192 testall_even(ccosh, z, nan_nan, OPT_INVALID, 0, 0); in test_nan() 201 testall_even(ccosh, z, CMPLXL(INFINITY, NAN), ALL_STD_EXCEPT, 0, in test_nan() 210 testall_even(ccosh, z, CMPLXL(NAN, 0), ALL_STD_EXCEPT, 0, 0); in test_nan() 218 testall_even(ccosh, z, CMPLXL(NAN, 0), ALL_STD_EXCEPT, 0, 0); in test_nan() 244 testall_even(ccosh, z, CMPLXL(INFINITY, NAN), in test_inf() 259 testall_even(ccosh, z, CMPLXL(c, s), OPT_INEXACT, 0, CS_BOTH); in test_inf() [all …]
|
| /NextBSD/lib/msun/src/ |
| HD | s_ccosh.c | 50 ccosh(double complex z) in ccosh() function 155 return (ccosh(CMPLX(-cimag(z), creal(z)))); in ccos()
|
| /NextBSD/lib/msun/ |
| HD | Makefile | 135 ceil.3 cacos.3 ccos.3 ccosh.3 cexp.3 \ 157 MLINKS+=ccosh.3 ccoshf.3 ccosh.3 csinh.3 ccosh.3 csinhf.3 \ 158 ccosh.3 ctanh.3 ccosh.3 ctanhf.3
|
| HD | Symbol.map | 261 ccosh;
|
| /NextBSD/include/ |
| HD | complex.h | 83 double complex ccosh(double complex);
|
| /NextBSD/contrib/llvm/tools/clang/lib/Headers/ |
| HD | tgmath.h | 344 __tg_cosh(double _Complex __x) {return ccosh(__x);} in __tg_cosh()
|
| /NextBSD/contrib/gcc/ |
| HD | builtins.def | 448 DEF_C99_BUILTIN (BUILT_IN_CCOSH, "ccosh", BT_FN_COMPLEX_DOUBLE_COMPLEX_DOUBLE, ATTR_MATHFN_F…
|
| /NextBSD/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);
|
| /NextBSD/contrib/llvm/tools/clang/include/clang/Basic/ |
| HD | Builtins.def | 1128 LIBBUILTIN(ccosh, "XdXd", "fnc", "complex.h", ALL_LANGUAGES)
|
| /NextBSD/contrib/compiler-rt/lib/dfsan/ |
| HD | libc_ubuntu1404_abilist.txt | 1441 fun:ccosh=uninstrumented
|
| /NextBSD/contrib/gcc/doc/ |
| HD | extend.texi | 5420 @findex ccosh 5783 @code{ccosf}, @code{ccoshf}, @code{ccoshl}, @code{ccosh}, @code{ccosl},
|