Searched refs:normalizedExponent (Results 1 – 1 of 1) sorted by relevance
542 int normalizedExponent; member556 D->normalizedExponent = 0; in interpretDecimal()602 D->normalizedExponent = (D->exponent + in interpretDecimal()3070 } else if (D.normalizedExponent - 1 > INT_MAX / 42039) { in convertFromDecimalString()3077 } else if (D.normalizedExponent - 1 < INT_MIN / 42039 || in convertFromDecimalString()3078 (D.normalizedExponent + 1) * 28738 <= in convertFromDecimalString()3086 } else if ((D.normalizedExponent - 1) * 42039 in convertFromDecimalString()