8 references to Compare
System.Runtime.Numerics (8)
System\Number.BigInteger.cs (1)
1018
while (bits.Length < powOfTen.Length + omittedLength || BigIntegerCalculator.
Compare
(bits.Slice(omittedLength), powOfTen) < 0)
System\Numerics\BigInteger.cs (4)
1057
return BigIntegerCalculator.
Compare
(left._bits, right._bits) < 0
1064
Debug.Assert(BigIntegerCalculator.
Compare
(leftBits, rightBits) >= 0);
1388
int bitsResult = BigIntegerCalculator.
Compare
(_bits, other._bits);
1971
else if (BigIntegerCalculator.
Compare
(leftBits, rightBits) < 0)
System\Numerics\BigIntegerCalculator.FastReducer.cs (1)
143
while (
Compare
(left, modulus) >= 0)
System\Numerics\BigIntegerCalculator.PowMod.cs (1)
720
if (overflow != 0 ||
Compare
(upper, modulus) >= 0)
System\Numerics\BigIntegerCalculator.Utils.cs (1)
65
return
Compare
(left, right);