Lines Matching refs:ratio
593 mpfr_t ratio;
595 mpfr_init2 (ratio, MPFR_SMALL_PRECISION);
596 mpfr_set_si (ratio, dirx, MPFR_RNDN);
597 mpfr_div_si (ratio, ratio, dirp, MPFR_RNDN);
605 mpfr_mul_ui (xmin, ratio, (unsigned int)pmin, MPFR_RNDN);
615 mpfr_mul_ui (xres, ratio, (unsigned int)*pres, MPFR_RNDN);
616 mpfr_clear (ratio); mpfr_clear (x); mpfr_clear (xmin); mpfr_clear (xmax);
628 mpfr_mul_ui (xmin, ratio, (unsigned int)pmin, MPFR_RNDN);
638 mpfr_mul_ui (xmin, ratio, (unsigned int)pmin, MPFR_RNDN);
643 mpfr_mul_ui (xmax, ratio, (unsigned int)pmax, MPFR_RNDN);
650 mpfr_mul_ui (xmax, ratio, (unsigned int)pmax, MPFR_RNDN);
661 mpfr_mul_ui (x, ratio, (unsigned int)p, MPFR_RNDN);
665 mpfr_mul_ui (xres, ratio, (unsigned int)*pres, MPFR_RNDN);
677 mpfr_mul_ui (xmin, ratio, (unsigned int)pmin, MPFR_RNDN);
682 mpfr_mul_ui (xmax, ratio, (unsigned int)pmax, MPFR_RNDN);
689 mpfr_mul_ui (xres, ratio, (unsigned int)*pres, MPFR_RNDN);
692 mpfr_clear (ratio);
704 mpfr_mul_ui (xres, ratio, (unsigned int)*pres, MPFR_RNDN);
710 mpfr_mul_ui (xres, ratio, (unsigned int)*pres, MPFR_RNDN);
713 mpfr_clear (ratio); mpfr_clear (x); mpfr_clear (xmin); mpfr_clear (xmax);