HomeSort by: relevance | last modified time | path
    Searched refs:mpfr_set_f (Results 1 - 9 of 9) sorted by relevancy

  /src/external/lgpl3/mpfr/dist/tests/
tset_f.c 1 /* Test file for mpfr_set_f.
46 mpfr_set_f (x, y, MPFR_RNDN);
49 mpfr_set_f (x, y, RND_RAND ());
60 mpfr_set_f (x, y, MPFR_RNDN);
63 printf ("mpfr_set_f failed for y=2033033E-3\n");
68 mpfr_set_f (x, y, MPFR_RNDN);
72 printf ("mpfr_set_f failed for y=-2033033E-3\n");
80 mpfr_set_f (x, y, MPFR_RNDN);
83 printf ("Error in mpfr_set_f: corrupted result\n");
96 mpfr_set_f (u, z, MPFR_RNDN)
    [all...]
tget_f.c 64 mpfr_set_f (y3, x1, MPFR_RNDN);
369 inex = mpfr_set_f (z, x, MPFR_RNDN);
tfprintf.c 194 mpfr_set_f (mpfr, mpf, MPFR_RNDN);
tprintf.c 317 mpfr_set_f (mpfr, mpf, MPFR_RNDN);
tgmpop.c 457 mpfr_set_f (z, y, MPFR_RNDN);
  /src/external/lgpl3/mpfr/dist/src/
set_f.c 0 /* mpfr_set_f -- set a MPFR number from a GNU MPF number
29 mpfr_set_f (mpfr_ptr y, mpf_srcptr x, mpfr_rnd_t rnd_mode) function
gmp_op.c 512 res = mpfr_set_f (t, z, MPFR_RNDN);
mpfr.h 491 __MPFR_DECLSPEC int mpfr_set_f (mpfr_ptr, mpf_srcptr, mpfr_rnd_t);
1098 ( mpfr_init(x), mpfr_set_f((x), (y), (rnd)) )
  /src/external/lgpl3/mpc/dist/tests/
tset.c 221 mpfr_set_f (fr, mpf, MPFR_RNDN);

Completed in 95 milliseconds