34 references to BigInteger
System.Runtime.Numerics (34)
System\Number.BigInteger.cs (1)
438result = 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); 2804BigInteger result = new(zd, neg); 2829result = new BigInteger(bits, negative: true); 2838result = new BigInteger(bits, negative: false); 2864result = new BigInteger(bits, negative: false); 2872result = new BigInteger(bits, negative: true); 2893result = new BigInteger(bits, negative: false); 2902result = new BigInteger(bits, negative: true); 2943result = new BigInteger(bits, (leftSign < 0) ^ (rightSign < 0)); 2954result = new BigInteger(bits, (leftSign < 0) ^ (rightSign < 0)); 2963result = new BigInteger(bits, (leftSign < 0) ^ (rightSign < 0)); 2974result = new BigInteger(bits, (leftSign < 0) ^ (rightSign < 0)); 3008BigInteger result = new BigInteger(quotient, (dividend._sign < 0) ^ (divisor._sign < 0)); 3027BigInteger result = new(quotient, (dividend._sign < 0) ^ (divisor._sign < 0)); 3070BigInteger result = new(bits, dividend._sign < 0); 3569BigInteger result = new(zd, negative); 3631BigInteger result = new(zd, negative); 5408result = new BigInteger(zd, true); 5412result = new BigInteger(zd, false);