Searched refs:IsPositive (Results 1 - 13 of 13) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dtimespan.tex76 \helpref{IsPositive}{wxtimespanispositive}\\
254 \membersection{wxTimeSpan::IsPositive}\label{wxtimespanispositive}
256 \constfunc{bool}{IsPositive}{\void}
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/libcryptoxx-5.6.0/
H A Dinteger.h205 bool IsPositive() const {return NotNegative() && NotZero();} function in class:Integer
207 bool NotPositive() const {return !IsPositive();}
H A Drsa.cpp124 assert(m_d.IsPositive());
251 pass = pass && m_u.IsPositive() && m_u < m_p;
H A Design.cpp161 while ((w1 >> 2*GetK()+1).IsPositive());
H A Dluc.cpp177 pass = pass && m_u.IsPositive() && m_u < m_p;
H A Drabin.cpp188 pass = pass && m_u.IsPositive() && m_u < m_p;
H A Drw.cpp165 pass = pass && m_u.IsPositive() && m_u < m_p;
H A Dgfpcrypt.cpp134 pass = pass && GetFieldType() == 1 ? g.IsPositive() : g.NotNegative();
H A Dnbtheory.cpp65 if (p.IsPositive() && p <= primeTable[primeTableSize-1])
404 if (p.IsPositive())
H A Decp.cpp169 pass = pass && ((4*m_a*m_a*m_a+27*m_b*m_b)%p).IsPositive();
H A Dpubkey.h763 pass = pass && x.IsPositive() && x < q;
H A Dinteger.cpp3920 if (!IsPositive())
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Ddatetime.h1241 bool IsPositive() const { return m_diff > 0l; } function in class:wxTimeSpan

Completed in 89 milliseconds