Home | History | Annotate | Download | only in tests

Lines Matching refs:mpfr

6 This file is part of the GNU MPFR Library.
8 The GNU MPFR Library is free software; you can redistribute it and/or modify
13 The GNU MPFR Library is distributed in the hope that it will be useful, but
19 along with the GNU MPFR Library; see the file COPYING.LESSER. If not, see
45 #include "mpfr-test.h"
156 MPFR: Can't reallocate memory (old_size=4096 new_size=2147487744)
307 mpfr_t mpfr;
316 mpfr_init (mpfr);
317 mpfr_set_f (mpfr, mpf, MPFR_RNDN);
318 prec = mpfr_get_prec (mpfr);
320 check_vprintf ("a. %Ra, b. %u, c. %lx%n", mpfr, ui, ulo, &j);
322 check_vprintf ("a. %c, b. %Rb, c. %u, d. %li%ln", i, mpfr, i, lo, &ulo);
324 check_vprintf ("a. %hi, b. %*f, c. %Re%hn", ush, 3, f, mpfr, &ush);
326 check_vprintf ("a. %hi, b. %f, c. %#.2Rf%n", sh, d, mpfr, &i);
328 check_vprintf ("a. %R*A, b. %Fe, c. %i%zn", rnd, mpfr, mpf, sz, &sz);
330 check_vprintf ("a. %Pu, b. %c, c. %RUG, d. %Zi%Zn", prec, ch, mpfr, mpz, &mpz);
333 mpfr, mpq, &mpfr, (void *) &i);
334 check_length_with_cmp (7, mpfr, 15, mpfr_cmp_ui (mpfr, 15), Rg);
338 check_vprintf ("%% a. %RNg, b. %Qx, c. %td%tn", mpfr, mpq, p, &p);
343 mpfr, mpq, saved_p);
354 check_vprintf ("a. %RA, b. %Lf, c. %QX%zn", mpfr, ld, mpq, &sz);
359 check_vprintf ("a. %hhi, b. %Ra, c. %hhu%hhn", sch, mpfr, uch, &uch);
368 check_vprintf ("a. %Re, b. %llx%Qn", mpfr, ullo, &mpq);
370 check_vprintf ("a. %lli, b. %Rf%lln", llo, mpfr, &ullo);
380 check_vprintf ("a. %*RA, b. %ji%Fn", 10, mpfr, im, &mpf);
382 check_vprintf ("a. %.*Re, b. %jx%jn", 10, mpfr, uim, &im);
387 mpfr_clear (mpfr);
621 a message about a wrong result in MPFR. Anyway the