HomeSort by: relevance | last modified time | path
    Searched refs:mpfr_mul_si (Results 1 - 19 of 19) sorted by relevancy

  /src/external/lgpl3/mpc/dist/src/
mul_si.c 28 inex_re = mpfr_mul_si (mpc_realref(a), mpc_realref(b), c, MPC_RND_RE(rnd));
29 inex_im = mpfr_mul_si (mpc_imagref(a), mpc_imagref(b), c, MPC_RND_IM(rnd));
tan.c 49 mpfr_mul_si (c, c, -2, MPFR_RNDN);
  /src/external/lgpl3/mpfr/dist/src/
si_op.c 4 mpfr_mul_si -- multiply a floating-point number by a machine integer
91 #undef mpfr_mul_si macro
93 mpfr_mul_si (mpfr_ptr y, mpfr_srcptr x, long int u, mpfr_rnd_t rnd_mode) function
log.c 135 true. This assertion is needed for the mpfr_mul_si below. */
152 mpfr_mul_si (tmp1, tmp1, m, MPFR_RNDN); /* compute m*log(2),err<=2ulps */
jyn_asympt.c 115 mpfr_mul_si (t, t, 2 * (n + k) - 1, MPFR_RNDN); /* err <= err_k + 1 */
116 mpfr_mul_si (t, t, 2 * (n - k) + 1, MPFR_RNDN); /* err <= err_k + 2 */
compound.c 168 inex |= mpfr_mul_si (u, u, n, MPFR_RNDZ) != 0;
ai.c 675 mpfr_mul_si (temp1, temp1, MPFR_AI_THRESHOLD1, MPFR_RNDN);
677 mpfr_mul_si (temp1, temp1, MPFR_AI_THRESHOLD3, MPFR_RNDN);
mpfr.h 601 __MPFR_DECLSPEC int mpfr_mul_si (mpfr_ptr, mpfr_srcptr, long, mpfr_rnd_t);
1007 #undef mpfr_mul_si macro
1008 #define mpfr_mul_si(_f, _g, _s,_r) \ macro
1011 mpfr_mul_si ((_f), (_g), (_s), (_r)))
gmp_op.c 92 return mpfr_mul_si (y, x, mpz_get_si (z), r);
pow.c 659 inexact = mpfr_mul_si (tmp, y, b, MPFR_RNDN); /* exact */
  /src/external/lgpl3/mpfr/dist/tests/
tsi_op.c 1 /* Test file for mpfr_add_si, mpfr_sub_si, mpfr_si_sub, mpfr_mul_si,
90 #define TEST_FUNCTION mpfr_mul_si
91 #define TEST_FUNCTION_NAME "mpfr_mul_si"
128 mpfr_mul_si (z, x, y, MPFR_RNDZ);
tsprintf.c 454 mpfr_mul_si (x, x, -1, MPFR_RNDD);
455 mpfr_mul_si (z, z, -1, MPFR_RNDD);
757 mpfr_mul_si (x, x, -1, MPFR_RNDD);
758 mpfr_mul_si (z, z, -1, MPFR_RNDD);
873 mpfr_mul_si (x, x, -1, MPFR_RNDD);
874 mpfr_mul_si (z, z, -1, MPFR_RNDD);
tmul_ui.c 161 mpfr_mul_si (x, x, 4, MPFR_RNDN);
tgamma_inc.c 307 mpfr_mul_si (x, x, j, MPFR_RNDN);
tpow.c 1770 mpfr_mul_si (u, t, -2, MPFR_RNDN); /* u = (-2)^(2^i + 1) */
  /src/external/lgpl3/mpfr/dist/tune/
bidimensional_sample.c 367 mpfr_mul_si (temp1, temp1, MPFR_AI_THRESHOLD1, MPFR_RNDN);
369 mpfr_mul_si (temp1, temp1, MPFR_AI_THRESHOLD3, MPFR_RNDN);
414 mpfr_mul_si (temp1, temp1, MPFR_AI_THRESHOLD1, MPFR_RNDN);
416 mpfr_mul_si (temp1, temp1, MPFR_AI_THRESHOLD3, MPFR_RNDN);
tuneup.c 1151 mpfr_mul_si (tmp1, tmp1, mpfr_ai_threshold2, MPFR_RNDN);
  /src/external/gpl3/gcc/dist/gcc/fortran/
simplify.cc 1559 mpfr_mul_si (e->value.real, x2rev, jn ? (n2-i+1) : (n1+i-1),
  /src/external/gpl3/gcc.old/dist/gcc/fortran/
simplify.cc 1533 mpfr_mul_si (e->value.real, x2rev, jn ? (n2-i+1) : (n1+i-1),

Completed in 34 milliseconds