4 implementations of MaxFastFloatDecimalExponent
System.Private.CoreLib (4)
src\libraries\System.Private.CoreLib\src\System\Double.cs (1)
2312static int IBinaryFloatParseAndFormatInfo<double>.MaxFastFloatDecimalExponent => 308;
src\libraries\System.Private.CoreLib\src\System\Half.cs (1)
2359static int IBinaryFloatParseAndFormatInfo<Half>.MaxFastFloatDecimalExponent => 4;
src\libraries\System.Private.CoreLib\src\System\Numerics\BFloat16.cs (1)
2136static int IBinaryFloatParseAndFormatInfo<BFloat16>.MaxFastFloatDecimalExponent => 38;
src\libraries\System.Private.CoreLib\src\System\Single.cs (1)
2228static int IBinaryFloatParseAndFormatInfo<float>.MaxFastFloatDecimalExponent => 38;
1 reference to MaxFastFloatDecimalExponent
System.Private.CoreLib (1)
src\libraries\System.Private.CoreLib\src\System\Number.NumberToFloatingPointBits.cs (1)
1285if (q > TFloat.MaxFastFloatDecimalExponent)