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

1 2 3 4 5 6 7 8 91011>>

  /src/external/lgpl3/mpfr/dist/tools/bench/
benchtime.h 27 unsigned long int ACCURATE_TIME_NOP##func( unsigned long int niter, int n, mpfr_t* z, mpfr_t* x, mpfr_t* y, int nop);\
28 unsigned long int ACCURATE_TIME_NOP##func( unsigned long int niter, int n, mpfr_t* z, mpfr_t* x, mpfr_t* y, int nop)\
54 double TIME_NOP##func(int n, mpfr_t* z, mpfr_t* x, mpfr_t* y); \
55 double TIME_NOP##func(int n, mpfr_t* z, mpfr_t* x, mpfr_t* y)
    [all...]
mpfrbench.c 55 double (*func_init) (int n, mpfr_t * z, mpfr_t * x, mpfr_t * y); /* compute the time for one call (not accurate) */
56 unsigned long int (*func_accurate) (unsigned long int niter, int n, mpfr_t * z, mpfr_t * x, mpfr_t * y, int nop); /* compute the time for "niter" calls (accurate) */
125 static mpfr_t *
129 mpfr_t *ptr;
131 ptr = (mpfr_t *) malloc (n * sizeof (mpfr_t));
    [all...]
  /src/external/lgpl3/mpfr/dist/src/
cmpabs_ui.c 31 mpfr_t absb;
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}};
29 const mpfr_t __gmpfr_mone ={{2, MPFR_SIGN_NEG, 1, (mp_limb_t*)__gmpfr_limb1}};
48 const mpfr_t __gmpfr_const_log2_RNDD =
68 const mpfr_t __gmpfr_const_log2_RNDU =
dot.c 32 mpfr_t *c;
44 c = (mpfr_t *) mpfr_allocate_func (n * sizeof (mpfr_t));
56 mpfr_free_func (c, n * sizeof (mpfr_t));
fms.c 34 mpfr_t minus_z;
cmp_d.c 28 mpfr_t tmp;
cmp_ld.c 30 mpfr_t tmp;
d_div.c 30 mpfr_t d;
d_sub.c 30 mpfr_t d;
  /src/external/lgpl3/mpfr/dist/examples/
divworst.c 45 eval (mpfr_t x, mpfr_t y, mpfr_t z, mpfr_t t, mpfr_rnd_t rnd)
56 mpfr_t VARS;
  /src/external/lgpl3/mpfr/dist/tests/
terandom.c 28 mpfr_t x;
48 mpfr_t *t;
51 t = (mpfr_t *) tests_allocate (nbtests * sizeof (mpfr_t));
70 mpfr_t av, va, tmp;
98 tests_free (t, nbtests * sizeof (mpfr_t));
cmp_str.c 28 mpfr_t y;
tswap.c 28 mpfr_t u, v;
tgrandom.c 29 mpfr_t x;
55 mpfr_t *t;
59 t = (mpfr_t *) tests_allocate (nbtests * sizeof (mpfr_t));
79 mpfr_t av, va, tmp;
107 tests_free (t, nbtests * sizeof (mpfr_t));
tnrandom.c 28 mpfr_t x;
64 mpfr_t *t;
74 t = (mpfr_t *) tests_allocate (nbtests * sizeof (mpfr_t));
104 mpfr_t av, va, tmp;
132 tests_free (t, nbtests * sizeof (mpfr_t));
tconst_catalan.c 39 mpfr_t x, y;
55 mpfr_t x;
tsqrt_ui.c 28 mpfr_t q;
tstdint.c 84 mpfr_t x;
tadd_ui.c 31 mpfr_t xx, zz;
50 mpfr_t x, y;
63 mpfr_t x, y;
  /src/external/gpl3/gcc/dist/gcc/
realmpfr.h 34 operator mpfr_t& () { return m_mpfr; }
48 mpfr_t m_mpfr;
  /src/external/gpl3/gcc/dist/gcc/fortran/
target-memory.h 39 int gfc_interpret_float (int, unsigned char *, size_t, mpfr_t);
  /src/external/gpl3/gcc.old/dist/gcc/fortran/
target-memory.h 39 int gfc_interpret_float (int, unsigned char *, size_t, mpfr_t);
  /src/external/lgpl3/mpc/dist/src/
div_fr.c 27 mpfr_t real;
mul_fr.c 27 mpfr_t real;

Completed in 35 milliseconds

1 2 3 4 5 6 7 8 91011>>