HomeSort by: relevance | last modified time | path
    Searched defs:mpfr (Results 1 - 3 of 3) sorted by relevancy

  /src/external/lgpl3/mpfr/dist/tests/
tfprintf.c 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
42 #include "mpfr-test.h"
183 mpfr_t mpfr; local
193 mpfr_init2 (mpfr, prec);
194 mpfr_set_f (mpfr, mpf, MPFR_RNDN);
198 check_vfprintf (fout, "a. %Ra, b. %u, c. %lx%n", mpfr, ui, ulo, &j);
200 check_vfprintf (fout, "a. %c, b. %Rb, c. %u, d. %li%ln", i, mpfr, i
    [all...]
tprintf.c 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; local
316 mpfr_init (mpfr);
317 mpfr_set_f (mpfr, mpf, MPFR_RNDN);
318 prec = mpfr_get_prec (mpfr);
    [all...]
  /src/external/lgpl3/mpc/dist/tests/
mpc-tests.h 180 MPFR, /* mpfr_t */
190 mpfr_t mpfr; /* skip space for the variable */ member in struct:__anon23586
223 'p.mpfr' (resp. 'p.mpc') as well as 'p.mpfr_info.mpfr'
252 mpfr_t mpfr; member in union:__anon23590
268 The input parameters include one rounding mode per mpfr/mpc

Completed in 21 milliseconds