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