HomeSort by: relevance | last modified time | path
    Searched refs:mpfr_free_func (Results 1 - 17 of 17) sorted by relevancy

  /src/external/lgpl3/mpfr/dist/src/
clear.c 28 mpfr_free_func (MPFR_GET_REAL_PTR (m),
mpfr-gmp.c 330 mpfr_free_func (void *ptr, size_t size) function
362 mpfr_free_func (t->ptr, t->size);
364 mpfr_free_func (t, sizeof (struct tmp_marker));
dot.c 56 mpfr_free_func (c, n * sizeof (mpfr_t));
57 mpfr_free_func (tab, n * sizeof (mpfr_ptr));
inp_str.c 112 mpfr_free_func (str, alloc_size);
out_str.c 72 mpfr_free_func (s0, l);
fpif.c 546 mpfr_free_func (buf, buf_size);
558 mpfr_free_func (buf, buf_size);
570 mpfr_free_func (buf, buf_size);
575 mpfr_free_func (buf, buf_size);
626 mpfr_free_func (buffer, used_size);
631 mpfr_free_func (buffer, used_size);
rndna.c 196 mpfr_free_func(ext, MPFR_MALLOC_EXTENDED_SIZE(xsize));
exp3.c 252 mpfr_free_func (P, 3*(k+2)*sizeof(mpz_t));
253 mpfr_free_func (mult, 2*(k+2)*sizeof(mpfr_prec_t));
bernoulli.c 250 mpfr_free_func (bernoulli_table, bernoulli_alloc * sizeof (mpz_t));
ai.c 570 mpfr_free_func (z, (L + 1) * sizeof (mpfr_t));
614 mpfr_free_func (z, (L + 1) * sizeof (mpfr_t));
mpfr-gmp.h 97 #define mpfr_free_func (*__gmp_free_func) macro
253 __MPFR_DECLSPEC void mpfr_free_func (void *, size_t);
strtofr.c 450 mpfr_free_func (pstr->mantissa, pstr->alloc);
940 mpfr_free_func (pstr->mantissa, pstr->alloc);
lngamma.c 616 mpfr_free_func (c, (j + 1) * sizeof (mpz_t));
619 mpfr_free_func (Z, (j + 1) * sizeof (mpfr_t));
zeta.c 285 mpfr_free_func (tc1, size);
vasprintf.c 847 mpfr_free_func (sl, sizeof(struct string_list));
2451 mpfr_free_func (buf.start, buf.size);
2476 mpfr_free_func (buf.start, buf.size);
mpfr-impl.h 2285 mpfr_free_func ((g).mant, (g).alloc); \
get_str.c 2919 mpfr_free_func (str, strlen (str) + 1);

Completed in 38 milliseconds