HomeSort by: relevance | last modified time | path
    Searched refs:mpfr_round_p (Results 1 - 9 of 9) sorted by relevancy

  /src/external/lgpl3/mpfr/dist/src/
round_p.c 0 /* mpfr_round_p -- check if an approximation is roundable.
29 mpfr_round_p (mp_limb_t *bp, mp_size_t bn, mpfr_exp_t err0, mpfr_prec_t prec) function
48 fprintf (stderr, "mpfr_round_p(%d) != mpfr_can_round(%d)!\n"
59 # define mpfr_round_p mpfr_round_p_2 macro
69 mpfr_round_p (mp_limb_t *bp, mp_size_t bn, mpfr_exp_t err0, mpfr_prec_t prec) function
round_near_x.c 174 || mpfr_round_p (MPFR_MANT (v), MPFR_LIMB_SIZE (v),
rec_sqrt.c 547 if (MPFR_LIKELY (mpfr_round_p (x, wn, wp - (wp < up),
strtofr.c 884 if (exact || mpfr_round_p (result, ysize, ysize_bits - err - 1,
mpfr-impl.h 1950 (!MPFR_IS_SINGULAR (b) && mpfr_round_p (MPFR_MANT (b), MPFR_LIMB_SIZE (b), \
2481 __MPFR_DECLSPEC int mpfr_round_p (mp_limb_t *, mp_size_t, mpfr_exp_t,
div.c 984 if (MPFR_LIKELY (mpfr_round_p (qp, n, p,
mul.c 1059 if (MPFR_UNLIKELY (!mpfr_round_p (tmp, tn, p + b1 - 1,
get_str.c 121 if (exact || mpfr_round_p (r, n, n * GMP_NUMB_BITS - e,
  /src/external/lgpl3/mpfr/dist/tests/
tcan_round.c 1 /* Test file for mpfr_can_round and mpfr_round_p.
113 r1 = mpfr_round_p (buf, n, err, p);
118 printf ("mpfr_round_p(%d) != mpfr_can_round(%d,RNDZ)!\n"
215 b2 = !!mpfr_round_p (MPFR_MANT(x), MPFR_LIMB_SIZE(x), i+1, prec);
220 printf ("mpfr_can_round gave %d, mpfr_round_p gave %d\n", b, b2);

Completed in 39 milliseconds