Searched refs:mpfr_trunc (Results 1 - 11 of 11) sorted by relevance

/haiku-buildtools/gcc/mpfr/tests/
H A Dtget_sj.c245 mpfr_trunc (y, y); /* INTMAX_MAX */
250 mpfr_trunc (y, y);
254 mpfr_trunc (y, y); /* INTMAX_MAX */
262 mpfr_trunc (y, y);
269 mpfr_trunc (x, x);
H A Dttrunc.c1 /* Test file for mpfr_trunc, mpfr_ceil, mpfr_floor.
87 mpfr_trunc(z, x);
H A Dtrint.c1 /* Test file for mpfr_rint, mpfr_trunc, mpfr_floor, mpfr_ceil, mpfr_round.
344 inexact = (trint ? mpfr_trunc (y, x) :
H A Dtfmod.c61 mpfr_trunc (q, q); /* may change inexact flag */
H A Dreuse.c584 test2a (mpfr_trunc, "mpfr_trunc", p);
/haiku-buildtools/gcc/mpfr/src/
H A Drint.c310 #undef mpfr_trunc macro
313 mpfr_trunc (mpfr_ptr r, mpfr_srcptr u) function
377 mpfr_trunc (tmp, u);
H A Dmpf2mpfr.h74 #define mpf_trunc mpfr_trunc
H A Datan.c378 mpfr_trunc (tmp, tmp);
H A Dmpfr.h567 __MPFR_DECLSPEC int mpfr_trunc _MPFR_PROTO((mpfr_ptr, mpfr_srcptr));
768 #define mpfr_trunc(a,b) mpfr_rint((a), (b), MPFR_RNDZ) macro
/haiku-buildtools/gcc/gcc/fortran/
H A Darith.c168 mpfr_trunc (a, a);
225 mpfr_trunc (a, a);
232 mpfr_trunc (a, a);
H A Dsimplify.c917 mpfr_trunc (rtrunc->value.real, e->value.real);
943 mpfr_trunc (rtrunc->value.real, e->value.real);
2409 mpfr_trunc (exp, exp);
2932 mpfr_trunc (rtrunc->value.real, e->value.real);
2953 mpfr_trunc (rtrunc->value.real, e->value.real);
5660 mpfr_trunc (log2, log2);

Completed in 185 milliseconds