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