3 references to SignificandLength
System.Private.CoreLib (3)
src\libraries\System.Private.CoreLib\src\System\Single.cs (3)
2203static ulong IBinaryFloatParseAndFormatInfo<float>.NormalMantissaMask => (1UL << SignificandLength) - 1; 2215static int IBinaryFloatParseAndFormatInfo<float>.OverflowDecimalExponent => (MaxExponent + (2 * SignificandLength)) / 3; 2218static ushort IBinaryFloatParseAndFormatInfo<float>.NormalMantissaBits => SignificandLength;