34 references to BigInteger
System.Runtime.Numerics (34)
System\Number.BigInteger.cs (1)
458result = new BigInteger(resultBuffer, number.IsNegative);
System\Numerics\BigInteger.cs (33)
945return new BigInteger(quotient, (dividend._sign < 0) ^ (divisor._sign < 0)); 965remainder = new(rest, dividend._sign < 0); 966BigInteger result = new(quotient, (dividend._sign < 0) ^ (divisor._sign < 0)); 1109result = new BigInteger(bits, negative: false); 1169result = new BigInteger(bits, value._sign < 0 && !exponent.IsEven); 1217result = new BigInteger(bits, value._sign < 0 && (exponent & 1) != 0); 1226result = new BigInteger(bits, value._sign < 0 && (exponent & 1) != 0); 1906result = new BigInteger(bits, leftSign < 0); 1917result = new BigInteger(bits, leftSign < 0); 1928result = new BigInteger(bits, leftSign < 0); 1939result = new BigInteger(bits, leftSign < 0); 1975result = new BigInteger(bits, leftSign >= 0); 1986result = new BigInteger(bits, leftSign < 0); 1995result = new BigInteger(bits, leftSign >= 0); 2006result = new BigInteger(bits, leftSign < 0); 2913BigInteger result = new(zd, neg); 2938result = new BigInteger(bits, negative: true); 2947result = new BigInteger(bits, negative: false); 2973result = new BigInteger(bits, negative: false); 2981result = new BigInteger(bits, negative: true); 3002result = new BigInteger(bits, negative: false); 3011result = new BigInteger(bits, negative: true); 3052result = new BigInteger(bits, (leftSign < 0) ^ (rightSign < 0)); 3063result = new BigInteger(bits, (leftSign < 0) ^ (rightSign < 0)); 3072result = new BigInteger(bits, (leftSign < 0) ^ (rightSign < 0)); 3083result = new BigInteger(bits, (leftSign < 0) ^ (rightSign < 0)); 3117BigInteger result = new BigInteger(quotient, (dividend._sign < 0) ^ (divisor._sign < 0)); 3136BigInteger result = new(quotient, (dividend._sign < 0) ^ (divisor._sign < 0)); 3179BigInteger result = new(bits, dividend._sign < 0); 3678BigInteger result = new(zd, negative); 3740BigInteger result = new(zd, negative); 5517result = new BigInteger(zd, true); 5521result = new BigInteger(zd, false);