Home | History | Annotate | Download | only in tests

Lines Matching defs:xx

140   mpfr_t x, xx, y, yy;
163 mpfr_init2 (xx, p);
169 mpfr_set (xx, x, MPFR_RNDN);
170 mpfr_nextbelow (xx);
171 mpfr_ai (yy, xx, MPFR_RNDN);
176 mpfr_set (x, xx, MPFR_RNDN);
182 mpfr_set (xx, x, MPFR_RNDN);
183 mpfr_nextabove (xx);
184 mpfr_ai (yy, xx, MPFR_RNDN);
189 mpfr_set (x, xx, MPFR_RNDN);
194 mpfr_clear (xx);