3 references to ILogBDecimalIeee754
System.Private.CoreLib (3)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Numerics\Decimal128.cs (1)
1007
public static int ILogB(Decimal128 x) => Number.
ILogBDecimalIeee754
<Decimal128, UInt128>(new UInt128(x._upper, x._lower));
src\runtime\src\libraries\System.Private.CoreLib\src\System\Numerics\Decimal32.cs (1)
1018
public static int ILogB(Decimal32 x) => Number.
ILogBDecimalIeee754
<Decimal32, uint>(x._value);
src\runtime\src\libraries\System.Private.CoreLib\src\System\Numerics\Decimal64.cs (1)
1011
public static int ILogB(Decimal64 x) => Number.
ILogBDecimalIeee754
<Decimal64, ulong>(x._value);