Searched refs:MPFR_GET_ALLOC_SIZE (Results 1 – 7 of 7) sorted by relevance
29 MPFR_MALLOC_SIZE (MPFR_GET_ALLOC_SIZE (m))); in mpfr_clear()
29 MPFR_ASSERTN (p <= (mpfr_prec_t) MPFR_GET_ALLOC_SIZE(x) * GMP_NUMB_BITS); in mpfr_set_prec_raw()
39 xoldsize = MPFR_GET_ALLOC_SIZE (x); in mpfr_set_prec()
55 s = MPFR_GET_ALLOC_SIZE(x); in mpfr_check()
72 ow = MPFR_GET_ALLOC_SIZE(x); in mpfr_prec_round()
1322 #define MPFR_GET_ALLOC_SIZE(x) \ macro
114 s = MPFR_GET_ALLOC_SIZE (a); in main()