Home
last modified time | relevance | path

Searched refs:mpfr_ceil (Results 1 – 10 of 10) sorted by relevance

/netbsd/src/external/lgpl3/mpfr/dist/tests/
Dttrunc.c38 mpfr_ceil(y, x); in main()
47 mpfr_ceil(y, x); in main()
56 mpfr_ceil(y, x); in main()
84 mpfr_ceil(t, x); in main()
Dtrint.c566 inexact = (trint ? mpfr_ceil (y, x) : in main()
Dreuse.c598 test2a (mpfr_ceil, "mpfr_ceil", p); in main()
/netbsd/src/external/lgpl3/mpfr/dist/src/
Drint.c331 #undef mpfr_ceil
334 mpfr_ceil (mpfr_ptr r, mpfr_srcptr u) in mpfr_ceil() function
443 MPFR_BLOCK (flags, mpfr_ceil (tmp, u)); in mpfr_rint_ceil()
Dmpf2mpfr.h50 #define mpf_ceil mpfr_ceil
Dmpfr.h668 __MPFR_DECLSPEC int mpfr_ceil (mpfr_ptr, mpfr_srcptr);
910 #define mpfr_ceil(a,b) mpfr_rint((a), (b), MPFR_RNDU) macro
Dget_str.c2550 mpfr_ceil (d, d); in mpfr_get_str_ndigits()
2551 mpfr_ceil (u, u); in mpfr_get_str_ndigits()
/netbsd/src/external/lgpl3/mpfr/dist/doc/
Dmpfr.info2532 -- Function: int mpfr_ceil (mpfr_t ROP, mpfr_t OP)
2541 • ‘mpfr_ceil’: to the next higher or equal representable integer
4709 * mpfr_ceil: Integer and Remainder Related Functions.
Dmpfr.texi3136 @deftypefunx int mpfr_ceil (mpfr_t @var{rop}, mpfr_t @var{op})
3146 @item @code{mpfr_ceil}: to the next higher or equal representable integer
/netbsd/src/external/lgpl3/mpfr/dist/
DChangeLog18008 mpfr_ceil, mpfr_floor, mpfr_round, mpfr_trunc functions.
39599 Update concerning mpfr_round_prec, mpfr_rint, mpfr_ceil, mpfr_floor,
39602 Tests added (mpfr_trunc, mpfr_floor, mpfr_ceil, mpfr_round).
39604 mpfr_rint, mpfr_trunc, mpfr_floor, mpfr_ceil, mpfr_round rewritten.
39674 Note concerning mpfr_trunc, mpfr_floor and mpfr_ceil.