/netbsd-src/external/lgpl3/mpfr/dist/tests/ |
H A 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()
|
H A D | ttrunc.c | 81 mpfr_trunc(z, x); in main()
|
H A D | tfmod.c | 56 mpfr_trunc (q, q); /* may change inexact flag */ in slow_fmod()
|
H A D | trint.c | 563 inexact = (trint ? mpfr_trunc (y, x) : in main()
|
H A D | reuse.c | 600 test2a (mpfr_trunc, "mpfr_trunc", p); in main()
|
/netbsd-src/external/lgpl3/mpfr/dist/src/ |
H A 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()
|
H A D | mpf2mpfr.h | 85 #define mpf_trunc mpfr_trunc
|
H A D | atan.c | 465 mpfr_trunc (tmp, tmp); in mpfr_atan()
|
H A 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/gpl3/gcc.old/dist/gcc/fortran/ |
H A D | arith.c | 175 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 D | simplify.c | 955 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 D | arith.cc | 174 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 D | simplify.cc | 987 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 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.
|
H A 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/ |
H A 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.
|