2 references to BiasedExponentLength
System.Private.CoreLib (2)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Half.cs (2)
1585return MinExponent - (ushort.LeadingZeroCount(x.TrailingSignificand) - BiasedExponentLength); 2415static ushort IBinaryFloatParseAndFormatInfo<Half>.ExponentBits => BiasedExponentLength;