Searched refs:expAdjustment (Results 1 – 1 of 1) sorted by relevance
2262 int expAdjustment; in convertFromHexadecimalString() local2270 expAdjustment = static_cast<int>(dot - firstSignificantDigit); in convertFromHexadecimalString()2271 if (expAdjustment < 0) in convertFromHexadecimalString()2272 expAdjustment++; in convertFromHexadecimalString()2273 expAdjustment = expAdjustment * 4 - 1; in convertFromHexadecimalString()2277 expAdjustment += semantics->precision; in convertFromHexadecimalString()2278 expAdjustment -= partsCount * integerPartWidth; in convertFromHexadecimalString()2281 exponent = totalExponent(p + 1, end, expAdjustment); in convertFromHexadecimalString()