Home | History | Annotate | Download | only in include

Lines Matching defs:mpfr_ceil

505 __MPFR_DECLSPEC int mpfr_ceil _MPFR_PROTO((mpfr_ptr, mpfr_srcptr));
708 #define mpfr_ceil(a,b) mpfr_rint((a), (b), GMP_RNDU)