4 implementations of ExponentBits
System.Private.CoreLib (4)
src\libraries\System.Private.CoreLib\src\System\Double.cs (1)
2303
static ushort IBinaryFloatParseAndFormatInfo<double>.
ExponentBits
=> 11;
src\libraries\System.Private.CoreLib\src\System\Half.cs (1)
2350
static ushort IBinaryFloatParseAndFormatInfo<Half>.
ExponentBits
=> BiasedExponentLength;
src\libraries\System.Private.CoreLib\src\System\Numerics\BFloat16.cs (1)
2127
static ushort IBinaryFloatParseAndFormatInfo<BFloat16>.
ExponentBits
=> BiasedExponentLength;
src\libraries\System.Private.CoreLib\src\System\Single.cs (1)
2219
static ushort IBinaryFloatParseAndFormatInfo<float>.
ExponentBits
=> 8;
1 reference to ExponentBits
System.Private.CoreLib (1)
src\libraries\System.Private.CoreLib\src\System\Number.NumberToFloatingPointBits.cs (1)
833
Debug.Assert((shiftedExponent & ~(((1UL << TFloat.
ExponentBits
) - 1) << TFloat.DenormalMantissaBits)) == 0); // exponent fits in its place