Searched refs:NotZero (Results 1 - 7 of 7) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/libcryptoxx-5.6.0/
H A Dxtr.h122 return a.c1.NotZero() || a.c2.NotZero();
H A Dinteger.h199 bool NotZero() const {return !IsZero();} function in class:Integer
205 bool IsPositive() const {return NotNegative() && NotZero();}
H A Design.cpp155 if (w1.NotZero())
H A Dluc.h135 bool IsInitialized() const {return m_g.NotZero();}
H A Deccrypto.cpp537 if (m_k.NotZero())
H A Decp.cpp426 if (bases[i].z.NotZero())
H A Dinteger.cpp3751 if (remainder.NotZero())
3783 if (a.IsNegative() && r.NotZero())

Completed in 73 milliseconds