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

  /src/external/lgpl3/mpfr/dist/tests/
tabort_defalloc2.c 51 ptr = mpfr_reallocate_func (ptr, 128, (size_t) -1);
  /src/external/lgpl3/mpfr/dist/src/
set_prec.c 44 tmp = (mpfr_size_limb_t *) mpfr_reallocate_func
inp_str.c 67 mpfr_reallocate_func (str, old_alloc_size, alloc_size);
mpfr-gmp.c 319 mpfr_reallocate_func (void * ptr, size_t old_size, size_t new_size) function
bernoulli.c 224 bernoulli_table = (mpz_t *) mpfr_reallocate_func
mpfr-gmp.h 96 #define mpfr_reallocate_func (*__gmp_reallocate_func) macro
252 __MPFR_DECLSPEC void * mpfr_reallocate_func (void *, size_t, size_t);
round_prec.c 78 tmpx = (mpfr_size_limb_t *) mpfr_reallocate_func
fpif.c 92 (buffer) = (unsigned char *) mpfr_reallocate_func \
vasprintf.c 640 b->start = (char *) mpfr_reallocate_func (b->start, b->size, b->size + n);
2437 *ptr = (char *) mpfr_reallocate_func (buf.start, buf.size, nbchar + 1);
mpfr-impl.h 2351 mpfr_reallocate_func ((g).mant, _oalloc, (g).alloc); \

Completed in 25 milliseconds