4 implementations of MaxFastFloatDecimalExponent
System.Private.CoreLib (4)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Double.cs (1)
2581
static int IBinaryFloatParseAndFormatInfo<double>.
MaxFastFloatDecimalExponent
=> 308;
src\runtime\src\libraries\System.Private.CoreLib\src\System\Half.cs (1)
2424
static int IBinaryFloatParseAndFormatInfo<Half>.
MaxFastFloatDecimalExponent
=> 4;
src\runtime\src\libraries\System.Private.CoreLib\src\System\Numerics\BFloat16.cs (1)
2145
static int IBinaryFloatParseAndFormatInfo<BFloat16>.
MaxFastFloatDecimalExponent
=> 38;
src\runtime\src\libraries\System.Private.CoreLib\src\System\Single.cs (1)
2269
static int IBinaryFloatParseAndFormatInfo<float>.
MaxFastFloatDecimalExponent
=> 38;
1 reference to MaxFastFloatDecimalExponent
System.Private.CoreLib (1)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Number.NumberToFloatingPointBits.cs (1)
1275
if (q > TFloat.
MaxFastFloatDecimalExponent
)