3 references to SignificandLength
System.Private.CoreLib (3)
src\libraries\System.Private.CoreLib\src\System\Half.cs (3)
2332static ulong IBinaryFloatParseAndFormatInfo<Half>.NormalMantissaMask => (1UL << SignificandLength) - 1; 2344static int IBinaryFloatParseAndFormatInfo<Half>.OverflowDecimalExponent => (MaxExponent + (2 * SignificandLength)) / 3; 2347static ushort IBinaryFloatParseAndFormatInfo<Half>.NormalMantissaBits => SignificandLength;