4 references to MultiplyKaratsuba
System.Runtime.Numerics (4)
System\Numerics\BigIntegerCalculator.SquMul.cs (4)
235MultiplyKaratsuba(right, leftHigh, bitsHigh.Slice(0, leftHigh.Length + right.Length), (right.Length + 1) >> 1);
245MultiplyKaratsuba(left, right, bits, n);
277MultiplyKaratsuba(leftLow, rightLow, bitsLow, (leftLow.Length + 1) >> 1);
309MultiplyKaratsuba(leftFold, rightFold, core, (leftFold.Length + 1) >> 1);