12 references to m_base
System (12)
security\system\security\cryptography\bigint.cs (12)
244diff += m_base; 268carry = product / m_base; 269SetDigit(index, (byte) (product % m_base), ref newSize); 293carry = product / m_base; 294c.SetDigit(index, (byte) (product % m_base), ref newSize); 317quotient = m_base * carry + GetDigit(bLen); 352divisor.Multiply(m_base); 357divisor.Divide(m_base); 371m_base * dividend.GetDigit(dividend.Size - 1) + dividend.GetDigit(dividend.Size - 2); 375if (c >= m_base) 384quotient.Multiply(m_base); 387divisor.Divide(m_base);