Searched refs:MP_DIGITS (Results 1 – 3 of 3) sorted by relevance
/external/llvm-project/polly/lib/External/isl/imath/ |
D | imath.c | 139 mp_digit *dz_ = MP_DIGITS(z_) + uz_ -1; \ 186 ZERO(MP_DIGITS(Z), o_); \ 187 (void) s_kmul(MP_DIGITS(X), MP_DIGITS(Y), MP_DIGITS(Z), ua_, ub_); \ 197 ZERO(MP_DIGITS(Z), o_); \ 198 (void) s_ksqr(MP_DIGITS(X), MP_DIGITS(Z), ua_); \ 394 if ((MP_DIGITS(z) = s_alloc(prec)) == NULL) in mp_int_init_size() 425 COPY(MP_DIGITS(old), MP_DIGITS(z), uold); in mp_int_init_copy() 471 if (MP_DIGITS(z) != NULL) { in mp_int_clear() 472 if (MP_DIGITS(z) != &(z->single)) in mp_int_clear() 473 s_free(MP_DIGITS(z)); in mp_int_clear() [all …]
|
D | gmp_compat.c | 430 mp_digit *digits = MP_DIGITS(op); in get_long_bits() 737 src = MP_DIGITS(op); in GMPZAPI() 799 dst = MP_DIGITS(tmp); in GMPZAPI() 822 mp_digit *dz_ = MP_DIGITS(tmp) + uz_ -1; in GMPZAPI()
|
D | imath.h | 64 #define MP_DIGITS(Z) ((Z)->digits) macro
|