4 references to MultiplyKaratsubaThreshold
System.Runtime.Numerics (4)
System\Numerics\BigIntegerCalculator.SquMul.cs (4)
164
Debug.Assert(
MultiplyKaratsubaThreshold
>= 2);
175
if (right.Length <
MultiplyKaratsubaThreshold
)
254
if (right.Length <
MultiplyKaratsubaThreshold
)
333
Debug.Assert(right.Length <
MultiplyKaratsubaThreshold
);