Searched refs:mpfr_rint_ceil (Results 1 – 9 of 9) sorted by relevance
/netbsd-src/external/lgpl3/mpfr/dist/src/ |
H A D | rint.c | 427 #undef mpfr_rint_ceil 430 mpfr_rint_ceil (mpfr_ptr r, mpfr_srcptr u, mpfr_rnd_t rnd_mode) in mpfr_rint_ceil() function
|
H A D | mpfr.h | 673 __MPFR_DECLSPEC int mpfr_rint_ceil (mpfr_ptr, mpfr_srcptr, mpfr_rnd_t);
|
/netbsd-src/external/lgpl3/mpfr/dist/tests/ |
H A D | trint.c | 478 #define TEST_FUNCTION mpfr_rint_ceil 567 mpfr_rint_ceil (y, x, MPFR_RNDU)); in main()
|
H A D | taway.c | 464 test2 (mpfr_rint_ceil, "mpfr_rint_ceil"); in main()
|
H A D | reuse.c | 663 test2 (mpfr_rint_ceil, "mpfr_rint_ceil", p, (mpfr_rnd_t) rnd); in main()
|
/netbsd-src/external/lgpl3/mpfr/dist/ |
H A D | NEWS | 393 mpfr_erangeflag_p, mpfr_rint_round, mpfr_rint_trunc, mpfr_rint_ceil,
|
H A D | ChangeLog | 35497 Added functions mpfr_rint_round, mpfr_rint_trunc, mpfr_rint_ceil,
|
/netbsd-src/external/lgpl3/mpfr/dist/doc/ |
H A D | mpfr.info | 2578 -- Function: int mpfr_rint_ceil (mpfr_t ROP, mpfr_t OP, mpfr_rnd_t RND) 2588 • ‘mpfr_rint_ceil’: to the next higher or equal integer; 5140 * mpfr_rint_ceil: Integer and Remainder Related Functions.
|
H A D | mpfr.texi | 3184 @deftypefun int mpfr_rint_ceil (mpfr_t @var{rop}, mpfr_t @var{op}, mpfr_rnd_t @var{rnd}) 3191 @item @code{mpfr_rint_ceil}: to the next higher or equal integer;
|