Home
last modified time | relevance | path

Searched refs:mpfr_trunc (Results 1 – 12 of 12) sorted by relevance

/netbsd/src/external/lgpl3/mpfr/dist/tests/
Dtget_sj.c363 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()
Dttrunc.c81 mpfr_trunc(z, x); in main()
Dtfmod.c56 mpfr_trunc (q, q); /* may change inexact flag */ in slow_fmod()
Dtrint.c563 inexact = (trint ? mpfr_trunc (y, x) : in main()
Dreuse.c600 test2a (mpfr_trunc, "mpfr_trunc", p); in main()
/netbsd/src/external/lgpl3/mpfr/dist/src/
Drint.c323 #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()
Dmpf2mpfr.h85 #define mpf_trunc mpfr_trunc
Datan.c465 mpfr_trunc (tmp, tmp); in mpfr_atan()
Dmpfr.h667 __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/
Dmpfr.info2536 -- Function: int mpfr_trunc (mpfr_t ROP, mpfr_t OP)
2551 • ‘mpfr_trunc’ to the next representable integer toward zero
2627mpfr_trunc(IOP, OP, RND)’ and ‘mpfr_frac(FOP, OP, RND)’). The
5306 * mpfr_trunc: Integer and Remainder Related Functions.
Dmpfr.texi3140 @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/
DChangeLog18008 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.