11 references to Square
System.Runtime.Numerics (11)
System\Number.BigInteger.cs (1)
1229BigIntegerCalculator.Square(src, dst);
System\Numerics\BigInteger.cs (1)
2801BigIntegerCalculator.Square(left, bits);
System\Numerics\BigIntegerCalculator.PowMod.cs (1)
93Square(value.Slice(0, valueLength), temp.Slice(0, resultLength));
System\Numerics\BigIntegerCalculator.SquMul.cs (8)
113Square(valueLow, bitsLow); 116Square(valueHigh, bitsHigh); 136Square(fold, core); 723BigIntegerCalculator.Square(p0, r0); 724BigIntegerCalculator.Square(p1, r1); 725BigIntegerCalculator.Square(pm1, rm1); 726BigIntegerCalculator.Square(pm2, rm2); 727BigIntegerCalculator.Square(pInf, rInf);