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