3 references to MaxExponent
System.Private.CoreLib (3)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Numerics\BFloat16.cs (3)
2141
static int IBinaryFloatParseAndFormatInfo<BFloat16>.MinBinaryExponent => 1 -
MaxExponent
;
2142
static int IBinaryFloatParseAndFormatInfo<BFloat16>.MaxBinaryExponent =>
MaxExponent
;
2150
static int IBinaryFloatParseAndFormatInfo<BFloat16>.OverflowDecimalExponent => (
MaxExponent
+ (2 * SignificandLength)) / 3;