Home
last modified time | relevance | path

Searched defs:mpfr_round (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/lgpl3/mpfr/dist/src/
H A Drint.c318 mpfr_round (mpfr_ptr r, mpfr_srcptr u) in mpfr_round() function
H A Dmpfr.h908 #define mpfr_round(a,b) mpfr_rint((a), (b), MPFR_RNDNA) macro