Home
last modified time | relevance | path

Searched refs:mpfr_fits_intmax_p (Results 1 – 7 of 7) sorted by relevance

/netbsd-src/external/lgpl3/mpfr/dist/tests/
H A Dtfits.c88 FTEST (N, NOT, mpfr_fits_intmax_p); \
246 CHECK_LIM (30, INTMAX_MAX, mpfr_set_sj, mpfr_fits_intmax_p); in main()
247 CHECK_LIM (35, INTMAX_MIN, mpfr_set_sj, mpfr_fits_intmax_p); in main()
261 FTEST (81, !, mpfr_fits_intmax_p); in main()
/netbsd-src/external/lgpl3/mpfr/dist/src/
H A Dfits_intmax.c30 mpfr_fits_intmax_p (mpfr_srcptr f, mpfr_rnd_t rnd) in mpfr_fits_intmax_p() function
H A Dget_sj.c36 if (MPFR_UNLIKELY (!mpfr_fits_intmax_p (f, rnd))) in mpfr_get_sj()
H A Dmpfr.h694 __MPFR_DECLSPEC int mpfr_fits_intmax_p (mpfr_srcptr, mpfr_rnd_t);
/netbsd-src/external/lgpl3/mpfr/dist/
H A DNEWS392 mpfr_fits_intmax_p, mpfr_fits_uintmax_p, mpfr_clear_erangeflag,
/netbsd-src/external/lgpl3/mpfr/dist/doc/
H A Dmpfr.info1325mpfr_fits_intmax_p’ and ‘mpfr_fits_uintmax_p’.
1473 -- Function: int mpfr_fits_intmax_p (mpfr_t OP, mpfr_rnd_t RND)
4854 * mpfr_fits_intmax_p: Conversion Functions.
H A Dmpfr.texi1772 @code{mpfr_fits_intmax_p} and @code{mpfr_fits_uintmax_p}.
1943 @deftypefunx int mpfr_fits_intmax_p (mpfr_t @var{op}, mpfr_rnd_t @var{rnd})