Searched refs:expAdjustment (Results 1 – 1 of 1) sorted by relevance
2377 int expAdjustment; in convertFromHexadecimalString() local2385 expAdjustment = static_cast<int>(dot - firstSignificantDigit); in convertFromHexadecimalString()2386 if (expAdjustment < 0) in convertFromHexadecimalString()2387 expAdjustment++; in convertFromHexadecimalString()2388 expAdjustment = expAdjustment * 4 - 1; in convertFromHexadecimalString()2392 expAdjustment += semantics->precision; in convertFromHexadecimalString()2393 expAdjustment -= partsCount * integerPartWidth; in convertFromHexadecimalString()2396 exponent = totalExponent(p + 1, end, expAdjustment); in convertFromHexadecimalString()