3 implementations of MinFastFloatDecimalExponent
System.Private.CoreLib (3)
src\libraries\System.Private.CoreLib\src\System\Double.cs (1)
2314static int IBinaryFloatParseAndFormatInfo<double>.MinFastFloatDecimalExponent => -342;
src\libraries\System.Private.CoreLib\src\System\Half.cs (1)
2362static int IBinaryFloatParseAndFormatInfo<Half>.MinFastFloatDecimalExponent => -8;
src\libraries\System.Private.CoreLib\src\System\Single.cs (1)
2230static int IBinaryFloatParseAndFormatInfo<float>.MinFastFloatDecimalExponent => -65;
1 reference to MinFastFloatDecimalExponent
System.Private.CoreLib (1)
src\libraries\System.Private.CoreLib\src\System\Number.NumberToFloatingPointBits.cs (1)
1280if ((w == 0) || (q < TFloat.MinFastFloatDecimalExponent))