Searched refs:__gmp_allocate_func (Results 26 - 50 of 60) sorted by relevance

123

/netbsd-6-1-5-RELEASE/external/lgpl3/gmp/dist/mpf/
H A Dinp_str.c39 str = (char *) (*__gmp_allocate_func) (alloc_size);
H A Dget_str.c158 dbuf = (char *) (*__gmp_allocate_func) (n_digits + 2);
/netbsd-6-1-5-RELEASE/external/lgpl3/gmp/dist/mpq/
H A Dget_str.c43 str = (char *) (*__gmp_allocate_func) (str_alloc);
/netbsd-6-1-5-RELEASE/external/lgpl3/gmp/dist/mpz/
H A Dget_str.c67 res_str = (char *) (*__gmp_allocate_func) (alloc_size);
H A Dsqrt.c61 root_ptr = (mp_ptr) (*__gmp_allocate_func) (root_size * BYTES_PER_MP_LIMB);
H A Dsqrtrem.c73 root_ptr = (mp_ptr) (*__gmp_allocate_func) (root_size * BYTES_PER_MP_LIMB);
H A Dinp_str.c124 str = (char *) (*__gmp_allocate_func) (alloc_size);
H A Dmul.c114 wp = (mp_ptr) (*__gmp_allocate_func) (wsize * BYTES_PER_MP_LIMB);
H A Dexport.c82 data = (*__gmp_allocate_func) (count*size);
/netbsd-6-1-5-RELEASE/external/lgpl3/mpfr/dist/
H A Dbernoulli.c43 b = (mpz_t *) (*__gmp_allocate_func) (sizeof (mpz_t));
H A Dmpfr-gmp.h257 /* In newer GMP, there aren't anymore __gmp_allocate_func,
262 #undef __gmp_allocate_func macro
266 #define __gmp_allocate_func (MPFR_GET_MEMFUNC, mpfr_allocate_func) macro
H A Dvasprintf.c539 b->start = (char *) (*__gmp_allocate_func) (s);
725 (*__gmp_allocate_func) (sizeof (struct string_list));
984 str = (char *) (*__gmp_allocate_func) (1 + np->prefix_size);
1026 str = (char *)(*__gmp_allocate_func) (2);
1035 str = (char *)(*__gmp_allocate_func) (2);
1058 str = (char *)(*__gmp_allocate_func) (1 + np->ip_size);
1151 str = (char *) (*__gmp_allocate_func) (1 + np->exp_size);
1271 str = (char *) (*__gmp_allocate_func) (1 + np->exp_size);
1316 str = (char *) (*__gmp_allocate_func) (1 + np->ip_size);
1389 (char *) (*__gmp_allocate_func) (
[all...]
H A Dconst_log2.c151 T = (mpz_t *) (*__gmp_allocate_func) (3 * lgN * sizeof (mpz_t));
H A Dexp3.c216 P = (mpz_t*) (*__gmp_allocate_func) (3*(k+2)*sizeof(mpz_t));
219 mult = (mpfr_prec_t*) (*__gmp_allocate_func) (2*(k+2)*sizeof(mpfr_prec_t));
H A Datan.c49 accu = (mpfr_prec_t*) (*__gmp_allocate_func) ((2 * m + 2) * sizeof (mpfr_prec_t));
305 tabz = (mpz_t *) (*__gmp_allocate_func) (oldn0 * sizeof (mpz_t));
/netbsd-6-1-5-RELEASE/external/lgpl3/mpfr/dist/tests/
H A Dtsum.c131 tab = (mpfr_t *) (*__gmp_allocate_func) (n * sizeof (mpfr_t));
134 tabtmp = (mpfr_ptr *) (*__gmp_allocate_func) (n * sizeof(mpfr_ptr));
135 perm = (mpfr_srcptr *) (*__gmp_allocate_func) (n * sizeof(mpfr_srcptr));
170 tab = (mpfr_t *) (*__gmp_allocate_func) (n * sizeof(mpfr_t));
H A Dtset_str.c131 str2 = str = (char*) (*__gmp_allocate_func) (nc);
765 str = (char*) (*__gmp_allocate_func) (N + 20);
/netbsd-6-1-5-RELEASE/external/lgpl3/gmp/dist/
H A Dmemory.c27 void * (*__gmp_allocate_func) __GMP_PROTO ((size_t)) = __gmp_default_allocate; variable
H A Dtal-debug.c100 p->block = (*__gmp_allocate_func) (size);
H A Dtal-notreent.c81 chunk = (*__gmp_allocate_func) (chunk_size);
H A Drandlc2x.c260 dstp = (*__gmp_allocate_func) (sizeof (gmp_rand_lc_struct));
/netbsd-6-1-5-RELEASE/external/lgpl3/gmp/dist/tests/
H A Dmisc.c147 return align_pointer ((*__gmp_allocate_func) (bytes + align-1), align);
155 return (*__gmp_allocate_func) (newsize);
166 t = (*__gmp_allocate_func) (len+1);
/netbsd-6-1-5-RELEASE/external/lgpl3/gmp/dist/tests/mpq/
H A Dt-get_str.c61 str = (char *) (*__gmp_allocate_func) (str_alloc);
/netbsd-6-1-5-RELEASE/external/lgpl3/gmp/dist/tests/mpz/
H A Dconvert.c132 buf = (*__gmp_allocate_func) (len + 1);
/netbsd-6-1-5-RELEASE/external/lgpl3/gmp/dist/tune/
H A Dspeed.c775 plot_filename = (char *) (*__gmp_allocate_func)
777 data_filename = (char *) (*__gmp_allocate_func)
1216 choice = (struct choice_t *) (*__gmp_allocate_func)

Completed in 120 milliseconds

123