Home
last modified time | relevance | path

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

/dports/math/kalker/gmp-mpfr-sys-21966f4bfb56c87d407eb14c72e92ef4e55856aa/mpfr-4.1.0-p13-c/src/
H A Dsinh.c97 MPFR_BLOCK (flags, mpfr_exp (t, x, MPFR_RNDD)); in mpfr_sinh()
105 MPFR_BLOCK (flags, mpfr_cosh (t, ti, MPFR_RNDD)); in mpfr_sinh()
120 MPFR_BLOCK (flags, mpfr_mul (t, t, ti, MPFR_RNDD)); in mpfr_sinh()
129 MPFR_BLOCK (flags, mpfr_mul_2ui (t, t, 1, MPFR_RNDN)); in mpfr_sinh()
H A Drint.c368 MPFR_BLOCK (flags, mpfr_roundeven (tmp, u)); in mpfr_rint_roundeven()
394 MPFR_BLOCK (flags, mpfr_round (tmp, u)); in mpfr_rint_round()
443 MPFR_BLOCK (flags, mpfr_ceil (tmp, u)); in mpfr_rint_ceil()
469 MPFR_BLOCK (flags, mpfr_floor (tmp, u)); in mpfr_rint_floor()
H A Dagm.c132 MPFR_BLOCK (flags, in mpfr_agm()
240 MPFR_BLOCK in mpfr_agm()
262 MPFR_BLOCK (flags2, mpfr_mul (uf, u, v, MPFR_RNDN);); in mpfr_agm()
H A Dpow_si.c175 MPFR_BLOCK (flags, mpfr_ui_div (t, 1, x, rnd1)); in mpfr_pow_si()
180 MPFR_BLOCK (flags, mpfr_pow_ui (t, t, abs_n, rnd)); in mpfr_pow_si()
H A Dpow_z.c84 MPFR_BLOCK (flags, in mpfr_pow_pos_z()
300 MPFR_BLOCK (flags, mpfr_ui_div (t, 1, x, rnd1)); in mpfr_pow_z()
305 MPFR_BLOCK (flags, mpfr_pow_pos_z (t, t, z, rnd, 0)); in mpfr_pow_z()
H A Dai.c152 MPFR_BLOCK (flags, cond = mpfr_get_ui (tmp2_sp, MPFR_RNDU)); in mpfr_ai1()
169 MPFR_BLOCK (flags, t = mpfr_get_ui (tmp2_sp, MPFR_RNDU)); in mpfr_ai1()
377 MPFR_BLOCK (flags, cond = mpfr_get_ui (tmp2_sp, MPFR_RNDU)); in mpfr_ai2()
394 MPFR_BLOCK (flags, t = mpfr_get_ui (tmp2_sp, MPFR_RNDU)); in mpfr_ai2()
H A Dfrexp.c59 MPFR_BLOCK (flags, inex = mpfr_set (y, x, rnd)); in mpfr_frexp()
H A Dgen_inverse.h75 MPFR_BLOCK (flags, INVERSE (z, x, MPFR_RNDZ)); /* error k_u < 1 ulp */ in FUNCTION()
H A Dgmp_op.c234 MPFR_BLOCK (flags, in mpfr_muldiv_z()
328 MPFR_BLOCK (flags, mpfr_add (t, x, q, MPFR_RNDN)); in mpfr_add_q()
423 MPFR_BLOCK (flags, mpfr_sub (t, x, q, MPFR_RNDN)); in mpfr_sub_q()
H A Dcosh.c95 MPFR_BLOCK (flags, mpfr_exp (te, x, MPFR_RNDD)); /* exp(x) */ in mpfr_cosh()
H A Dgamma.c220 MPFR_BLOCK (flags, inex = mpfr_ui_div (gamma, 1, x, rnd_mode)); in mpfr_gamma()
313 MPFR_BLOCK (flags, mpfr_mul_2ui (xp, xp, 1, MPFR_RNDZ)); in mpfr_gamma()
H A Dacosh.c95 MPFR_BLOCK (flags, mpfr_sqr (t, x, MPFR_RNDD)); /* x^2 */ in mpfr_acosh()
H A Dexpm1.c134 MPFR_BLOCK (flags, mpfr_exp (t, x, MPFR_RNDN)); in mpfr_expm1()
H A Dpow_ui.c110 MPFR_BLOCK (flags, in mpfr_pow_ui()
H A Dsinh_cosh.c105 MPFR_BLOCK (flags, mpfr_exp (s, x, MPFR_RNDD)); in mpfr_sinh_cosh()
H A Dhypot.c196 MPFR_BLOCK (flags, inexact = mpfr_div_2si (z, t, sh, rnd_mode)); in mpfr_hypot()
H A Dlngamma.c74 MPFR_BLOCK (flags1, inex1 = mpfr_lgamma (s1, &sign, x, MPFR_RNDD)); in mpfr_explgamma()
97 MPFR_BLOCK (flags1, inex1 = mpfr_exp (t1, s1, rnd)); in mpfr_explgamma()
98 MPFR_BLOCK (flags2, inex2 = mpfr_exp (t2, s2, rnd)); in mpfr_explgamma()
H A Dpow.c205 MPFR_BLOCK (flags1, mpfr_exp (t, t, MPFR_RNDN)); /* exp(y*ln|x|)*/ in mpfr_pow_general()
235 MPFR_BLOCK (flags2, mpfr_exp (t, t, MPFR_RNDD)); in mpfr_pow_general()
H A Datan2.c194 MPFR_BLOCK (flags, div_inex = mpfr_div (tmp, y, x, MPFR_RNDN)); in mpfr_atan2()
H A Djn.c246 MPFR_BLOCK (flags, { in mpfr_jn()
H A Dexp3.c257 MPFR_BLOCK (flags, { in mpfr_exp_3()
H A Dgamma_inc.c289 MPFR_BLOCK (flags, mpfr_gamma (t, a, MPFR_RNDZ)); in mpfr_gamma_inc()
H A Dyn.c286 MPFR_BLOCK (flags, mpfr_ui_div (y, 2, y, MPFR_RNDZ)); in mpfr_yn()
H A Dmpfr-impl.h431 #define MPFR_BLOCK(_flags,_op) \ macro
/dports/math/kalker/gmp-mpfr-sys-21966f4bfb56c87d407eb14c72e92ef4e55856aa/mpfr-4.1.0-p13-c/doc/
H A DREADME.dev1077 * The MPFR_BLOCK* macros can be useful, e.g.
1081 MPFR_BLOCK (flags, /* expression or statements */)
1087 See mpfr-impl.h (search for MPFR_BLOCK) for more information.