5 references to MultiplyKaratsubaThreshold
System.Runtime.Numerics (5)
System\Numerics\BigIntegerCalculator.SquMul.cs (5)
37
if (value.Length <
MultiplyKaratsubaThreshold
)
223
Debug.Assert(
MultiplyKaratsubaThreshold
>= 2);
225
Debug.Assert(
MultiplyKaratsubaThreshold
<= MultiplyToom3Threshold);
236
if (right.Length <
MultiplyKaratsubaThreshold
)
524
Debug.Assert(right.Length <
MultiplyKaratsubaThreshold
);