Home
last modified time | relevance | path

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

/external/llvm-project/polly/lib/External/isl/imath/
Dimath.h108 #define mp_int_is_odd(Z) ((Z)->digits[0] & 1) macro
Dimath.c1345 if (mp_int_is_odd(&u)) { in mp_int_gcd()
1442 if (mp_int_is_odd(TEMP(0)) || mp_int_is_odd(TEMP(1))) { in mp_int_egcd()
1456 if (mp_int_is_odd(TEMP(2)) || mp_int_is_odd(TEMP(3))) { in mp_int_egcd()