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

  /src/external/lgpl3/mpfr/dist/tests/
tget_str.c 1 /* Test file for mpfr_get_str.
34 str = mpfr_get_str (NULL, &e, 10, 5, x, rnd);
37 printf ("Error in mpfr_get_str for x=%s\n", d);
58 s = mpfr_get_str (NULL, &e, 4, 2, x, MPFR_RNDU);
61 printf ("Error in mpfr_get_str: 2- rounded up with 2 digits"
70 s = mpfr_get_str (NULL, &e, 3, 0, x, MPFR_RNDN);
72 s = mpfr_get_str (NULL, &e, 36, 0, x, MPFR_RNDN);
74 s = mpfr_get_str (NULL, &e, 62, 0, x, MPFR_RNDN);
82 s = mpfr_get_str (NULL, &e, 3, 21, x, MPFR_RNDU);
85 printf ("Error in mpfr_get_str: 2^32-2^(-31) rounded up with
    [all...]
tinternals.c 95 if (!mpfr_get_str (buffer, &e, 2, 5, x, MPFR_RNDZ) || e != 3)
97 printf ("mpfr_get_str failed in test_round_near_x\n");
tset_str.c 265 str = mpfr_get_str (NULL, &e, base, baseprec, x, rnd);
271 printf ("mpfr_set_str o mpfr_get_str <> id for rnd_mode=%s\n",
750 /* this use mpfr_get_str */
776 mpfr_get_str (str + 2, &exp, base[cbase],
tstrtofr.c 1204 mpfr_get_str (s + 1, &e, 10, 19, x, MPFR_RNDD);
1491 mpfr_get_str (s0, &e0, base, BSIZE - 1, x0, MPFR_RNDU);
1492 mpfr_get_str (s1, &e1, base, BSIZE - 1, x1, MPFR_RNDD);
  /src/external/gpl3/gcc/dist/gcc/
realmpfr.cc 83 rstr = mpfr_get_str (NULL, &exp, 16, 0, m, rndmode);
90 mpfr_get_str returns the exponent for mantissa * 16**exp, adjust
  /src/external/gpl3/gcc.old/dist/gcc/
realmpfr.cc 83 rstr = mpfr_get_str (NULL, &exp, 16, 0, m, rndmode);
90 mpfr_get_str returns the exponent for mantissa * 16**exp, adjust
  /src/external/lgpl3/mpfr/dist/src/
out_str.c 59 s = mpfr_get_str (NULL, &e, base, n_digits, op, rnd_mode);
64 l = strlen (s) + 1; /* size of allocated block returned by mpfr_get_str
get_d128.c 405 mpfr_get_str (s, &e, 10, 34, src, rnd_mode);
418 mpfr_get_str (s, &e, 10, 1, src, MPFR_RNDA);
433 mpfr_get_str (s, &e2, 10, digits, src, rnd_mode);
get_d64.c 560 mpfr_get_str (s, &e, 10, 16, src, rnd_mode);
573 mpfr_get_str (s, &e, 10, 1, src, MPFR_RNDA);
588 mpfr_get_str (s, &e2, 10, digits, src, rnd_mode);
mpf2mpfr.h 119 #define mpf_get_str(x,y,z,t,u) mpfr_get_str(x,y,z,t,u,MPFR_DEFAULT_RND)
mpfr.h 537 __MPFR_DECLSPEC char * mpfr_get_str (char*, mpfr_exp_t*, int, size_t,
vasprintf.c 953 /* Record information from mpfr_get_str() so as to avoid multiple
1000 return mpfr_get_str (NULL, exp, base, n, op, spec.rnd_mode);
1017 str = mpfr_get_str (NULL, exp, base, ndigits, op, rnd);
1090 - if no given precision, let mpfr_get_str determine it;
1294 - if no given precision, then let mpfr_get_str determine it,
1297 We use the fact here that mpfr_get_str allows us to ask for only one
1536 fact that mpfr_get_str can return one digit with
1635 /* When spec.size == 0, mpfr_get_str may be called in a reduced
1824 /* mpfr_get_str does not support UBF, so that UBF numbers are regarded
1882 waste time and memory by making mpfr_get_str generate them
    [all...]
get_str.c 0 /* mpfr_get_str -- output a floating-point number to a string
2581 mpfr_get_str (char *s, mpfr_exp_t *e, int b, size_t m, mpfr_srcptr x, function
2656 bases; this is important for the internal use of mpfr_get_str. */
  /src/external/lgpl3/mpc/dist/src/
get_x.c 196 ugly = mpfr_get_str (NULL, &expo, base, n, x, rnd);
  /src/external/gpl3/gcc/dist/gcc/fortran/
module.cc 3532 p = mpfr_get_str (NULL, &exponent, 16, 0, *real, GFC_RND_MODE);
  /src/external/gpl3/gcc.old/dist/gcc/fortran/
module.cc 3513 p = mpfr_get_str (NULL, &exponent, 16, 0, *real, GFC_RND_MODE);

Completed in 66 milliseconds