Home
last modified time | relevance | path

Searched refs:mpfr_floor (Results 1 – 5 of 5) sorted by relevance

/dragonfly/contrib/mpfr/src/
H A Drint.c326 #undef mpfr_floor
329 mpfr_floor (mpfr_ptr r, mpfr_srcptr u) in mpfr_floor() function
429 MPFR_BLOCK (flags, mpfr_floor (tmp, u)); in mpfr_rint_floor()
H A Dmpf2mpfr.h58 #define mpf_floor mpfr_floor
H A Dmpfr.h569 __MPFR_DECLSPEC int mpfr_floor _MPFR_PROTO((mpfr_ptr, mpfr_srcptr));
770 #define mpfr_floor(a,b) mpfr_rint((a), (b), MPFR_RNDD) macro
H A Dstrtofr.c136 mpfr_floor (y, x);
/dragonfly/contrib/mpfr/doc/
H A Dmpfr.info2045 -- Function: int mpfr_floor (mpfr_t ROP, mpfr_t OP)
2051 integer, `mpfr_floor' to the next lower or equal representable
3837 * mpfr_floor: Integer Related Functions.