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