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