Home | History | Annotate | Download | only in tests

Lines Matching defs:y0

59   mpfr_t t, x, y0, y1, y2;
69 /* The precisions of t and y0 should be large enough to avoid
71 mpfr_inits2 (64, t, y0, (mpfr_ptr) 0);
72 mpfr_set_exp_t (y0, e, MPFR_RNDN);
74 mpfr_div (y0, y0, t, MPFR_RNDN);
76 mpfr_mul (y0, y0, t, MPFR_RNDN);
81 mpfr_set (y1, y0, MPFR_RNDN);
100 mpfr_clears (t, y0, (mpfr_ptr) 0);