3 references to MultiplyDecimalIeee754
System.Private.CoreLib (3)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Numerics\Decimal128.cs (1)
394
UInt128 result = Number.
MultiplyDecimalIeee754
<Decimal128, UInt128>(new UInt128(left._upper, left._lower), new UInt128(right._upper, right._lower));
src\runtime\src\libraries\System.Private.CoreLib\src\System\Numerics\Decimal32.cs (1)
384
return new Decimal32(Number.
MultiplyDecimalIeee754
<Decimal32, uint>(left._value, right._value));
src\runtime\src\libraries\System.Private.CoreLib\src\System\Numerics\Decimal64.cs (1)
387
return new Decimal64(Number.
MultiplyDecimalIeee754
<Decimal64, ulong>(left._value, right._value));