Searched refs:normalizedExponent (Results 1 – 1 of 1) sorted by relevance
246 int normalizedExponent; member258 D->normalizedExponent = 0; in interpretDecimal()297 D->normalizedExponent = (D->exponent + in interpretDecimal()2538 } else if (D.normalizedExponent - 1 > INT_MAX / 42039) { in convertFromDecimalString()2545 } else if (D.normalizedExponent - 1 < INT_MIN / 42039 || in convertFromDecimalString()2546 (D.normalizedExponent + 1) * 28738 <= in convertFromDecimalString()2554 } else if ((D.normalizedExponent - 1) * 42039 in convertFromDecimalString()