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

1 2

  /src/external/lgpl3/gmp/dist/tests/
trace.c 87 q->_mp_num._mp_alloc = ALLOC(z);
92 q->_mp_den._mp_alloc = 1;
  /src/external/lgpl3/gmp/dist/mini-gmp/
mini-gmp.h 69 int _mp_alloc; /* Number of *limbs* allocated and pointed member in struct:__anon23301
mini-gmp.c 1420 r->_mp_alloc = 0;
1435 r->_mp_alloc = rn;
1443 if (r->_mp_alloc)
1452 if (r->_mp_alloc)
1456 r->_mp_alloc = size;
1465 #define MPZ_REALLOC(z,n) ((n) > (z)->_mp_alloc \
1656 x->_mp_alloc = 0;
1915 MP_SIZE_T_SWAP (u->_mp_alloc, v->_mp_alloc);
mini-mpq.c 54 x->_mp_alloc = 0;
  /src/external/lgpl3/mpfr/dist/src/
mpfr-gmp.h 189 #define ALLOC(x) ((x)->_mp_alloc)
  /src/external/lgpl3/gmp/dist/mini-gmp/tests/
t-reuse.c 652 if (n > x->_mp_alloc)
  /src/external/lgpl3/gmp/dist/
gmpxx.h 124 temp->_mp_alloc = __GMPZ_DBL_LIMBS; \
147 mpq_numref(temp)->_mp_alloc = __GMPQ_NUM_DBL_LIMBS; \
149 mpq_denref(temp)->_mp_alloc = __GMPQ_DEN_DBL_LIMBS; \
  /src/external/lgpl3/gmp/lib/libgmp/arch/aarch64/
gmp.h 152 int _mp_alloc; /* Number of *limbs* allocated and pointed member in struct:__anon23392
  /src/external/lgpl3/gmp/lib/libgmp/arch/alpha/
gmp.h 152 int _mp_alloc; /* Number of *limbs* allocated and pointed member in struct:__anon23399
  /src/external/lgpl3/gmp/lib/libgmp/arch/arm/
gmp.h 152 int _mp_alloc; /* Number of *limbs* allocated and pointed member in struct:__anon23406
  /src/external/lgpl3/gmp/lib/libgmp/arch/armeb/
gmp.h 152 int _mp_alloc; /* Number of *limbs* allocated and pointed member in struct:__anon23413
  /src/external/lgpl3/gmp/lib/libgmp/arch/coldfire/
gmp.h 151 int _mp_alloc; /* Number of *limbs* allocated and pointed member in struct:__anon23420
  /src/external/lgpl3/gmp/lib/libgmp/arch/hppa/
gmp.h 152 int _mp_alloc; /* Number of *limbs* allocated and pointed member in struct:__anon23427
  /src/external/lgpl3/gmp/lib/libgmp/arch/i386/
gmp.h 152 int _mp_alloc; /* Number of *limbs* allocated and pointed member in struct:__anon23434
  /src/external/lgpl3/gmp/lib/libgmp/arch/ia64/
gmp.h 152 int _mp_alloc; /* Number of *limbs* allocated and pointed member in struct:__anon23441
  /src/external/lgpl3/gmp/lib/libgmp/arch/m68000/
gmp.h 152 int _mp_alloc; /* Number of *limbs* allocated and pointed member in struct:__anon23448
  /src/external/lgpl3/gmp/lib/libgmp/arch/m68k/
gmp.h 152 int _mp_alloc; /* Number of *limbs* allocated and pointed member in struct:__anon23455
  /src/external/lgpl3/gmp/lib/libgmp/arch/mips64eb/
gmp.h 152 int _mp_alloc; /* Number of *limbs* allocated and pointed member in struct:__anon23462
  /src/external/lgpl3/gmp/lib/libgmp/arch/mips64el/
gmp.h 152 int _mp_alloc; /* Number of *limbs* allocated and pointed member in struct:__anon23469
  /src/external/lgpl3/gmp/lib/libgmp/arch/mipseb/
gmp.h 152 int _mp_alloc; /* Number of *limbs* allocated and pointed member in struct:__anon23476
  /src/external/lgpl3/gmp/lib/libgmp/arch/mipsel/
gmp.h 152 int _mp_alloc; /* Number of *limbs* allocated and pointed member in struct:__anon23483
  /src/external/lgpl3/gmp/lib/libgmp/arch/mipsn64eb/
gmp.h 152 int _mp_alloc; /* Number of *limbs* allocated and pointed member in struct:__anon23490
  /src/external/lgpl3/gmp/lib/libgmp/arch/mipsn64el/
gmp.h 152 int _mp_alloc; /* Number of *limbs* allocated and pointed member in struct:__anon23497
  /src/external/lgpl3/gmp/lib/libgmp/arch/or1k/
gmp.h 151 int _mp_alloc; /* Number of *limbs* allocated and pointed member in struct:__anon23504
  /src/external/lgpl3/gmp/lib/libgmp/arch/powerpc/
gmp.h 152 int _mp_alloc; /* Number of *limbs* allocated and pointed member in struct:__anon23511

Completed in 75 milliseconds

1 2