3 references to MaxBiasedExponent
System.Private.CoreLib (3)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Half.cs (3)
1031if (exp == MaxBiasedExponent) 1256else if (biasedExponent == MaxBiasedExponent) 2418static int IBinaryFloatParseAndFormatInfo<Half>.InfinityExponent => MaxBiasedExponent;