Home | History | Annotate | Download | only in include

Lines Matching defs:mpfr_round

503 __MPFR_DECLSPEC int mpfr_round _MPFR_PROTO((mpfr_ptr, mpfr_srcptr));
706 #define mpfr_round(a,b) mpfr_rint((a), (b), GMP_RNDNA)