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