8 references to kuMaskHighBit
System.Runtime.Numerics (8)
System\Numerics\BigInteger.cs (8)
47private static readonly BigInteger s_bnMinInt = new BigInteger(-1, new uint[] { kuMaskHighBit }); 232const int signMask = unchecked((int)kuMaskHighBit); 440case kuMaskHighBit: // abs(Int32.MinValue) 516if (value[0] < kuMaskHighBit) 521else if (negative && value[0] == kuMaskHighBit) 587else if (value[0] == kuMaskHighBit) 1889if (value._bits[0] > kuMaskHighBit) 3136Debug.Assert(_bits.Length > 1 || _bits[0] >= kuMaskHighBit);