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