Home
last modified time | relevance | path

Searched refs:ccosh (Results 1 – 15 of 15) sorted by relevance

/NextBSD/lib/msun/tests/
HDctrig_test.c139 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/
HDs_ccosh.c50 ccosh(double complex z) in ccosh() function
155 return (ccosh(CMPLX(-cimag(z), creal(z)))); in ccos()
/NextBSD/lib/msun/
HDMakefile135 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
HDSymbol.map261 ccosh;
/NextBSD/include/
HDcomplex.h83 double complex ccosh(double complex);
/NextBSD/contrib/llvm/tools/clang/lib/Headers/
HDtgmath.h344 __tg_cosh(double _Complex __x) {return ccosh(__x);} in __tg_cosh()
/NextBSD/contrib/gcc/
HDbuiltins.def448 DEF_C99_BUILTIN (BUILT_IN_CCOSH, "ccosh", BT_FN_COMPLEX_DOUBLE_COMPLEX_DOUBLE, ATTR_MATHFN_F…
/NextBSD/contrib/libstdc++/
DChangeLog-1998897 * math/ccosh.c: Likewise.
DChangeLog-2000405 (EXTRA_DIST): Remove ccos, ccosf, csin, csinf, ccosh, ccoshf,
417 * libmath/ccosh.c: Likewise.
439 * acinclude.m4: Remove check for ccos, ccosf, ccosl, ccosh,
Dacinclude.m4865 ccosh(tmpd);
DChangeLog-19993242 * math/ccosh.c: Likewise.
Dconfigure7464 ccosh(tmpd);
/NextBSD/contrib/llvm/tools/clang/include/clang/Basic/
HDBuiltins.def1128 LIBBUILTIN(ccosh, "XdXd", "fnc", "complex.h", ALL_LANGUAGES)
/NextBSD/contrib/compiler-rt/lib/dfsan/
HDlibc_ubuntu1404_abilist.txt1441 fun:ccosh=uninstrumented
/NextBSD/contrib/gcc/doc/
HDextend.texi5420 @findex ccosh
5783 @code{ccosf}, @code{ccoshf}, @code{ccoshl}, @code{ccosh}, @code{ccosl},