Home
last modified time | relevance | path

Searched refs:mpfr_cosh (Results 1 – 25 of 135) sorted by relevance

123456

/dports/math/kalker/gmp-mpfr-sys-21966f4bfb56c87d407eb14c72e92ef4e55856aa/mpfr-4.1.0-p13-c/tests/
H A Dtcosh.c25 #define TEST_FUNCTION mpfr_cosh
40 mpfr_cosh (y, x, MPFR_RNDN); in special()
48 mpfr_cosh (y, x, MPFR_RNDN); in special()
56 mpfr_cosh (y, x, MPFR_RNDN); in special()
65 mpfr_cosh (y, x, MPFR_RNDN); in special()
72 mpfr_cosh (y, x, MPFR_RNDN); in special()
84 mpfr_cosh (x, x, MPFR_RNDN); in special()
93 mpfr_cosh (x, x, MPFR_RNDN); in special()
153 mpfr_cosh (y, x, MPFR_RNDN); in special_overflow()
162 mpfr_cosh (y, x, MPFR_RNDN); in special_overflow()
[all …]
H A Dthyperbolic.c44 tester=mpfr_cosh(ch,t,MPFR_RNDD); in check_NAN()
133 tester = mpfr_cosh (ch, t, MPFR_RNDD); in check_zero()
225 tester = mpfr_cosh(ch,t,MPFR_RNDD); in check_INF()
287 tester=mpfr_cosh(ch,t,MPFR_RNDD); in check_INF()
H A Dtsinh_cosh.c55 ic = mpfr_cosh (c, x, rnd); in check()
H A Dtacosh.c211 bad_cases (mpfr_acosh, mpfr_cosh, "mpfr_acosh", 0, -128, 29, in main()
/dports/math/mpfi/mpfi-1.5.4/src/
H A Dcosh.c41 inexact_left = mpfr_cosh (&(a->left), &(b->left), MPFI_RNDD); in mpfi_cosh()
42 inexact_right = mpfr_cosh (&(a->right), &(b->right), MPFI_RNDU); in mpfi_cosh()
46 inexact_right = mpfr_cosh (&(a->right), &(b->left), MPFI_RNDU); in mpfi_cosh()
48 inexact_right = mpfr_cosh ( &(a->right), &(b->right), MPFI_RNDU); in mpfi_cosh()
54 inexact_left = mpfr_cosh (tmp, &(b->right), MPFI_RNDD); in mpfi_cosh()
55 inexact_right = mpfr_cosh (&(a->right), &(b->left), MPFI_RNDU); in mpfi_cosh()
/dports/math/mpfi/mpfi-1.5.4/tests/
H A Dtcosh.c34 mpfi_fun_init_II (&i_cosh, mpfi_cosh, mpfr_cosh); in main()
/dports/math/kalker/gmp-mpfr-sys-21966f4bfb56c87d407eb14c72e92ef4e55856aa/mpfr-4.1.0-p13-c/src/
H A Dsech.c30 #define INVERSE mpfr_cosh
H A Dcosh.c30 mpfr_cosh (mpfr_ptr y, mpfr_srcptr xt , mpfr_rnd_t rnd_mode) in mpfr_cosh() function
H A Dsinh.c105 MPFR_BLOCK (flags, mpfr_cosh (t, ti, MPFR_RNDD)); in mpfr_sinh()
/dports/math/arb/arb-2.21.1/arb/test/
H A Dt-cosh.c41 mpfr_cosh(t, t, MPFR_RNDN); in main()
/dports/math/arb/arb-2.21.1/mag/test/
H A Dt-cosh.c25 CALL_MPFR_FUNC(r, mpfr_cosh, y, x, prec, rnd); in fmpr_cosh()
H A Dt-cosh_lower.c25 CALL_MPFR_FUNC(r, mpfr_cosh, y, x, prec, rnd); in fmpr_cosh()
/dports/math/kalker/gmp-mpfr-sys-21966f4bfb56c87d407eb14c72e92ef4e55856aa/mpc-1.2.1-c/tests/
H A Dtcosh.c41 mpfr_cosh (mpc_realref (u), mpc_realref (z), MPFR_RNDN); in pure_real_argument()
/dports/math/mpc/mpc-1.2.1/tests/
H A Dtcosh.c41 mpfr_cosh (mpc_realref (u), mpc_realref (z), MPFR_RNDN); in pure_real_argument()
/dports/math/paritwine/paritwine-0.1/gp/
H A Dparitwine-mpfr.gp25 install ("pari_mpfr_cosh", "Gb", "mpfr_cosh", LIBPARITWINESO);
H A Dparitwine.gp46 install ("pari_mpfr_cosh", "Gb", "mpfr_cosh", LIBPARITWINESO);
/dports/math/wcalc/wcalc-2.5/src/common/includes/
H A Dnumber.h83 # define num_cosh(ret, n) mpfr_cosh((ret), (n), GMP_RNDN)
165 mpfr_cosh((ret), (n), GMP_RNDN); \
/dports/math/mpc/mpc-1.2.1/src/
H A Dtan.c77 mpfr_cosh (c, x, MPFR_RNDZ); in tan_re_cmp_zero()
H A Dsin_cos.c257 inex_cos_re = mpfr_cosh (mpc_realref (rop_cos), mpc_imagref (op_loc), MPC_RND_RE (rnd_cos)); in mpc_sin_cos_imag()
/dports/math/kalker/gmp-mpfr-sys-21966f4bfb56c87d407eb14c72e92ef4e55856aa/mpc-1.2.1-c/src/
H A Dtan.c77 mpfr_cosh (c, x, MPFR_RNDZ); in tan_re_cmp_zero()
H A Dsin_cos.c257 inex_cos_re = mpfr_cosh (mpc_realref (rop_cos), mpc_imagref (op_loc), MPC_RND_RE (rnd_cos)); in mpc_sin_cos_imag()
/dports/math/kcalc/kcalc-21.12.3/knumber/
H A Dknumber_float.cpp492 return execute_mpfr_func<::mpfr_cosh>(); in cosh()
/dports/science/cp2k/cp2k-2e995eec7fd208c8a72d9544807bd8b8ba8cd1cc/tools/Fun2D/
H A Dmpfr.f90277 FUNCTION mpfr_cosh(result,op,rounding) BIND(C,name="mpfr_cosh")
279 INTEGER(C_INT) :: mpfr_cosh local
282 END FUNCTION mpfr_cosh
1843 retval = mpfr_cosh(cosh_mp,op,GMP_RNDN)
/dports/science/cp2k-data/cp2k-7.1.0/tools/Fun2D/
H A Dmpfr.f90277 FUNCTION mpfr_cosh(result,op,rounding) BIND(C,name="mpfr_cosh")
279 INTEGER(C_INT) :: mpfr_cosh local
282 END FUNCTION mpfr_cosh
1843 retval = mpfr_cosh(cosh_mp,op,GMP_RNDN)
/dports/math/octave-forge-interval/interval-3.2.0/src/
H A Dmpfr_function_d.cc418 evaluate (arg1, rnd, &mpfr_cosh);

123456