Home | History | Annotate | Download | only in include

Lines Matching defs:mpfr_floor

506 __MPFR_DECLSPEC int mpfr_floor _MPFR_PROTO((mpfr_ptr, mpfr_srcptr));
709 #define mpfr_floor(a,b) mpfr_rint((a), (b), GMP_RNDD)