Lines Matching defs:yprec
757 in directed rounding modes, if yprec is chosen to be minimum precision
759 in round-to-nearest for precision yprec-1). If the target precision was
763 considering round-to-nearest with precision yprec-1.
770 mpfr_prec_t yprec = MPFR_PREC (y);
775 mpfr_set_prec (z, yprec);
790 printf ("test5rm: error for %s with xprec=%lu, yprec=%lu, rnd=%s\n"
792 name, (unsigned long) MPFR_PREC (x), (unsigned long) yprec,
825 if (yprec == MPFR_PREC_MIN)
828 MPFR_RNDA test, i.e. y = RNDA(yprec,f(x)); we use MPFR_RNDZ
831 y = f(x), so that RNDN(yprec-1,f(x)) = RNDN(yprec-1,y). */
832 inex = mpfr_prec_round (y, --yprec, sb ? MPFR_RNDZ : MPFR_RNDN);
835 mpfr_set_prec (z, yprec);
844 xprec yprec rnd x y
849 yprec is the output precision
856 tested, and the round-to-nearest mode is tested in precision yprec-1.
867 long int xprec, yprec; /* not mpfr_prec_t because of the fscanf */
935 c = fscanf (fp, "%ld %ld %c", &xprec, &yprec, &r);
937 MPFR_ASSERTN (MPFR_PREC_COND (yprec));
972 mpfr_set_prec (y, yprec);
1051 printf ("bad_cases: yprec =%6ld, y = ", (long) py);
1170 printf ("bad_cases: yprec =%6ld, y = ", (long) py);