Lines Matching refs:mpfr_t
39 get_prec_max (mpfr_t *t, int n) in get_prec_max()
62 get_exact_sum (mpfr_ptr sum, mpfr_t *tab, int n) in get_exact_sum()
79 mpfr_t exact_sum, sum1, sum2; in generic_tests()
80 mpfr_t *t; in generic_tests()
86 t = (mpfr_t *) tests_allocate (nmax * sizeof(mpfr_t)); in generic_tests()
162 tests_free (t, nmax * sizeof(mpfr_t)); in generic_tests()
177 mpfr_t tab[3], r; in check_simple()
202 mpfr_t tab[3], r; in check_special()
290 mpfr_t c[NC], s[NS], sum; in check_more_special()
376 mpfr_t sum1, sum2, s1, s2, s3, t[4]; in check1()
456 mpfr_t sum1, sum2, s1, s2, s3, s4, t[5]; in check2()
543 mpfr_t sum1, sum2, s1, s2, s3, s4, t[20]; in check3()
647 mpfr_t sum1, sum2, s1, s2, s3, s4, t[5]; in check4()
725 mpfr_t sum, t[4]; in bug20131027()
772 mpfr_t sum1, sum2, t[3]; in bug20150327()
827 mpfr_t u, v, w, x, y; in check_extreme()
891 mpfr_t x[2 * MPFR_NCANCEL], bound; in cancel()
1006 mpfr_t sum1, sum2, x, y; in check_overflow()
1063 mpfr_t sum1, sum2, t[NUNFL]; in check_underflow()
1201 mpfr_sum_naive (mpfr_ptr s, mpfr_t *x, int n, mpfr_rnd_t rnd) in mpfr_sum_naive()
1222 mpfr_t *x, s, ref_s; in check_random()
1230 x = (mpfr_t *) tests_allocate (n * sizeof (mpfr_t)); in check_random()
1257 tests_free (x, n * sizeof (mpfr_t)); in check_random()
1273 mpfr_t r, t[4]; in bug20160315()