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