3 references to Log2P1DecimalIeee754
System.Private.CoreLib (3)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Numerics\Decimal128.cs (1)
1028
public static Decimal128 Log2P1(Decimal128 x) => new Decimal128(Number.
Log2P1DecimalIeee754
<Decimal128, UInt128>(new UInt128(x._upper, x._lower)));
src\runtime\src\libraries\System.Private.CoreLib\src\System\Numerics\Decimal32.cs (1)
1039
public static Decimal32 Log2P1(Decimal32 x) => new Decimal32(Number.
Log2P1DecimalIeee754
<Decimal32, uint>(x._value));
src\runtime\src\libraries\System.Private.CoreLib\src\System\Numerics\Decimal64.cs (1)
1032
public static Decimal64 Log2P1(Decimal64 x) => new Decimal64(Number.
Log2P1DecimalIeee754
<Decimal64, ulong>(x._value));