Home
last modified time | relevance | path

Searched refs:MPFR_GET_ALLOC_SIZE (Results 1 – 7 of 7) sorted by relevance

/netbsd-src/external/lgpl3/mpfr/dist/src/
H A Dclear.c29 MPFR_MALLOC_SIZE (MPFR_GET_ALLOC_SIZE (m))); in mpfr_clear()
H A Dset_prc_raw.c29 MPFR_ASSERTN (p <= (mpfr_prec_t) MPFR_GET_ALLOC_SIZE(x) * GMP_NUMB_BITS); in mpfr_set_prec_raw()
H A Dset_prec.c39 xoldsize = MPFR_GET_ALLOC_SIZE (x); in mpfr_set_prec()
H A Dcheck.c55 s = MPFR_GET_ALLOC_SIZE(x); in mpfr_check()
H A Dround_prec.c72 ow = MPFR_GET_ALLOC_SIZE(x); in mpfr_prec_round()
H A Dmpfr-impl.h1322 #define MPFR_GET_ALLOC_SIZE(x) \ macro
/netbsd-src/external/lgpl3/mpfr/dist/tests/
H A Dtcheck.c114 s = MPFR_GET_ALLOC_SIZE (a); in main()