3 implementations of MaxFastFloatDecimalExponent
System.Private.CoreLib (3)
src\libraries\System.Private.CoreLib\src\System\Double.cs (1)
2315
static int IBinaryFloatParseAndFormatInfo<double>.
MaxFastFloatDecimalExponent
=> 308;
src\libraries\System.Private.CoreLib\src\System\Half.cs (1)
2363
static int IBinaryFloatParseAndFormatInfo<Half>.
MaxFastFloatDecimalExponent
=> 4;
src\libraries\System.Private.CoreLib\src\System\Single.cs (1)
2231
static int IBinaryFloatParseAndFormatInfo<float>.
MaxFastFloatDecimalExponent
=> 38;
1 reference to MaxFastFloatDecimalExponent
System.Private.CoreLib (1)
src\libraries\System.Private.CoreLib\src\System\Number.NumberToFloatingPointBits.cs (1)
1285
if (q > TFloat.
MaxFastFloatDecimalExponent
)