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

  /src/external/lgpl3/mpfr/dist/src/
sinh.c 98 if (MPFR_OVERFLOW (flags))
106 if (MPFR_OVERFLOW (flags))
110 inexact = mpfr_overflow (y, rnd_mode, MPFR_SIGN (xt));
121 if (MPFR_OVERFLOW (flags))
123 inexact = mpfr_overflow (y, rnd_mode, MPFR_SIGN (xt));
130 if (MPFR_OVERFLOW (flags))
132 inexact = mpfr_overflow (y, rnd_mode, MPFR_SIGN (xt));
frexp.c 64 if (MPFR_UNLIKELY (MPFR_OVERFLOW (flags)))
gen_inverse.h 79 if (MPFR_OVERFLOW (flags))
pow_si.c 208 if (MPFR_UNLIKELY (MPFR_OVERFLOW (flags)))
217 if (MPFR_UNLIKELY (MPFR_OVERFLOW (flags)))
224 return mpfr_overflow (y, rnd, abs_n & 1 ?
pow_ui.c 140 || MPFR_OVERFLOW (flags) || MPFR_UNDERFLOW (flags)
149 if (MPFR_UNLIKELY (MPFR_OVERFLOW (flags) || MPFR_UNDERFLOW (flags)))
cosh.c 97 if (MPFR_OVERFLOW (flags))
100 inexact = mpfr_overflow (y, rnd_mode, MPFR_SIGN_POS);
pow_z.c 96 || MPFR_OVERFLOW (flags) || MPFR_UNDERFLOW (flags)
106 if (MPFR_OVERFLOW (flags))
109 inexact = mpfr_overflow (y, rnd, mpz_odd_p (absz) ?
255 inexact = mpfr_overflow (y, rnd, MPFR_SIGN (y));
303 if (MPFR_UNLIKELY (MPFR_OVERFLOW (flags)))
312 if (MPFR_UNLIKELY (MPFR_OVERFLOW (flags)))
319 return mpfr_overflow (y, rnd,
rint.c 294 return mpfr_overflow (r, rnd_mode, sign) >= 0 ?
370 inex = (MPFR_OVERFLOW (flags)
371 ? mpfr_overflow (r, rnd_mode, MPFR_SIGN (u))
396 inex = (MPFR_OVERFLOW (flags)
397 ? mpfr_overflow (r, rnd_mode, MPFR_SIGN (u))
445 inex = (MPFR_OVERFLOW (flags)
446 ? mpfr_overflow (r, rnd_mode, MPFR_SIGN_POS)
471 inex = (MPFR_OVERFLOW (flags)
472 ? mpfr_overflow (r, rnd_mode, MPFR_SIGN_NEG)
agm.c 137 if (MPFR_UNLIKELY (MPFR_OVERFLOW (flags) || MPFR_UNDERFLOW (flags)))
146 if (MPFR_OVERFLOW (flags))
263 if (MPFR_UNLIKELY (MPFR_OVERFLOW (flags2)))
acosh.c 96 if (MPFR_OVERFLOW (flags))
exp10m1.c 117 if (MPFR_OVERFLOW (flags)) /* overflow case */
119 inexact = mpfr_overflow (y, rnd_mode, MPFR_SIGN_POS);
exp2m1.c 122 if (MPFR_OVERFLOW (flags)) /* overflow case */
124 inexact = mpfr_overflow (y, rnd_mode, MPFR_SIGN_POS);
expm1.c 136 if (MPFR_OVERFLOW (flags)) /* overflow case */
138 inexact = mpfr_overflow (y, rnd_mode, MPFR_SIGN_POS);
sinh_cosh.c 106 if (MPFR_OVERFLOW (flags))
110 inexact_ch = mpfr_overflow (ch, rnd_mode, MPFR_SIGN_POS);
hypot.c 128 return mpfr_overflow (z, rnd_mode, 1);
213 if (MPFR_OVERFLOW (flags))
gamma.c 232 else if (MPFR_UNLIKELY (MPFR_OVERFLOW (flags)))
317 return MPFR_OVERFLOW (flags) || expxp > __gmpfr_emax ?
318 mpfr_overflow (gamma, rnd_mode, 1) :
gmp_op.c 332 MPFR_ASSERTN (! (MPFR_OVERFLOW (flags) || MPFR_UNDERFLOW (flags)));
427 MPFR_ASSERTN (! (MPFR_OVERFLOW (flags) || MPFR_UNDERFLOW (flags)));
exp3.c 263 if (MPFR_UNLIKELY (MPFR_OVERFLOW (flags)))
266 inexact = mpfr_overflow (y, rnd_mode, 1);
jn.c 304 MPFR_OVERFLOW (flags))))
gamma_inc.c 290 MPFR_ASSERTN (!MPFR_OVERFLOW (flags)); /* FIXME: support overflow */
pow.c 240 if (MPFR_OVERFLOW (flags2))
245 inexact = mpfr_overflow (z, rnd_mode, MPFR_SIGN_POS);
558 return mpfr_overflow (z, rnd_mode, negative ? -1 : 1);
yn.c 288 if (MPFR_OVERFLOW (flags))
292 return mpfr_overflow (res, r, -1);
lngamma.c 77 if (MPFR_UNLIKELY (MPFR_OVERFLOW (flags1)))
82 return mpfr_overflow (y, rnd, sign);
222 inexact = mpfr_overflow (y, rnd, 1);
mpfr-impl.h 450 #define MPFR_OVERFLOW(_flags) MPFR_BLOCK_TEST (_flags, MPFR_FLAGS_OVERFLOW)
2393 mpfr_overflow (mpfr_ptr, mpfr_rnd_t, int);

Completed in 56 milliseconds