Home | History | Annotate | Download | only in include

Lines Matching full:mpfr_set_ui

266   mpfr_set_ui _MPFR_PROTO ((mpfr_ptr, unsigned long, mpfr_rnd_t));
746 #undef mpfr_set_ui
747 #define mpfr_set_ui(_f,_u,_r) \
759 mpfr_set_ui ((_f), (_s), (_r)) : \
805 ( mpfr_init(x), mpfr_set_ui((x), (i), (rnd)) )