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