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