1 write to _q1
System.Runtime.Numerics (1)
System\Numerics\BigIntegerCalculator.FastReducer.cs (1)
38
_q1
= q1;
3 references to _q1
System.Runtime.Numerics (3)
System\Numerics\BigIntegerCalculator.FastReducer.cs (3)
53
_q1
.Clear();
54
int l1 = DivMul(value, _mu,
_q1
, _modulus.Length - 1);
58
int l2 = DivMul(
_q1
.Slice(0, l1), _modulus, _q2, _modulus.Length + 1);