HomeSort by: relevance | last modified time | path
    Searched refs:MPFR_SIGN_POS (Results 1 - 25 of 35) sorted by relevancy

1 2

  /src/external/lgpl3/mpfr/dist/src/
setsign.c 30 return mpfr_set4 (z, x, rnd_mode, s ? MPFR_SIGN_NEG : MPFR_SIGN_POS);
33 MPFR_SET_SIGN (z, s ? MPFR_SIGN_NEG : MPFR_SIGN_POS);
constant.c 26 const mpfr_t __gmpfr_one = {{2, MPFR_SIGN_POS, 1, (mp_limb_t*)__gmpfr_limb1}};
27 const mpfr_t __gmpfr_two = {{2, MPFR_SIGN_POS, 2, (mp_limb_t*)__gmpfr_limb1}};
28 const mpfr_t __gmpfr_four ={{2, MPFR_SIGN_POS, 3, (mp_limb_t*)__gmpfr_limb1}};
49 {{64, MPFR_SIGN_POS, 0, (mp_limb_t*)mpfr_l2_dd__tab}};
69 {{64, MPFR_SIGN_POS, 0, (mp_limb_t*)mpfr_l2_du__tab}};
set_uj.c 58 return mpfr_overflow (x, rnd, MPFR_SIGN_POS);
110 MPFR_RNDRAW (inex, x, yp, uintmax_bit_size, rnd, MPFR_SIGN_POS, e++);
125 return mpfr_underflow (x, rnd, MPFR_SIGN_POS);
128 return mpfr_overflow (x, rnd, MPFR_SIGN_POS);
130 MPFR_SET_SIGN (x, MPFR_SIGN_POS);
sqr.c 61 MPFR_SIGN(a) = MPFR_SIGN_POS;
65 return mpfr_overflow (a, rnd_mode, MPFR_SIGN_POS);
92 return mpfr_underflow (a, rnd_mode, MPFR_SIGN_POS);
114 MPFR_RET(-MPFR_SIGN_POS);
124 return mpfr_overflow (a, rnd_mode, MPFR_SIGN_POS);
129 MPFR_RET(MPFR_SIGN_POS);
155 MPFR_SIGN(a) = MPFR_SIGN_POS;
159 return mpfr_overflow (a, rnd_mode, MPFR_SIGN_POS);
188 return mpfr_underflow (a, rnd_mode, MPFR_SIGN_POS);
210 MPFR_RET(-MPFR_SIGN_POS);
    [all...]
check.c 43 if (MPFR_SIGN(x) != MPFR_SIGN_POS &&
add.c 73 MPFR_SIGN_NEG : MPFR_SIGN_POS) :
75 MPFR_SIGN_POS : MPFR_SIGN_NEG)));
set_si_2exp.c 65 MPFR_SET_SIGN (x, i < 0 ? MPFR_SIGN_NEG : MPFR_SIGN_POS);
stack_interface.c 73 s = MPFR_SIGN_POS;
pow_si.c 225 MPFR_SIGN (x) : MPFR_SIGN_POS);
258 MPFR_SIGN (x) : MPFR_SIGN_POS);
cosh.c 100 inexact = mpfr_overflow (y, rnd_mode, MPFR_SIGN_POS);
pow_z.c 110 MPFR_SIGN (x) : MPFR_SIGN_POS);
144 MPFR_SIGN (x) : MPFR_SIGN_POS);
321 MPFR_SIGN_POS);
354 MPFR_SIGN (x) : MPFR_SIGN_POS);
exp10m1.c 119 inexact = mpfr_overflow (y, rnd_mode, MPFR_SIGN_POS);
exp2m1.c 124 inexact = mpfr_overflow (y, rnd_mode, MPFR_SIGN_POS);
expm1.c 138 inexact = mpfr_overflow (y, rnd_mode, MPFR_SIGN_POS);
log.c 141 MPFR_ALIAS (scaled_a, a, MPFR_SIGN_POS, (p + 3) / 2); /* s=a*2^m */
round_p.c 44 i2 = mpfr_can_round_raw (bp, bn, MPFR_SIGN_POS, err0,
set_float128.c 128 MPFR_SET_SIGN (t, neg ? MPFR_SIGN_NEG : MPFR_SIGN_POS);
sinh_cosh.c 110 inexact_ch = mpfr_overflow (ch, rnd_mode, MPFR_SIGN_POS);
fma.c 81 MPFR_SIGN_NEG : MPFR_SIGN_POS) :
83 MPFR_SIGN_POS : MPFR_SIGN_NEG)));
hypot.c 123 MPFR_SET_SIGN (z, MPFR_SIGN_POS);
set.c 86 return mpfr_set4 (a, b, rnd_mode, MPFR_SIGN_POS);
set_z_2exp.c 44 MPFR_ASSERTD (sign_z == MPFR_SIGN_POS || sign_z == MPFR_SIGN_NEG);
pow.c 225 : rnd_mode, MPFR_SIGN_POS);
245 inexact = mpfr_overflow (z, rnd_mode, MPFR_SIGN_POS);
  /src/external/lgpl3/mpfr/dist/tests/
tcan_round.c 114 r2 = mpfr_can_round_raw (buf, n, MPFR_SIGN_POS, err,
125 r1 = mpfr_can_round_raw (buf, n, MPFR_SIGN_POS, err,
127 r2 = mpfr_can_round_raw (buf, n, MPFR_SIGN_POS, err,
143 r1 = mpfr_can_round_raw (buf, n, MPFR_SIGN_POS, err,
145 r2 = mpfr_can_round_raw (buf, n, MPFR_SIGN_POS, err,
156 r1 = mpfr_can_round_raw (buf, n, MPFR_SIGN_POS, err,
158 r2 = mpfr_can_round_raw (buf, n, MPFR_SIGN_POS, err,
197 MPFR_IS_LIKE_RNDD (r1, MPFR_SIGN_POS) ?
198 (MPFR_IS_LIKE_RNDU (r2, MPFR_SIGN_POS) ? 0 : prec <= i) :
199 MPFR_IS_LIKE_RNDU (r1, MPFR_SIGN_POS)
    [all...]
mpfr-test.h 150 #define RAND_SIGN() (RAND_BOOL() ? MPFR_SIGN_POS : MPFR_SIGN_NEG)

Completed in 83 milliseconds

1 2