Searched refs:mpfr_set_z_2exp (Results 1 - 12 of 12) sorted by relevance

/netbsd-current/external/lgpl3/mpfr/dist/src/
H A Dset_z.c29 return mpfr_set_z_2exp (f, z, 0, rnd_mode);
H A Dset_si_2exp.c83 /* if a long does not fit into a limb, we use mpfr_set_z_2exp */
88 inex = mpfr_set_z_2exp (x, z, e, rnd_mode);
H A Dset_ui_2exp.c81 /* if a long does not fit into a limb, we use mpfr_set_z_2exp */
86 inex = mpfr_set_z_2exp (x, z, e, rnd_mode);
H A Dset_z_2exp.c0 /* mpfr_set_z_2exp -- set a floating-point number from a multiple-precision
29 mpfr_set_z_2exp (mpfr_ptr f, mpz_srcptr z, mpfr_exp_t e, mpfr_rnd_t rnd_mode) function
H A Dlog10p1.c59 mpfr_set_z_2exp (y, z, k, MPFR_RNDZ);
H A Drandom_deviate.c332 * the exponent -x->e is used to generate an mpfr using mpfr_set_z_2exp.
387 * Let mpfr_set_z_2exp do all the work of rounding to the requested
391 inex = mpfr_set_z_2exp (z, t, negxe, rnd);
H A Drem1.c239 inex = mpfr_set_z_2exp (rem, r, ex > ey ? ey : ex, rnd);
H A Dexp_2.c241 mpfr_set_z_2exp (s, ss, exps, MPFR_RNDN);
H A Dmpfr.h483 __MPFR_DECLSPEC int mpfr_set_z_2exp (mpfr_ptr, mpz_srcptr, mpfr_exp_t,
/netbsd-current/external/lgpl3/mpfr/dist/tests/
H A Dtset_z_2exp.c1 /* Test file for mpfr_set_z_2exp.
69 inexact = mpfr_set_z_2exp (x, y, e, (mpfr_rnd_t) r);
72 printf ("mpfr_set_z_2exp(x,0,e) failed for e=");
87 inexact = mpfr_set_z_2exp (x, y, mpfr_get_emax_max(), MPFR_RNDN);
112 mpfr_set_z_2exp is exact below */
122 inex = mpfr_set_z_2exp (f1, z, e, rnd);
128 printf ("Error in mpfr_set_z_2exp for i=%ld e=%" MPFR_EXP_FSPEC
155 inex2 = mpfr_set_z_2exp (f2, z, e, rnd);
164 printf ("Error in mpfr_set_z_2exp for i=%ld e=%"
214 mpfr_set_z_2exp (
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/gcc/fortran/
H A Dcheck.c283 mpfr_set_z_2exp (x->value.real, em, ie - t, GFC_RND_MODE);
/netbsd-current/external/gpl3/gcc/dist/gcc/fortran/
H A Dcheck.cc283 mpfr_set_z_2exp (x->value.real, em, ie - t, GFC_RND_MODE);

Completed in 308 milliseconds