Searched refs:prec_x (Results 1 - 2 of 2) sorted by relevance

/haiku-buildtools/gcc/mpfr/src/
H A Dexp3.c162 int prec_x; local
179 prec_x = MPFR_INT_CEIL_LOG2 (MPFR_PREC (x)) - MPFR_LOG2_GMP_NUMB_BITS;
180 if (prec_x < 0)
181 prec_x = 0;
199 realprec = MPFR_PREC (y) + MPFR_INT_CEIL_LOG2 (prec_x + MPFR_PREC (y));
232 iter = (k <= prec_x) ? k : prec_x;
/haiku-buildtools/gcc/mpc/src/
H A Dmul.c502 mpfr_prec_t prec_x; local
504 prec_x = SAFE_ABS (mpfr_exp_t, mpfr_get_exp (v) - mpfr_get_exp (w))
508 if (prec_x > prec_u)
509 prec_x = prec_u;
510 if (prec_x > prec)
511 mpfr_prec_round (x, prec_x, GMP_RNDN);

Completed in 95 milliseconds