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