Searched defs:mp_isodd (Results 1 - 2 of 2) sorted by relevance

/barrelfish-2018-10-04/lib/tommath/
H A Dtommath.h223 #define mp_isodd(a) (((a)->used > 0 && (((a)->dp[0] & 1) == 1)) ? MP_YES : MP_NO) macro
/barrelfish-2018-10-04/lib/tommath/mtest/
H A Dmpi.c1887 int mp_isodd(mp_int *a) function

Completed in 61 milliseconds