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

  /src/external/lgpl3/mpfr/dist/src/
sgn.c 39 return MPFR_INT_SIGN (a);
stack_interface.c 97 return (int) MPFR_REGULAR_KIND * MPFR_INT_SIGN (x);
99 return (int) MPFR_INF_KIND * MPFR_INT_SIGN (x);
103 return (int) MPFR_ZERO_KIND * MPFR_INT_SIGN (x);
cmp_si.c 42 return MPFR_INT_SIGN(b);
50 return MPFR_INT_SIGN (b);
div_ui.c 256 inexact = - MPFR_INT_SIGN (y); /* result is inexact */
261 inexact = MPFR_INT_SIGN (y);
270 inexact = - MPFR_INT_SIGN (y);
275 inexact = MPFR_INT_SIGN (y);
282 inexact = MPFR_INT_SIGN (y);
287 inexact = - MPFR_INT_SIGN (y);
subnormal.c 149 if (SAME_SIGN (inexact, MPFR_INT_SIGN (y)))
168 if (!SAME_SIGN (inexact, MPFR_INT_SIGN (y)))
cmp_ui.c 44 return MPFR_INT_SIGN (b);
frexp.c 76 inex2 = mpfr_set_si_2exp (y, MPFR_INT_SIGN (x), -1, rnd);
erf.c 48 return mpfr_set_si (y, MPFR_INT_SIGN (x), MPFR_RNDN);
128 inex = MPFR_INT_SIGN (x);
133 inex = -MPFR_INT_SIGN (x);
sub1.c 165 inexact = MPFR_INT_SIGN (a);
187 MPFR_LIKELY (inexact != MPFR_EVEN_INEX * MPFR_INT_SIGN (a)))
206 inexact = - MPFR_INT_SIGN (a);
216 (inexact * MPFR_INT_SIGN (a) >= 0 && mpfr_powerof2_raw (a))))
748 MPFR_RET (inexact * MPFR_INT_SIGN (a));
tanh.c 50 return mpfr_set_si (y, MPFR_INT_SIGN (xt), rnd_mode);
pow_si.c 144 return SET_S_2EXP (y, n % 2 ? MPFR_INT_SIGN (x) : 1, expy, rnd);
pow.c 47 MPFR_ASSERTD (mpfr_cmp_si_2exp (x, MPFR_INT_SIGN (x),
435 cmp = mpfr_cmpabs (x, __gmpfr_one) * MPFR_INT_SIGN (y);
pow_z.c 236 mpfr_set_si (y, mpz_odd_p (z) ? MPFR_INT_SIGN(x) : 1, rnd);
rint.c 65 sign = MPFR_INT_SIGN (u);
add1sp.c 1095 MPFR_RET (inexact * MPFR_INT_SIGN (a));
lngamma.c 783 *signp = MPFR_INT_SIGN (x);
mpfr-impl.h 1160 #define MPFR_INT_SIGN(x) MPFR_FROM_SIGN_TO_INT(MPFR_SIGN(x))
sub1sp.c 1974 MPFR_RET (inexact * MPFR_INT_SIGN (a));
  /src/external/lgpl3/mpfr/dist/tests/
mpfr-test.h 164 (mpfr_equal_p ((X), (Y)) && MPFR_INT_SIGN (X) == MPFR_INT_SIGN (Y)))

Completed in 36 milliseconds