Home
last modified time | relevance | path

Searched refs:mpfr_mul_si (Results 1 – 21 of 21) sorted by relevance

/netbsd/src/external/lgpl3/mpc/dist/src/
Dmul_si.c28 inex_re = mpfr_mul_si (mpc_realref(a), mpc_realref(b), c, MPC_RND_RE(rnd)); in mpc_mul_si()
29 inex_im = mpfr_mul_si (mpc_imagref(a), mpc_imagref(b), c, MPC_RND_IM(rnd)); in mpc_mul_si()
Dtan.c49 mpfr_mul_si (c, c, -2, MPFR_RNDN); in tan_im_cmp_one()
/netbsd/src/external/lgpl3/mpfr/dist/tune/
Dbidimensional_sample.c367 mpfr_mul_si (temp1, temp1, MPFR_AI_THRESHOLD1, MPFR_RNDN); in virtual_timing_ai1()
369 mpfr_mul_si (temp1, temp1, MPFR_AI_THRESHOLD3, MPFR_RNDN); in virtual_timing_ai1()
414 mpfr_mul_si (temp1, temp1, MPFR_AI_THRESHOLD1, MPFR_RNDN); in virtual_timing_ai2()
416 mpfr_mul_si (temp1, temp1, MPFR_AI_THRESHOLD3, MPFR_RNDN); in virtual_timing_ai2()
Dtuneup.c1151 mpfr_mul_si (tmp1, tmp1, mpfr_ai_threshold2, MPFR_RNDN); in all()
/netbsd/src/external/lgpl3/mpfr/dist/src/
Dsi_op.c91 #undef mpfr_mul_si
93 mpfr_mul_si (mpfr_ptr y, mpfr_srcptr x, long int u, mpfr_rnd_t rnd_mode) in mpfr_mul_si() function
Djyn_asympt.c115 mpfr_mul_si (t, t, 2 * (n + k) - 1, MPFR_RNDN); /* err <= err_k + 1 */ in FUNCTION()
116 mpfr_mul_si (t, t, 2 * (n - k) + 1, MPFR_RNDN); /* err <= err_k + 2 */ in FUNCTION()
Dlog.c152 mpfr_mul_si (tmp1, tmp1, m, MPFR_RNDN); /* compute m*log(2),err<=2ulps */ in mpfr_log()
Dmpfr.h601 __MPFR_DECLSPEC int mpfr_mul_si (mpfr_ptr, mpfr_srcptr, long, mpfr_rnd_t);
1007 #undef mpfr_mul_si
1008 #define mpfr_mul_si(_f, _g, _s,_r) \ macro
1011 mpfr_mul_si ((_f), (_g), (_s), (_r)))
Dai.c675 mpfr_mul_si (temp1, temp1, MPFR_AI_THRESHOLD1, MPFR_RNDN); in mpfr_ai()
677 mpfr_mul_si (temp1, temp1, MPFR_AI_THRESHOLD3, MPFR_RNDN); in mpfr_ai()
Dcompound.c168 inex |= mpfr_mul_si (u, u, n, MPFR_RNDZ) != 0; in mpfr_compound_si()
Dpow.c659 inexact = mpfr_mul_si (tmp, y, b, MPFR_RNDN); /* exact */ in mpfr_pow()
Dgmp_op.c92 return mpfr_mul_si (y, x, mpz_get_si (z), r); in mpfr_mul_z()
/netbsd/src/external/lgpl3/mpfr/dist/tests/
Dtsi_op.c90 #define TEST_FUNCTION mpfr_mul_si
128 mpfr_mul_si (z, x, y, MPFR_RNDZ); in main()
Dtsprintf.c454 mpfr_mul_si (x, x, -1, MPFR_RNDD); in decimal()
455 mpfr_mul_si (z, z, -1, MPFR_RNDD); in decimal()
757 mpfr_mul_si (x, x, -1, MPFR_RNDD); in hexadecimal()
758 mpfr_mul_si (z, z, -1, MPFR_RNDD); in hexadecimal()
873 mpfr_mul_si (x, x, -1, MPFR_RNDD); in binary()
874 mpfr_mul_si (z, z, -1, MPFR_RNDD); in binary()
Dtmul_ui.c161 mpfr_mul_si (x, x, 4, MPFR_RNDN); in main()
Dtgamma_inc.c307 mpfr_mul_si (x, x, j, MPFR_RNDN); in test_negint()
Dtpow.c1770 mpfr_mul_si (u, t, -2, MPFR_RNDN); /* u = (-2)^(2^i + 1) */ in coverage()
/netbsd/src/external/lgpl3/mpfr/dist/
DNEWS388 mpfr_mul_si, mpfr_si_div, mpfr_div_si, mpfr_sqr, mpfr_cmp_z, mpfr_cmp_q,
DChangeLog16657 [src/{div,mul}_ui.c] Fixed bug in mpfr_div_si and mpfr_mul_si when the
36104 Add mpfr_add_si, mpfr_sub_si, mpfr_si_sub, mpfr_mul_si, mpfr_div_si and
/netbsd/src/external/lgpl3/mpfr/dist/doc/
Dmpfr.info1544 -- Function: int mpfr_mul_si (mpfr_t ROP, mpfr_t OP1, long int OP2,
5076 * mpfr_mul_si: Arithmetic Functions.
Dmpfr.texi1999 @deftypefunx int mpfr_mul_si (mpfr_t @var{rop}, mpfr_t @var{op1}, long int @var{op2}, mpfr_rnd_t @v…