Lines Matching defs:MPFR_RNDU
130 mpfr_set_ui (temp, (unsigned long int)param.max_prec, MPFR_RNDU);
131 mpfr_div_ui (temp, temp, (unsigned long int)param.min_prec, MPFR_RNDU);
133 (unsigned long int)param.nb_points_prec, MPFR_RNDU);
134 incr_prec = mpfr_get_d (temp, MPFR_RNDU);
158 MPFR_RNDU);
164 MPFR_RNDU);
165 mpfr_exp2 (incr_x, incr_x, MPFR_RNDU);
171 MPFR_RNDU);
172 mpfr_exp2 (incr_x, incr_x, MPFR_RNDU);
183 mpfr_set_d (temp, param.min_x, MPFR_RNDU);
188 mpfr_neg (temp, temp, MPFR_RNDU);
213 mpfr_set (x2, x, MPFR_RNDU);
225 mpfr_add (x, x, incr_x, MPFR_RNDU);
233 mpfr_div (x, x, incr_x, MPFR_RNDU);
241 mpfr_mul (x, x, incr_x, MPFR_RNDU);