Home
last modified time | relevance | path

Searched refs:mpf_fits_sint_p (Results 1 – 3 of 3) sorted by relevance

/dragonfly/contrib/gmp/mpf/
H A Dfits_sint.c21 #define FUNCTION mpf_fits_sint_p
/dragonfly/contrib/mpfr/src/
H A Dmpf2mpfr.h99 #undef mpf_fits_sint_p
100 #define mpf_fits_sint_p(x) mpfr_fits_uint_p(x,MPFR_DEFAULT_RND) macro
/dragonfly/gnu/usr.bin/gmp/
H A Dgmp.h1341 #define mpf_fits_sint_p __gmpf_fits_sint_p macro
1342 __GMP_DECLSPEC int mpf_fits_sint_p __GMP_PROTO ((mpf_srcptr)) __GMP_NOTHROW __GMP_ATTRIBUTE_PURE;