Lines Matching defs:mp_isodd
124 #define mp_isodd(a) (((a)->used > 0 && (((a)->dp[0] & 1) == 1)) ? MP_YES : MP_NO)651 if (mp_isodd (P) == 1 || dr != 0) {726 if (mp_isodd (b) == 1) {803 if (mp_isodd (&A) == 1 || mp_isodd (&B) == 1) {828 if (mp_isodd (&C) == 1 || mp_isodd (&D) == 1) {