3 implementations of MaxFastFloatDecimalExponent
System.Private.CoreLib (3)
src\libraries\System.Private.CoreLib\src\System\Double.cs (1)
2315static int IBinaryFloatParseAndFormatInfo<double>.MaxFastFloatDecimalExponent => 308;
src\libraries\System.Private.CoreLib\src\System\Half.cs (1)
2363static int IBinaryFloatParseAndFormatInfo<Half>.MaxFastFloatDecimalExponent => 4;
src\libraries\System.Private.CoreLib\src\System\Single.cs (1)
2231static 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)