Searched refs:mpfr_set_uj_2exp (Results 1 - 4 of 4) sorted by relevance

/netbsd-current/external/lgpl3/mpfr/dist/src/
H A Dset_sj.c38 return mpfr_set_uj_2exp (x, j, e, rnd);
42 inex = mpfr_set_uj_2exp (x, - (uintmax_t) j, e, MPFR_INVERT_RND (rnd));
H A Dset_uj.c34 return mpfr_set_uj_2exp (x, j, 0, rnd);
38 mpfr_set_uj_2exp (mpfr_ptr x, uintmax_t j, intmax_t e, mpfr_rnd_t rnd) function
H A Dmpfr.h1160 #define mpfr_set_uj_2exp __gmpfr_set_uj_2exp macro
1169 __MPFR_DECLSPEC int mpfr_set_uj_2exp (mpfr_ptr, uintmax_t, intmax_t,
/netbsd-current/external/lgpl3/mpfr/dist/tests/
H A Dtset_sj.c2 mpfr_set_sj, mpfr_set_uj, mpfr_set_sj_2exp and mpfr_set_uj_2exp.
107 inex = mpfr_set_uj_2exp (x, 1, 0, MPFR_RNDN);
111 inex = mpfr_set_uj_2exp (x, 1024, -10, MPFR_RNDN);
115 inex = mpfr_set_uj_2exp (x, 1024, 10, MPFR_RNDN);
119 inex = mpfr_set_uj_2exp (x, UINTMAX_MAX, 1000, MPFR_RNDN);
126 inex = mpfr_set_uj_2exp (x, UINTMAX_MAX, MPFR_EMAX_MAX-10, MPFR_RNDN);
130 inex = mpfr_set_uj_2exp (x, UINTMAX_MAX, MPFR_EMIN_MIN-1000, MPFR_RNDN);
270 /* Test mpfr_set_uj_2exp */
272 inex2 = mpfr_set_uj_2exp (x2, j, em, (mpfr_rnd_t) rnd);

Completed in 135 milliseconds