2 references to ExponentBias
System.Private.CoreLib (2)
src\libraries\System.Private.CoreLib\src\System\Numerics\BFloat16.cs (2)
117return (sbyte)(BiasedExponent - ExponentBias); 2126static int IBinaryFloatParseAndFormatInfo<BFloat16>.ExponentBias => ExponentBias;