2 references to BiasedExponentLength
System.Private.CoreLib (2)
src\libraries\System.Private.CoreLib\src\System\Numerics\BFloat16.cs (2)
1194
return MinExponent - (BitOperations.LeadingZeroCount(x.TrailingSignificand) -
BiasedExponentLength
);
2127
static ushort IBinaryFloatParseAndFormatInfo<BFloat16>.ExponentBits =>
BiasedExponentLength
;