Home | History | Annotate | Download | only in include

Lines Matching full:mpfr_set

283   mpfr_set _MPFR_PROTO ((mpfr_ptr, mpfr_srcptr, mpfr_rnd_t));
713 #define mpfr_set(a,b,r) mpfr_set4(a,b,r,MPFR_SIGN(b))
815 ( mpfr_init(x), mpfr_set((x), (y), (rnd)) )