2 overrides of ExponentBits
Microsoft.CodeAnalysis (2)
RealParser.cs (2)
247
public override ushort
ExponentBits
=> 8;
262
public override ushort
ExponentBits
=> 11;
1 reference to ExponentBits
Microsoft.CodeAnalysis (1)
RealParser.cs (1)
233
Debug.Assert((shiftedExponent & ~(((1UL << this.
ExponentBits
) - 1) << DenormalMantissaBits)) == 0); // exponent fits in its place