Searched refs:mpfr_get_z (Results 1 - 21 of 21) sorted by relevance

/netbsd-current/external/lgpl3/mpfr/dist/src/
H A Dget_z.c0 /* mpfr_get_z -- get a multiple-precision integer from
27 mpfr_get_z (mpz_ptr z, mpfr_srcptr f, mpfr_rnd_t rnd) function
H A Dsinu.c202 inexact = mpfr_get_z (z, t, MPFR_RNDZ);
H A Dcosu.c218 inexact = mpfr_get_z (z, t, MPFR_RNDZ);
H A Dtanu.c185 inexact = mpfr_get_z (z, t, MPFR_RNDZ);
H A Dbernoulli.c180 mpfr_get_z (num, z, MPFR_RNDU);
H A Dubf.c60 MPFR_DBGRES (inex = mpfr_get_z (ez, e, MPFR_RNDN));
H A Dmpf2mpfr.h184 #define mpz_set_f(z,f) mpfr_get_z(z,f,MPFR_DEFAULT_RND)
H A Dpow.c621 mpfr_get_z (zi, y, MPFR_RNDN);
H A Dzeta.c373 mpfr_get_z (sint, s, MPFR_RNDD); /* sint = floor(s) */
H A Dsin_cos.c514 mpfr_get_z (y, x2, MPFR_RNDZ); /* round toward zero: now
H A Dmpfr.h539 __MPFR_DECLSPEC int mpfr_get_z (mpz_ptr z, mpfr_srcptr f, mpfr_rnd_t);
1123 # define mpz_set_fr mpfr_get_z
/netbsd-current/external/lgpl3/mpfr/dist/tests/
H A Dtget_z.c1 /* Test file for mpz_set_fr / mpfr_get_z / mpfr_get_z_2exp.
46 inex = mpfr_get_z (z, x, MPFR_RNDN);
58 inex = mpfr_get_z (z, x, MPFR_RNDN);
175 inex = mpfr_get_z (got, f, (mpfr_rnd_t) rnd);
263 inex = mpfr_get_z (z, x, (mpfr_rnd_t) rnd);
267 printf ("special() failed on mpfr_get_z"
H A Dtsub.c1218 inexact = mpfr_get_z (MPFR_ZEXP (p[0]), ee, MPFR_RNDN);
1317 inexact = mpfr_get_z (MPFR_ZEXP (p[0]), ee, MPFR_RNDN);
H A Dtpow_all.c243 mpfr_get_z (yyy, y, MPFR_RNDN);
H A Dtpow.c934 mpfr_get_z (z, t[j], MPFR_RNDN);
/netbsd-current/external/lgpl3/mpc/dist/src/
H A Dlog10.c112 mpfr_get_z (x, mpc_realref (op), MPFR_RNDN); /* exact */
113 mpfr_get_z (y, mpc_imagref (op), MPFR_RNDN); /* exact */
/netbsd-current/external/lgpl3/mpc/dist/tests/
H A Dteta.c103 mpfr_get_z (re_z, mpc_realref (z), MPFR_RNDN);
/netbsd-current/external/gpl3/gcc.old/dist/libgfortran/intrinsics/
H A Dtrigd.inc133 if (mpfr_get_z (n, x, GFC_RND_MODE) == 0 && mpz_divisible_ui_p (n, 30))
282 if (mpfr_get_z (n, x, GFC_RND_MODE) == 0 && mpz_divisible_ui_p (n, 30))
427 if (mpfr_get_z (n, x, GFC_RND_MODE) == 0 && mpz_divisible_ui_p (n, 45))
/netbsd-current/external/gpl3/gcc/dist/libgfortran/intrinsics/
H A Dtrigd.inc133 if (mpfr_get_z (n, x, GFC_RND_MODE) == 0 && mpz_divisible_ui_p (n, 30))
282 if (mpfr_get_z (n, x, GFC_RND_MODE) == 0 && mpz_divisible_ui_p (n, 30))
427 if (mpfr_get_z (n, x, GFC_RND_MODE) == 0 && mpz_divisible_ui_p (n, 45))
/netbsd-current/external/gpl3/gcc.old/dist/gcc/fortran/
H A Darith.c1982 mpfr_get_z (i, r, GFC_RND_MODE);
/netbsd-current/external/gpl3/gcc/dist/gcc/fortran/
H A Darith.cc2032 mpfr_get_z (i, r, GFC_RND_MODE);

Completed in 322 milliseconds