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

1 2 3 4 5 6 7 8 91011>>

  /src/external/lgpl3/mpfr/dist/src/
get_exp.c 26 mpfr_exp_t
mul_2ui.c 40 mpfr_exp_t exp = MPFR_GET_EXP (y);
41 mpfr_exp_t diffexp;
46 /* Now, 0 <= n <= diffexp, thus n fits in a mpfr_exp_t,
48 MPFR_SET_EXP (y, exp + (mpfr_exp_t) n);
set_exp.c 26 mpfr_set_exp (mpfr_ptr x, mpfr_exp_t exponent)
setmin.c 28 mpfr_setmin (mpfr_ptr x, mpfr_exp_t e)
exp_2.c 28 mpfr_exp2_aux (mpz_t, mpfr_srcptr, mpfr_prec_t, mpfr_exp_t *);
30 mpfr_exp2_aux2 (mpz_t, mpfr_srcptr, mpfr_prec_t, mpfr_exp_t *);
31 static mpfr_exp_t
32 mpz_normalize (mpz_t, mpz_t, mpfr_exp_t);
33 static mpfr_exp_t
34 mpz_normalize2 (mpz_t, mpz_t, mpfr_exp_t, mpfr_exp_t);
39 static mpfr_exp_t
40 mpz_normalize (mpz_t rop, mpz_t z, mpfr_exp_t q)
49 return (mpfr_exp_t) k - q
    [all...]
div_2ui.c 39 mpfr_exp_t exp = MPFR_GET_EXP (x);
44 difference below may overflow in a mpfr_exp_t; but mpfr_uexp_t
58 * two valid exponents + 0 or 1, thus fits in a mpfr_exp_t (from
65 MPFR_SET_EXP (y, exp - (mpfr_exp_t) n);
get_z.c 31 mpfr_exp_t exp;
50 mpfr_init2 (r, (exp < (mpfr_exp_t) MPFR_PREC_MIN ?
setmax.c 28 mpfr_setmax (mpfr_ptr x, mpfr_exp_t e)
stack_interface.c 48 mpfr_exp_t
63 mpfr_custom_init_set (mpfr_ptr x, int kind, mpfr_exp_t exp,
68 mpfr_exp_t e;
log2p1.c 31 static mpfr_exp_t
40 mpfr_exp_t e;
56 mpfr_exp_t expx = MPFR_GET_EXP(x);
57 mpfr_exp_t k = expx - 1, expk;
139 mpfr_exp_t k;
exceptions.c 26 MPFR_THREAD_VAR (mpfr_exp_t, __gmpfr_emin, MPFR_EMIN_DEFAULT)
27 MPFR_THREAD_VAR (mpfr_exp_t, __gmpfr_emax, MPFR_EMAX_DEFAULT)
31 MPFR_COLD_FUNCTION_ATTR mpfr_exp_t
40 mpfr_set_emin (mpfr_exp_t exponent)
53 MPFR_COLD_FUNCTION_ATTR mpfr_exp_t
59 MPFR_COLD_FUNCTION_ATTR mpfr_exp_t
67 MPFR_COLD_FUNCTION_ATTR mpfr_exp_t
76 mpfr_set_emax (mpfr_exp_t exponent)
89 MPFR_COLD_FUNCTION_ATTR mpfr_exp_t
95 MPFR_COLD_FUNCTION_ATTR mpfr_exp_t
    [all...]
exp.c 28 static MPFR_THREAD_ATTR mpfr_exp_t previous_emin;
31 static MPFR_THREAD_ATTR mpfr_exp_t previous_emax;
38 mpfr_exp_t expx;
82 MPFR_TMP_INIT1(e_limb, e, sizeof (mpfr_exp_t) * CHAR_BIT);
111 MPFR_TMP_INIT1(e_limb, e, sizeof (mpfr_exp_t) * CHAR_BIT - 1);
137 mpfr_exp_t emin = __gmpfr_emin;
138 mpfr_exp_t emax = __gmpfr_emax;
sin.c 41 mpfr_exp_t expx, err1, err;
144 || MPFR_GET_EXP(xr) < (mpfr_exp_t) 3 - (mpfr_exp_t) m
146 || MPFR_GET_EXP(c) < (mpfr_exp_t) 3 - (mpfr_exp_t) m)
181 err = 2 * MPFR_GET_EXP (c) + (mpfr_exp_t) m - 3 - (reduce != 0);
186 if (err < (mpfr_exp_t) MPFR_PREC (y))
strtofr.c 39 mpfr_exp_t exp_base; /* number of digits before the point, + exponent
41 mpfr_exp_t exp_bin; /* binary exponent of the pxxx format for
388 mpfr_exp_t is a 32-bit type, as the exponent could be brought back
397 mpfr_exp_t sum;
404 (mpfr_exp_t) read_exp;
406 mpfr_exp_t, mpfr_uexp_t,
425 (mpfr_exp_t) read_exp;
461 mpfr_exp_t exp;
478 extremal values of the mpfr_exp_t type and the valid minimum/maximum
594 exp = - ((mpfr_exp_t) diff_ysize * GMP_NUMB_BITS + count)
    [all...]
get_q.c 31 mpfr_exp_t exp;
isinteger.c 29 mpfr_exp_t expo;
odd_p.c 31 mpfr_exp_t expo;
cmp_si.c 34 mpfr_cmp_si_2exp (mpfr_srcptr b, long int i, mpfr_exp_t f)
54 mpfr_exp_t e;
cmp_ui.c 34 mpfr_cmp_ui_2exp (mpfr_srcptr b, unsigned long int i, mpfr_exp_t f)
57 mpfr_exp_t e;
coth.c 46 if (MPFR_IS_ZERO(z) || MPFR_GET_EXP(z) <= - (mpfr_exp_t) precy) \
66 if (MPFR_EXP(x) + 1 <= -2 * (mpfr_exp_t) MAX(MPFR_PREC(x), MPFR_PREC(y))) \
  /src/external/lgpl3/mpc/dist/tests/
random.c 113 test_default_random (mpc_ptr z, mpfr_exp_t emin, mpfr_exp_t emax,
153 mpfr_set_exp (mpc_realref (z), (mpfr_exp_t) gmp_urandomm_ui (rands, range) + emin);
156 mpfr_set_exp (mpc_imagref (z), (mpfr_exp_t) gmp_urandomm_ui (rands, range) + emin);
202 test_random_mpfr (mpfr_ptr x, mpfr_exp_t emin, mpfr_exp_t emax,
220 mpfr_set_exp (x, (mpfr_exp_t) gmp_urandomm_ui (rands, range) + emin);
245 test_random_mpc (mpc_ptr z, mpfr_exp_t emin, mpfr_exp_t emax,
264 (mpfr_exp_t) gmp_urandomm_ui (rands, range) + emin)
    [all...]
tgeneric.tpl 28 mpfr_exp_t exp_min, mpfr_exp_t exp_max,
32 mpfr_exp_t exp_min,
33 mpfr_exp_t exp_max,
49 mpfr_exp_t exp_max)
54 mpfr_exp_t exp_min;
92 mpfr_exp_t exp_min, mpfr_exp_t exp_max,
213 special_random_mpc (mpc_ptr z, mpfr_exp_t exp_min, mpfr_exp_t exp_max
    [all...]
tacos.c 35 mpfr_exp_t emin = mpfr_get_emin ();
36 mpfr_exp_t emax = mpfr_get_emax ();
67 mpfr_exp_t emin = mpfr_get_emin ();
68 mpfr_exp_t emax = mpfr_get_emax ();
tsqrt.c 35 mpfr_exp_t emin = mpfr_get_emin ();
36 mpfr_exp_t emax = mpfr_get_emax ();
  /src/external/lgpl3/mpfr/dist/tests/
mpfr-test.h 209 void mpfr_random2 (mpfr_ptr, mp_size_t, mpfr_exp_t, gmp_randstate_t);
219 void set_emin (mpfr_exp_t);
220 void set_emax (mpfr_exp_t);
221 void tests_default_random (mpfr_ptr, int, mpfr_exp_t, mpfr_exp_t,
225 const char *, int, mpfr_exp_t, mpfr_exp_t,
288 mpfr_exp_t ex;

Completed in 23 milliseconds

1 2 3 4 5 6 7 8 91011>>