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