4 implementations of MinFastFloatDecimalExponent
System.Private.CoreLib (4)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Double.cs (1)
2580static int IBinaryFloatParseAndFormatInfo<double>.MinFastFloatDecimalExponent => -342;
src\runtime\src\libraries\System.Private.CoreLib\src\System\Half.cs (1)
2423static int IBinaryFloatParseAndFormatInfo<Half>.MinFastFloatDecimalExponent => -26;
src\runtime\src\libraries\System.Private.CoreLib\src\System\Numerics\BFloat16.cs (1)
2144static int IBinaryFloatParseAndFormatInfo<BFloat16>.MinFastFloatDecimalExponent => -59;
src\runtime\src\libraries\System.Private.CoreLib\src\System\Single.cs (1)
2268static int IBinaryFloatParseAndFormatInfo<float>.MinFastFloatDecimalExponent => -64;
1 reference to MinFastFloatDecimalExponent
System.Private.CoreLib (1)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Number.NumberToFloatingPointBits.cs (1)
1270if ((w == 0) || (q < TFloat.MinFastFloatDecimalExponent))