5 references to RightShiftSelf
System.Runtime.Numerics (5)
System\Numerics\BigInteger.cs (4)
2708BigIntegerCalculator.RightShiftSelf(zd, smallShift, out nuint carry); 3392BigIntegerCalculator.RightShiftSelf(zd, nuintSmallShift, out nuint carry); 3420BigIntegerCalculator.RightShiftSelf(zd, smallShift32, out nuint carry); 5314BigIntegerCalculator.RightShiftSelf(zd, smallShift, out _);
System\Numerics\BigIntegerCalculator.ShiftRot.cs (1)
60RightShiftSelf(bits, smallShift, out nuint carry);