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