Home | History | Annotate | Download | only in include

Lines Matching defs:mpfr_set_ui

372   mpfr_set_ui _MPFR_PROTO ((mpfr_ptr, unsigned long, mpfr_rnd_t));
809 mpfr_set_ui (x, "foo", MPFR_RNDN);
829 #undef mpfr_set_ui
830 #define mpfr_set_ui(_f,_u,_r) \
842 mpfr_set_ui ((_f), (mpfr_ulong) (mpfr_long) (_s), (_r)) : \
890 ( mpfr_init(x), mpfr_set_ui((x), (i), (rnd)) )