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

  /src/external/lgpl3/mpfr/dist/src/
isinteger.c 0 /* mpfr_integer_p -- test if a mpfr variable is integer.
27 mpfr_integer_p (mpfr_srcptr x) function
beta.c 80 else if (MPFR_IS_ZERO(w) || MPFR_IS_INF(w) || mpfr_integer_p (w))
108 if (mpfr_cmp_ui (z, 0) <= 0 || !mpfr_integer_p (z))
142 if (mpfr_integer_p (w))
181 w_integer = mpfr_integer_p (w);
185 if (MPFR_IS_NEG(z) || mpfr_cmpabs (z, w) > 0 || !mpfr_integer_p (z))
214 if (mpfr_integer_p (z) && MPFR_IS_NEG(z))
254 && mpfr_integer_p (z_plus_w))
rint.c 357 if (MPFR_UNLIKELY( MPFR_IS_SINGULAR(u) ) || mpfr_integer_p (u))
383 if (MPFR_UNLIKELY( MPFR_IS_SINGULAR(u) ) || mpfr_integer_p (u))
409 if (MPFR_UNLIKELY( MPFR_IS_SINGULAR(u) ) || mpfr_integer_p (u))
432 if (MPFR_UNLIKELY( MPFR_IS_SINGULAR(u) ) || mpfr_integer_p (u))
458 if (MPFR_UNLIKELY( MPFR_IS_SINGULAR(u) ) || mpfr_integer_p (u))
cosu.c 183 if (inexact == 0 && mpfr_integer_p (t))
213 if (inexact == 0 && mpfr_integer_p (t))
sinu.c 164 if (inexact == 0 && mpfr_integer_p (t))
197 if (inexact == 0 && mpfr_integer_p (t))
log10.c 130 && mpfr_integer_p (t) && mpfr_fits_ulong_p (t, MPFR_RNDN)
frac.c 27 /* Optimization note: it is not a good idea to call mpfr_integer_p,
49 else if (MPFR_UNLIKELY(MPFR_IS_INF(u) || mpfr_integer_p (u)))
tanu.c 180 if (inexact == 0 && mpfr_integer_p (t))
digamma.c 146 inex = mpfr_integer_p (u);
376 if (MPFR_IS_NEG(x) && mpfr_integer_p (x))
gamma_inc.c 183 if (mpfr_integer_p (a) && MPFR_SIGN(a) < 0)
362 MPFR_ASSERTD(mpfr_integer_p (a));
pow.c 46 MPFR_ASSERTD (!mpfr_integer_p (y));
494 y_is_integer = mpfr_integer_p (y);
gamma.c 248 is_integer = mpfr_integer_p (x);
mpf2mpfr.h 73 #define mpf_integer_p mpfr_integer_p
lngamma.c 732 (MPFR_IS_NEG (x) && mpfr_integer_p (x))))
792 if (mpfr_integer_p (x))
zeta.c 518 if (mpfr_integer_p (tmp))
mpfr.h 703 __MPFR_DECLSPEC int mpfr_integer_p (mpfr_srcptr);
  /src/external/lgpl3/mpc/dist/src/
log10.c 104 if (!ok && !check_exact && mpfr_integer_p (mpc_realref (op)) &&
105 mpfr_integer_p (mpc_imagref (op))) {
pow.c 590 if (y_real && (mpfr_integer_p (mpc_realref(y)) ||
615 if (mpfr_cmp_si (mpc_realref(x), -1) == 0 && mpfr_integer_p (mpc_realref(y)))
633 mpfr_integer_p (mpc_realref(y)))
642 mpfr_integer_p (mpc_realref(y)) && is_odd (mpc_realref(y), 0) == 0)
  /src/external/lgpl3/mpfr/dist/tests/
tpow_all.c 130 return mpfr_integer_p (x) && mpfr_fits_slong_p (x, MPFR_RNDN) &&
161 if (MPFR_IS_POS (y) && mpfr_integer_p (y) &&
177 if (MPFR_IS_POS (x) && mpfr_integer_p (x) &&
196 (mpfr_integer_p (y) && MPFR_GET_EXP (y) < 256))
287 if (MPFR_IS_POS (x) && mpfr_integer_p (x) &&
398 (mpfr_mul_2ui (tmp, z, 16, MPFR_RNDN), mpfr_integer_p (tmp));
418 if (! (MPFR_IS_INF (y) || mpfr_integer_p (y)) &&
421 if ((MPFR_IS_INF (y) || (mpfr_integer_p (y) && ! is_odd (y)))
432 MPFR_IS_FP (y) && ! mpfr_integer_p (y) &&
trint.c 630 if (!mpfr_integer_p (y))
645 if (!mpfr_integer_p (y))
tdiv.c 64 if (mpfr_integer_p (b) && ! (MPFR_IS_ZERO (b) && MPFR_IS_NEG (b)))
96 if (mpfr_integer_p (c) && ! (MPFR_IS_ZERO (c) && MPFR_IS_NEG (c)))
tpow.c 930 if (mpfr_integer_p (t[j]))
1014 if (mpfr_integer_p (t[i]) && MPFR_IS_POS (t[i]))
1567 * pow.c:43: assertion failed: !mpfr_integer_p (y)
tgamma.c 900 if (mpfr_integer_p (x) && mpfr_cmp_si (x, 2) <= 0)

Completed in 64 milliseconds