5 references to LeftShiftSelf
System.Runtime.Numerics (5)
System\Numerics\BigInteger.cs (4)
1293
BigIntegerCalculator.
LeftShiftSelf
(shiftedBits, smallShift, out nuint carry);
3340
BigIntegerCalculator.
LeftShiftSelf
(zd, smallShift, out nuint carry);
4192
BigIntegerCalculator.
LeftShiftSelf
(zd, nuintSmallShift, out nuint carry);
4234
BigIntegerCalculator.
LeftShiftSelf
(zd, smallShift32, out _);
System\Numerics\BigIntegerCalculator.ShiftRot.cs (1)
45
LeftShiftSelf
(bits, smallShift, out nuint carry);