Home
last modified time | relevance | path

Searched refs:_mp_alloc (Results 1 – 25 of 39) sorted by relevance

12

/netbsd/external/lgpl3/gmp/dist/tests/
H A Dtrace.c87 q->_mp_num._mp_alloc = ALLOC(z); in mpz_trace()
92 q->_mp_den._mp_alloc = 1; in mpz_trace()
/netbsd/external/lgpl3/gmp/dist/mini-gmp/
H A Dmini-gmp.c1414 r->_mp_alloc = 0; in mpz_init()
1429 r->_mp_alloc = rn; in mpz_init2()
1437 if (r->_mp_alloc) in mpz_clear()
1446 if (r->_mp_alloc) in mpz_realloc()
1450 r->_mp_alloc = size; in mpz_realloc()
1459 #define MPZ_REALLOC(z,n) ((n) > (z)->_mp_alloc \
1649 x->_mp_alloc = 0; in mpz_roinit_normal_n()
1906 MP_SIZE_T_SWAP (u->_mp_alloc, v->_mp_alloc); in mpz_swap()
H A Dmini-gmp.h69 int _mp_alloc; /* Number of *limbs* allocated and pointed member
H A Dmini-mpq.c54 x->_mp_alloc = 0; in mpz_roinit_normal_n()
/netbsd/external/lgpl3/mpfr/dist/src/
H A Dmpfr-gmp.h189 #define ALLOC(x) ((x)->_mp_alloc)
/netbsd/external/lgpl3/gmp/dist/mini-gmp/tests/
H A Dt-reuse.c652 if (n > x->_mp_alloc) in mpz_check_format()
/netbsd/external/lgpl3/gmp/dist/
H A Dgmpxx.h124 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; \
/netbsd/external/lgpl3/gmp/dist/doc/
H A Dgmp.info-21394 '_mp_alloc'
1395 '_mp_alloc' is the number of limbs currently allocated at '_mp_d',
1396 and normally '_mp_alloc >= ABS(_mp_size)'. When an 'mpz' routine
1398 '_mp_alloc' to see whether there's enough space, and reallocates if
1402 the 'MPZ_ROINIT_N' macro have '_mp_alloc = 0' but can have a
1418 '_mp_size' and '_mp_alloc' are 'int', although 'mp_size_t' is usually
/netbsd/external/lgpl3/gmp/lib/libgmp/arch/coldfire/
H A Dgmp.h151 int _mp_alloc; /* Number of *limbs* allocated and pointed member
/netbsd/external/lgpl3/gmp/lib/libgmp/arch/or1k/
H A Dgmp.h151 int _mp_alloc; /* Number of *limbs* allocated and pointed member
/netbsd/external/lgpl3/gmp/lib/libgmp/arch/alpha/
H A Dgmp.h152 int _mp_alloc; /* Number of *limbs* allocated and pointed member
/netbsd/external/lgpl3/gmp/lib/libgmp/arch/arm/
H A Dgmp.h152 int _mp_alloc; /* Number of *limbs* allocated and pointed member
/netbsd/external/lgpl3/gmp/lib/libgmp/arch/armeb/
H A Dgmp.h152 int _mp_alloc; /* Number of *limbs* allocated and pointed member
/netbsd/external/lgpl3/gmp/lib/libgmp/arch/hppa/
H A Dgmp.h152 int _mp_alloc; /* Number of *limbs* allocated and pointed member
/netbsd/external/lgpl3/gmp/lib/libgmp/arch/i386/
H A Dgmp.h152 int _mp_alloc; /* Number of *limbs* allocated and pointed member
/netbsd/external/lgpl3/gmp/lib/libgmp/arch/ia64/
H A Dgmp.h152 int _mp_alloc; /* Number of *limbs* allocated and pointed member
/netbsd/external/lgpl3/gmp/lib/libgmp/arch/mips64eb/
H A Dgmp.h152 int _mp_alloc; /* Number of *limbs* allocated and pointed member
/netbsd/external/lgpl3/gmp/lib/libgmp/arch/mips64el/
H A Dgmp.h152 int _mp_alloc; /* Number of *limbs* allocated and pointed member
/netbsd/external/lgpl3/gmp/lib/libgmp/arch/mipseb/
H A Dgmp.h152 int _mp_alloc; /* Number of *limbs* allocated and pointed member
/netbsd/external/lgpl3/gmp/lib/libgmp/arch/mipsel/
H A Dgmp.h152 int _mp_alloc; /* Number of *limbs* allocated and pointed member
/netbsd/external/lgpl3/gmp/lib/libgmp/arch/mipsn64el/
H A Dgmp.h152 int _mp_alloc; /* Number of *limbs* allocated and pointed member
/netbsd/external/lgpl3/gmp/lib/libgmp/arch/riscv64/
H A Dgmp.h152 int _mp_alloc; /* Number of *limbs* allocated and pointed member
/netbsd/external/lgpl3/gmp/lib/libgmp/arch/sh3el/
H A Dgmp.h152 int _mp_alloc; /* Number of *limbs* allocated and pointed member
/netbsd/external/lgpl3/gmp/lib/libgmp/arch/x86_64/
H A Dgmp.h152 int _mp_alloc; /* Number of *limbs* allocated and pointed member
/netbsd/external/lgpl3/gmp/lib/libgmp/arch/aarch64/
H A Dgmp.h152 int _mp_alloc; /* Number of *limbs* allocated and pointed member

12