HomeSort by: relevance | last modified time | path
    Searched refs:mp_int_is_odd (Results 1 - 2 of 2) sorted by relevancy

  /src/external/mit/isl/dist/imath/
imath.h 108 static inline bool mp_int_is_odd(mp_int z) { return (z->digits[0] & 1) != 0; } function
imath.c 1180 if (mp_int_is_odd(TEMP(0))) {
1259 if (mp_int_is_odd(TEMP(0)) || mp_int_is_odd(TEMP(1))) {
1271 if (mp_int_is_odd(TEMP(2)) || mp_int_is_odd(TEMP(3))) {

Completed in 25 milliseconds