Home
last modified time | relevance | path

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

/netbsd-src/external/lgpl3/mpfr/dist/tests/
H A 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()
H A Dttrunc.c81 mpfr_trunc(z, x); in main()
H A Dtfmod.c56 mpfr_trunc (q, q); /* may change inexact flag */ in slow_fmod()
H A Dtrint.c563 inexact = (trint ? mpfr_trunc (y, x) : in main()
H A Dreuse.c600 test2a (mpfr_trunc, "mpfr_trunc", p); in main()
/netbsd-src/external/lgpl3/mpfr/dist/src/
H A 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()
H A Dmpf2mpfr.h85 #define mpf_trunc mpfr_trunc
H A Datan.c465 mpfr_trunc (tmp, tmp); in mpfr_atan()
H A 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/gpl3/gcc.old/dist/gcc/fortran/
H A Darith.c175 mpfr_trunc (a, a); in gfc_arith_init_1()
232 mpfr_trunc (a, a); in gfc_arith_init_1()
239 mpfr_trunc (a, a); in gfc_arith_init_1()
H A Dsimplify.c955 mpfr_trunc (rtrunc->value.real, e->value.real); in gfc_simplify_aint()
981 mpfr_trunc (rtrunc->value.real, e->value.real); in gfc_simplify_dint()
3624 mpfr_trunc (rtrunc->value.real, e->value.real); in gfc_simplify_ifix()
3645 mpfr_trunc (rtrunc->value.real, e->value.real); in gfc_simplify_idint()
/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/
H A Darith.cc174 mpfr_trunc (a, a); in gfc_arith_init_1()
231 mpfr_trunc (a, a); in gfc_arith_init_1()
238 mpfr_trunc (a, a); in gfc_arith_init_1()
H A Dsimplify.cc987 mpfr_trunc (rtrunc->value.real, e->value.real); in gfc_simplify_aint()
1013 mpfr_trunc (rtrunc->value.real, e->value.real); in gfc_simplify_dint()
3657 mpfr_trunc (rtrunc->value.real, e->value.real); in gfc_simplify_ifix()
3678 mpfr_trunc (rtrunc->value.real, e->value.real); in gfc_simplify_idint()
/netbsd-src/external/lgpl3/mpfr/dist/doc/
H A 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.
H A 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/
H A 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.