| /netbsd/src/external/lgpl3/mpc/dist/src/ |
| D | mul_si.c | 28 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()
|
| D | tan.c | 49 mpfr_mul_si (c, c, -2, MPFR_RNDN); in tan_im_cmp_one()
|
| /netbsd/src/external/lgpl3/mpfr/dist/tune/ |
| D | bidimensional_sample.c | 367 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()
|
| D | tuneup.c | 1151 mpfr_mul_si (tmp1, tmp1, mpfr_ai_threshold2, MPFR_RNDN); in all()
|
| /netbsd/src/external/lgpl3/mpfr/dist/src/ |
| D | si_op.c | 91 #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
|
| D | jyn_asympt.c | 115 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()
|
| D | log.c | 152 mpfr_mul_si (tmp1, tmp1, m, MPFR_RNDN); /* compute m*log(2),err<=2ulps */ in mpfr_log()
|
| D | mpfr.h | 601 __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)))
|
| D | ai.c | 675 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()
|
| D | compound.c | 168 inex |= mpfr_mul_si (u, u, n, MPFR_RNDZ) != 0; in mpfr_compound_si()
|
| D | pow.c | 659 inexact = mpfr_mul_si (tmp, y, b, MPFR_RNDN); /* exact */ in mpfr_pow()
|
| D | gmp_op.c | 92 return mpfr_mul_si (y, x, mpz_get_si (z), r); in mpfr_mul_z()
|
| /netbsd/src/external/lgpl3/mpfr/dist/tests/ |
| D | tsi_op.c | 90 #define TEST_FUNCTION mpfr_mul_si 128 mpfr_mul_si (z, x, y, MPFR_RNDZ); in main()
|
| D | tsprintf.c | 454 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()
|
| D | tmul_ui.c | 161 mpfr_mul_si (x, x, 4, MPFR_RNDN); in main()
|
| D | tgamma_inc.c | 307 mpfr_mul_si (x, x, j, MPFR_RNDN); in test_negint()
|
| D | tpow.c | 1770 mpfr_mul_si (u, t, -2, MPFR_RNDN); /* u = (-2)^(2^i + 1) */ in coverage()
|
| /netbsd/src/external/lgpl3/mpfr/dist/ |
| D | NEWS | 388 mpfr_mul_si, mpfr_si_div, mpfr_div_si, mpfr_sqr, mpfr_cmp_z, mpfr_cmp_q,
|
| D | ChangeLog | 16657 [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/ |
| D | mpfr.info | 1544 -- Function: int mpfr_mul_si (mpfr_t ROP, mpfr_t OP1, long int OP2, 5076 * mpfr_mul_si: Arithmetic Functions.
|
| D | mpfr.texi | 1999 @deftypefunx int mpfr_mul_si (mpfr_t @var{rop}, mpfr_t @var{op1}, long int @var{op2}, mpfr_rnd_t @v…
|