8 references to Multiply
System.Private.CoreLib (8)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Number.BigInteger.cs (4)
787
Multiply
(ref rhs, lhs.ToUInt32(), out result);
793
Multiply
(ref lhs, rhs.ToUInt32(), out result);
1112
Multiply
(ref this, value, out this);
1119
Multiply
(ref this, value.ToUInt32(), out this);
src\runtime\src\libraries\System.Private.CoreLib\src\System\Number.Dragon4.cs (4)
206
BigInteger.
Multiply
(ref scaledMarginLow, 2, out scaledMarginHigh);
244
BigInteger.
Multiply
(ref scaledMarginLow, 2, out scaledMarginHigh);
303
BigInteger.
Multiply
(ref scaledMarginLow, 2, out scaledMarginHigh);
359
BigInteger.
Multiply
(ref scaledMarginLow, 2, out scaledMarginHigh);