4 references to MultiplyKaratsubaThreshold
System.Runtime.Numerics (4)
System\Numerics\BigIntegerCalculator.SquMul.cs (4)
226Debug.Assert(MultiplyKaratsubaThreshold >= 2); 228Debug.Assert(MultiplyKaratsubaThreshold <= MultiplyToom3Threshold); 239if (right.Length < MultiplyKaratsubaThreshold) 520Debug.Assert(right.Length < MultiplyKaratsubaThreshold);