Searched refs:mpfr_fits_intmax_p (Results 1 – 7 of 7) sorted by relevance
/netbsd-src/external/lgpl3/mpfr/dist/tests/ |
H A D | tfits.c | 88 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 D | fits_intmax.c | 30 mpfr_fits_intmax_p (mpfr_srcptr f, mpfr_rnd_t rnd) in mpfr_fits_intmax_p() function
|
H A D | get_sj.c | 36 if (MPFR_UNLIKELY (!mpfr_fits_intmax_p (f, rnd))) in mpfr_get_sj()
|
H A D | mpfr.h | 694 __MPFR_DECLSPEC int mpfr_fits_intmax_p (mpfr_srcptr, mpfr_rnd_t);
|
/netbsd-src/external/lgpl3/mpfr/dist/ |
H A D | NEWS | 392 mpfr_fits_intmax_p, mpfr_fits_uintmax_p, mpfr_clear_erangeflag,
|
/netbsd-src/external/lgpl3/mpfr/dist/doc/ |
H A D | mpfr.info | 1325 ‘mpfr_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 D | mpfr.texi | 1772 @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})
|