5 references to RightShiftSelf
System.Runtime.Numerics (5)
System\Numerics\BigInteger.cs (4)
2900BigIntegerCalculator.RightShiftSelf(zd, smallShift, out nuint carry); 3584BigIntegerCalculator.RightShiftSelf(zd, nuintSmallShift, out nuint carry); 3612BigIntegerCalculator.RightShiftSelf(zd, smallShift32, out nuint carry); 5506BigIntegerCalculator.RightShiftSelf(zd, smallShift, out _);
System\Numerics\BigIntegerCalculator.ShiftRot.cs (1)
60RightShiftSelf(bits, smallShift, out nuint carry);