Home
last modified time | relevance | path

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

/external/llvm-project/polly/lib/External/isl/imath/
Dimath.c102 #define MP_VALUE_DIGITS(V) \ macro
433 mp_digit vbuf[MP_VALUE_DIGITS(value)]; in mp_int_init_value()
442 mp_digit vbuf[MP_VALUE_DIGITS(uvalue)]; in mp_int_init_uvalue()
451 mp_digit vbuf[MP_VALUE_DIGITS(value)]; in mp_int_set_value()
460 mp_digit vbuf[MP_VALUE_DIGITS(uvalue)]; in mp_int_set_uvalue()
628 mp_digit vbuf[MP_VALUE_DIGITS(value)]; in mp_int_add_value()
698 mp_digit vbuf[MP_VALUE_DIGITS(value)]; in mp_int_sub_value()
766 mp_digit vbuf[MP_VALUE_DIGITS(value)]; in mp_int_mul_value()
960 mp_digit vbuf[MP_VALUE_DIGITS(value)]; in mp_int_div_value()
1207 mp_digit vbuf[MP_VALUE_DIGITS(value)]; in mp_int_exptmod_evalue()
[all …]