Searched refs:NotNegative (Results 1 - 5 of 5) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/libcryptoxx-5.6.0/
H A Dinteger.h203 bool NotNegative() const {return !IsNegative();} function in class:Integer
205 bool IsPositive() const {return NotNegative() && NotZero();}
H A Dinteger.cpp3115 if (NotNegative() && (GetByte(outputLen-1) & 0x80))
3130 if (signedness == UNSIGNED || NotNegative())
3442 if (NotNegative())
3551 if (NotNegative())
3553 if (b.NotNegative())
3560 if (b.NotNegative())
3574 if (NotNegative())
3576 if (t.NotNegative())
3583 if (t.NotNegative())
3597 if (NotNegative())
[all...]
H A Dgfpcrypt.cpp134 pass = pass && GetFieldType() == 1 ? g.IsPositive() : g.NotNegative();
H A Dalgebra.cpp264 assert(expBegin->NotNegative());
H A Decp.cpp384 assert(expBegin->NotNegative());

Completed in 79 milliseconds