33 references to BigInteger
System.Runtime.Numerics (33)
System\Number.BigInteger.cs (1)
414
result = new
BigInteger
(resultBuffer, number.IsNegative);
System\Numerics\BigInteger.cs (32)
927
return new
BigInteger
(quotient, (dividend._sign < 0) ^ (divisor._sign < 0));
947
remainder =
new
(rest, dividend._sign < 0);
948
BigInteger result =
new
(quotient, (dividend._sign < 0) ^ (divisor._sign < 0));
1091
result = new
BigInteger
(bits, negative: false);
1151
result = new
BigInteger
(bits, value._sign < 0 && !exponent.IsEven);
1199
result = new
BigInteger
(bits, value._sign < 0 && (exponent & 1) != 0);
1208
result = new
BigInteger
(bits, value._sign < 0 && (exponent & 1) != 0);
1888
result = new
BigInteger
(bits, leftSign < 0);
1899
result = new
BigInteger
(bits, leftSign < 0);
1910
result = new
BigInteger
(bits, leftSign < 0);
1921
result = new
BigInteger
(bits, leftSign < 0);
1957
result = new
BigInteger
(bits, leftSign >= 0);
1968
result = new
BigInteger
(bits, leftSign < 0);
1977
result = new
BigInteger
(bits, leftSign >= 0);
1988
result = new
BigInteger
(bits, leftSign < 0);
2721
BigInteger result =
new
(zd, neg);
2746
result = new
BigInteger
(bits, negative: true);
2755
result = new
BigInteger
(bits, negative: false);
2781
result = new
BigInteger
(bits, negative: false);
2789
result = new
BigInteger
(bits, negative: true);
2810
result = new
BigInteger
(bits, negative: false);
2819
result = new
BigInteger
(bits, negative: true);
2860
result = new
BigInteger
(bits, (leftSign < 0) ^ (rightSign < 0));
2871
result = new
BigInteger
(bits, (leftSign < 0) ^ (rightSign < 0));
2880
result = new
BigInteger
(bits, (leftSign < 0) ^ (rightSign < 0));
2891
result = new
BigInteger
(bits, (leftSign < 0) ^ (rightSign < 0));
2925
BigInteger result = new
BigInteger
(quotient, (dividend._sign < 0) ^ (divisor._sign < 0));
2944
BigInteger result =
new
(quotient, (dividend._sign < 0) ^ (divisor._sign < 0));
2987
BigInteger result =
new
(bits, dividend._sign < 0);
3336
BigInteger result =
new
(zd, negative);
5113
result = new
BigInteger
(zd, true);
5117
result = new
BigInteger
(zd, false);