Searched refs:m_domain (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 Dalgebra.h225 : m_domain(domain), m_modulus(modulus) {}
228 {return m_domain;}
234 {return m_domain.Equal(m_domain.Mod(m_domain.Subtract(a, b), m_modulus), m_domain.Identity());}
237 {return m_domain.Identity();}
240 {return m_domain.Add(a, b);}
243 {return m_domain.Accumulate(a, b);}
246 {return m_domain
275 EuclideanDomain m_domain; member in class:QuotientRing
[all...]
H A Dalgebra.cpp73 Element v[3]={m_domain.Identity(), m_domain.MultiplicativeIdentity()};
81 m_domain.DivisionAlgorithm(g[i2], y, g[i0], g[i1]);
83 v[i2] = m_domain.Subtract(v[i0], m_domain.Multiply(v[i1], y));
87 return m_domain.IsUnit(g[i0]) ? m_domain.Divide(v[i0], g[i0]) : m_domain.Identity();
H A Dgf2n.cpp749 return m_domain.Mod(a, m_modulus);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/xrc/
H A Dxmlres.h251 wxChar* GetDomain() const { return m_domain; }
294 wxChar* m_domain; member in class:wxXmlResource
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/xrc/
H A Dxmlres.cpp72 m_domain = NULL;
81 m_domain = NULL;
89 if (m_domain)
90 free(m_domain);
96 if (m_domain)
97 free(m_domain);
98 m_domain = NULL;
100 m_domain = wxStrdup(domain);

Completed in 56 milliseconds