Home | History | Annotate | Download | only in tests

Lines Matching refs:inex1

422   int inex1, inex2;
437 inex1 = mpfr_set_ui (x, j, MPFR_RNDN);
438 MPFR_ASSERTN (inex1 == 0);
439 inex1 = mpfr_mul_ui (x, x, i, MPFR_RNDN);
440 MPFR_ASSERTN (inex1 == 0);
450 inex1 = mpfr_prec_round (x, px, MPFR_RNDN);
451 MPFR_ASSERTN (inex1 == 0);
464 inex1 = mpfr_set_ui (y1, i, (mpfr_rnd_t) r);
467 ! SAME_SIGN (inex1, inex2))
474 printf ("with inex = %d\n", inex1);