Searched refs:mpfr_ceil (Results 1 – 10 of 10) sorted by relevance
| /netbsd/src/external/lgpl3/mpfr/dist/tests/ |
| D | ttrunc.c | 38 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()
|
| D | trint.c | 566 inexact = (trint ? mpfr_ceil (y, x) : in main()
|
| D | reuse.c | 598 test2a (mpfr_ceil, "mpfr_ceil", p); in main()
|
| /netbsd/src/external/lgpl3/mpfr/dist/src/ |
| D | rint.c | 331 #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()
|
| D | mpf2mpfr.h | 50 #define mpf_ceil mpfr_ceil
|
| D | mpfr.h | 668 __MPFR_DECLSPEC int mpfr_ceil (mpfr_ptr, mpfr_srcptr); 910 #define mpfr_ceil(a,b) mpfr_rint((a), (b), MPFR_RNDU) macro
|
| D | get_str.c | 2550 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/ |
| D | mpfr.info | 2532 -- 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.
|
| D | mpfr.texi | 3136 @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/ |
| D | ChangeLog | 18008 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.
|