Searched refs:mpfr_trunc (Results 1 – 12 of 12) sorted by relevance
| /netbsd/src/external/lgpl3/mpfr/dist/tests/ |
| D | tget_sj.c | 363 mpfr_trunc (y, y); /* INTMAX_MAX */ in main() 368 mpfr_trunc (y, y); in main() 372 mpfr_trunc (y, y); /* INTMAX_MAX */ in main() 380 mpfr_trunc (y, y); in main() 387 mpfr_trunc (x, x); in main()
|
| D | ttrunc.c | 81 mpfr_trunc(z, x); in main()
|
| D | tfmod.c | 56 mpfr_trunc (q, q); /* may change inexact flag */ in slow_fmod()
|
| D | trint.c | 563 inexact = (trint ? mpfr_trunc (y, x) : in main()
|
| D | reuse.c | 600 test2a (mpfr_trunc, "mpfr_trunc", p); in main()
|
| /netbsd/src/external/lgpl3/mpfr/dist/src/ |
| D | rint.c | 323 #undef mpfr_trunc 326 mpfr_trunc (mpfr_ptr r, mpfr_srcptr u) in mpfr_trunc() function 419 mpfr_trunc (tmp, u); in mpfr_rint_trunc()
|
| D | mpf2mpfr.h | 85 #define mpf_trunc mpfr_trunc
|
| D | atan.c | 465 mpfr_trunc (tmp, tmp); in mpfr_atan()
|
| D | mpfr.h | 667 __MPFR_DECLSPEC int mpfr_trunc (mpfr_ptr, mpfr_srcptr); 909 #define mpfr_trunc(a,b) mpfr_rint((a), (b), MPFR_RNDZ) macro
|
| /netbsd/src/external/lgpl3/mpfr/dist/doc/ |
| D | mpfr.info | 2536 -- Function: int mpfr_trunc (mpfr_t ROP, mpfr_t OP) 2551 • ‘mpfr_trunc’ to the next representable integer toward zero 2627 ‘mpfr_trunc(IOP, OP, RND)’ and ‘mpfr_frac(FOP, OP, RND)’). The 5306 * mpfr_trunc: Integer and Remainder Related Functions.
|
| D | mpfr.texi | 3140 @deftypefunx int mpfr_trunc (mpfr_t @var{rop}, mpfr_t @var{op}) 3156 @item @code{mpfr_trunc} to the next representable integer toward zero 3233 @code{mpfr_trunc(@var{iop}, @var{op}, @var{rnd})} and
|
| /netbsd/src/external/lgpl3/mpfr/dist/ |
| D | ChangeLog | 18008 mpfr_ceil, mpfr_floor, mpfr_round, mpfr_trunc functions. 38685 Optimization: mpfr_trunc no longer used! 39600 mpfr_round and mpfr_trunc. 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.
|