Searched refs:mpfr_set_uj (Results 1 - 7 of 7) sorted by relevance

/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.
64 inex1 = mpfr_set_uj (x, limb, MPFR_RNDN);
68 printf ("ERROR for mpfr_set_uj and j=%lu and p=%lu\n",
85 inex1 = mpfr_set_uj (x, UINTMAX_MAX, MPFR_RNDN);
92 mpfr_set_uj (x, 0, MPFR_RNDN);
H A Dtfits.c245 CHECK_LIM (20, UINTMAX_MAX, mpfr_set_uj, mpfr_fits_uintmax_p);
H A Dtget_sj.c251 mpfr_set_uj (x, UINTMAX_MAX, MPFR_RNDN);
/netbsd-current/external/lgpl3/mpfr/dist/src/
H A Dset_uj.c0 /* mpfr_set_uj -- set a MPFR number from a huge machine unsigned integer
32 mpfr_set_uj (mpfr_ptr x, uintmax_t j, mpfr_rnd_t rnd) function
H A Dmpfr.h1159 #define mpfr_set_uj __gmpfr_set_uj macro
1168 __MPFR_DECLSPEC int mpfr_set_uj (mpfr_ptr, uintmax_t, mpfr_rnd_t);
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Dtarget-float.c1600 mpfr_set_uj (tmp.val, val, MPFR_RNDN);
/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Dtarget-float.c1603 mpfr_set_uj (tmp.val, val, MPFR_RNDN);

Completed in 199 milliseconds