Home
last modified time | relevance | path

Searched refs:MPFR_MALLOC_SIZE (Results 1 – 6 of 6) sorted by relevance

/netbsd/src/external/lgpl3/mpfr/dist/src/
Dset_prec.c46 MPFR_MALLOC_SIZE(xoldsize), in mpfr_set_prec()
47 MPFR_MALLOC_SIZE(xsize)); in mpfr_set_prec()
Dclear.c29 MPFR_MALLOC_SIZE (MPFR_GET_ALLOC_SIZE (m))); in mpfr_clear()
Dinit2.c57 tmp = (mpfr_size_limb_t *) mpfr_allocate_func(MPFR_MALLOC_SIZE(xsize)); in mpfr_init2()
Dround_prec.c79 (MPFR_GET_REAL_PTR(x), MPFR_MALLOC_SIZE(ow), MPFR_MALLOC_SIZE(nw)); in mpfr_prec_round()
Dmpfr-impl.h1326 #define MPFR_MALLOC_SIZE(s) \ macro
/netbsd/src/external/lgpl3/mpfr/dist/
DChangeLog36799 + Rename MPFR_ALLOC_SIZE in MPFR_MALLOC_SIZE.