12 references to m_base
System.Security (12)
system\security\cryptography\bigint.cs (12)
247diff += m_base; 271carry = product / m_base; 272SetDigit(index, (byte) (product % m_base), ref newSize); 296carry = product / m_base; 297c.SetDigit(index, (byte) (product % m_base), ref newSize); 320quotient = m_base * carry + GetDigit(bLen); 355divisor.Multiply(m_base); 360divisor.Divide(m_base); 374m_base * dividend.GetDigit(dividend.Size - 1) + dividend.GetDigit(dividend.Size - 2); 378if (c >= m_base) 387quotient.Multiply(m_base); 390divisor.Divide(m_base);