4 references to GetPower
System.Runtime.Numerics (4)
System\Numerics\BigInteger.cs (1)
1517ReadOnlySpan<nuint> exactBits = BigIntegerCalculator.GetPower(
System\Numerics\BigIntegerCalculator.PowMod.cs (3)
103ReadOnlySpan<nuint> selectedPower = GetPower(powerIndices, powers, index); 140ReadOnlySpan<nuint> selectedPower = GetPower(powerIndices, powers, index); 158ReadOnlySpan<nuint> lastPower = GetPower(powerIndices, powers, powerIndices.Length - 1);