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

/external/dropbear/libtomcrypt/src/headers/
H A Dtomcrypt_math.h4 #define LTC_MP_EQ 0 macro
97 @return LTC_MP_LT if a < b, LTC_MP_GT if a > b and LTC_MP_EQ otherwise. (signed comparison)
104 @return LTC_MP_LT if a < b, LTC_MP_GT if a > b and LTC_MP_EQ otherwise. (signed comparison)
496 #define mp_iszero(a) (mp_cmp_d(a, 0) == LTC_MP_EQ ? LTC_MP_YES : LTC_MP_NO)

Completed in 73 milliseconds