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