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