Searched refs:IsNegative (Results 1 - 9 of 9) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/libcryptoxx-5.6.0/
H A Dxtrcrypt.cpp47 pass = pass && !(m_g.c1.IsNegative() || m_g.c2.IsNegative() || m_g.c1 >= m_p || m_g.c2 >= m_p || m_g == three);
97 if (w.c1.IsNegative() || w.c2.IsNegative() || w.c1 >= m_p || w.c2 >= m_p || w == three)
H A Decp.cpp166 pass = pass && !m_a.IsNegative() && m_a<p && !m_b.IsNegative() && m_b<p;
182 (!x.IsNegative() && x<p && !y.IsNegative() && y<p
H A Dinteger.h201 bool IsNegative() const {return sign == NEGATIVE;} function in class:Integer
203 bool NotNegative() const {return !IsNegative();}
H A Decp.h40 : m_fieldPtr(new Field(modulus)), m_a(a.IsNegative() ? modulus+a : a), m_b(b) {}
H A Dinteger.cpp2889 return IsNegative() ? false : (reg[0]==0 && WordCount()==0);
3117 if (IsNegative() && *this < -Power2(outputLen*8-1))
3281 if (equiv.IsNegative() || equiv >= mod)
3407 if (a.IsNegative())
3462 if (IsNegative())
3661 if (IsNegative() && WordCount()==0) // avoid -0
3748 if (dividend.IsNegative())
3758 if (divisor.IsNegative())
3783 if (a.IsNegative() && r.NotZero())
3878 if (IsNegative()
[all...]
H A Dnbtheory.cpp381 assert(!equiv.IsNegative() && equiv < mod);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dtimespan.tex77 \helpref{IsNegative}{wxtimespanisnegative}\\
240 \membersection{wxTimeSpan::IsNegative}\label{wxtimespanisnegative}
242 \constfunc{bool}{IsNegative}{\void}
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Ddatetime.h1244 bool IsNegative() const { return m_diff < 0l; } function in class:wxTimeSpan
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Ddatetime.cpp4305 if ( IsNegative() )

Completed in 77 milliseconds