3 references to MaxBiasedExponent
System.Private.CoreLib (3)
src\libraries\System.Private.CoreLib\src\System\Half.cs (3)
999if (exp == MaxBiasedExponent) 1222else if (biasedExponent == MaxBiasedExponent) 2353static int IBinaryFloatParseAndFormatInfo<Half>.InfinityExponent => MaxBiasedExponent;