Searched refs:__gmp_free_func (Results 1 - 25 of 57) sorted by relevance

123

/netbsd-6-1-5-RELEASE/external/lgpl3/gmp/dist/mpbsd/
H A Dmfree.c27 (*__gmp_free_func) (m->_mp_d, m->_mp_alloc * BYTES_PER_MP_LIMB);
28 (*__gmp_free_func) (m, sizeof (MINT));
H A Dmin.c87 (*__gmp_free_func) (str, alloc_size);
/netbsd-6-1-5-RELEASE/external/lgpl3/gmp/dist/mpq/
H A Dclear.c26 (*__gmp_free_func) (m->_mp_num._mp_d,
28 (*__gmp_free_func) (m->_mp_den._mp_d,
H A Dset_str.c52 (*__gmp_free_func) (num, numlen+1);
/netbsd-6-1-5-RELEASE/external/lgpl3/gmp/dist/mpf/
H A Dclear.c27 (*__gmp_free_func) (m->_mp_d, (m->_mp_prec + 1) * BYTES_PER_MP_LIMB);
H A Ddump.c41 (*__gmp_free_func) (str, strlen (str) + 1);
H A Dinp_str.c76 (*__gmp_free_func) (str, alloc_size);
/netbsd-6-1-5-RELEASE/external/lgpl3/gmp/dist/mpz/
H A Dclear.c27 (*__gmp_free_func) (m->_mp_d, m->_mp_alloc * BYTES_PER_MP_LIMB);
H A Ddump.c37 (*__gmp_free_func) (str, strlen (str) + 1);
H A Dsqrt.c58 (*__gmp_free_func) (root_ptr, root->_mp_alloc * BYTES_PER_MP_LIMB);
82 (*__gmp_free_func) (free_me, free_me_size * BYTES_PER_MP_LIMB);
H A Dsqrtrem.c70 (*__gmp_free_func) (root_ptr, root->_mp_alloc * BYTES_PER_MP_LIMB);
99 (*__gmp_free_func) (free_me, free_me_size * BYTES_PER_MP_LIMB);
H A Dmul.c111 (*__gmp_free_func) (wp, ALLOC(w) * BYTES_PER_MP_LIMB);
153 (*__gmp_free_func) (free_me, free_me_size * BYTES_PER_MP_LIMB);
/netbsd-6-1-5-RELEASE/external/lgpl3/mpfr/dist/
H A Dclear.c28 (*__gmp_free_func) (MPFR_GET_REAL_PTR (m),
H A Dfree_cache.c38 (*__gmp_free_func) (p, sizeof (mpfr_t));
H A Dinp_str.c81 (*__gmp_free_func) (str, alloc_size);
H A Dout_str.c76 (*__gmp_free_func) (s0, l);
/netbsd-6-1-5-RELEASE/external/lgpl3/gmp/dist/tests/mpbsd/
H A Dt-mtox.c51 (*__gmp_free_func) (got, strlen (got) + 1);
52 (*__gmp_free_func) (want, strlen (want) + 1);
72 (*__gmp_free_func) (s, strlen (s) + 1);
/netbsd-6-1-5-RELEASE/external/lgpl3/gmp/dist/
H A Dmp_get_fns.c36 *free_func = __gmp_free_func;
H A Dmp_set_fns.c38 __gmp_free_func = free_func;
H A Dtal-reent.c68 (*__gmp_free_func) ((char *) mark, mark->size);
/netbsd-6-1-5-RELEASE/external/lgpl3/gmp/dist/cxx/
H A Dosdoprnti.cc53 (*__gmp_free_func) (s, strlen(s)+1);
/netbsd-6-1-5-RELEASE/external/lgpl3/gmp/dist/scanf/
H A Dvsscanf.c50 (*__gmp_free_func) (alloc, size);
/netbsd-6-1-5-RELEASE/external/lgpl3/gmp/dist/tests/mpq/
H A Dt-get_str.c59 (*__gmp_free_func) (str, strlen (str) + 1);
80 (*__gmp_free_func) (str, str_alloc);
94 (*__gmp_free_func) (s, strlen(s)+1);
/netbsd-6-1-5-RELEASE/external/lgpl3/gmp/dist/tests/mpz/
H A Dconvert.c124 (*__gmp_free_func) (str, strlen (str) + 1);
154 (*__gmp_free_func) (buf, len + 1);
155 (*__gmp_free_func) (str, strlen (str) + 1);
/netbsd-6-1-5-RELEASE/external/lgpl3/mpfr/dist/tests/
H A Dtsum.c156 (*__gmp_free_func) (tab, n * sizeof (mpfr_t));
157 (*__gmp_free_func) (tabtmp, n * sizeof(mpfr_ptr));
158 (*__gmp_free_func) (perm, n * sizeof(mpfr_srcptr));
217 (*__gmp_free_func) (tab, n * sizeof(mpfr_t));

Completed in 797 milliseconds

123