3 implementations of EncodeExponentToG0ThroughGwPlus1
System.Private.CoreLib (3)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Numerics\Decimal128.cs (1)
1857
static UInt128 IDecimalIeee754ParseAndFormatInfo<Decimal128, UInt128>.
EncodeExponentToG0ThroughGwPlus1
(uint biasedExponent)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Numerics\Decimal32.cs (1)
1825
static uint IDecimalIeee754ParseAndFormatInfo<Decimal32, uint>.
EncodeExponentToG0ThroughGwPlus1
(uint biasedExponent)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Numerics\Decimal64.cs (1)
1819
static ulong IDecimalIeee754ParseAndFormatInfo<Decimal64, ulong>.
EncodeExponentToG0ThroughGwPlus1
(uint biasedExponent)
1 reference to EncodeExponentToG0ThroughGwPlus1
System.Private.CoreLib (1)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Number.DecimalIeee754.cs (1)
512
value |= TDecimal.
EncodeExponentToG0ThroughGwPlus1
(biasedExponent);