Lines Matching refs:mp_isodd
101 #define mp_isodd(a) (((a)->used > 0 && (((a)->dp[0] & 1) == 1)) ? MP_YES : MP_NO)607 if (mp_isodd (P) == 1 || dr != 0) {681 if (mp_isodd (b) == 1) {756 if (mp_isodd (&A) == 1 || mp_isodd (&B) == 1) {781 if (mp_isodd (&C) == 1 || mp_isodd (&D) == 1) {