2 references to GetTwosComplementLimb
System.Runtime.Numerics (2)
System\Numerics\BigIntegerCalculator.Bitwise.cs (2)
59nuint xu = GetTwosComplementLimb(left, xInline, i, xLen, leftNeg, ref xBorrow); 60nuint yu = GetTwosComplementLimb(right, yInline, i, yLen, rightNeg, ref yBorrow);