Home | History | Annotate | Download | only in mtest

Lines Matching defs:mp_isodd

1880 /* {{{ mp_isodd(a) */
1883 mp_isodd(a)
1887 int mp_isodd(mp_int *a)
1893 } /* end mp_isodd() */
1901 return !mp_isodd(a);
1953 if(mp_isodd(&u)) {