Home
last modified time | relevance | path

Searched refs:normalizedExponent (Results 1 – 1 of 1) sorted by relevance

/external/llvm/lib/Support/
DAPFloat.cpp247 int normalizedExponent; member
259 D->normalizedExponent = 0; in interpretDecimal()
298 D->normalizedExponent = (D->exponent + in interpretDecimal()
2527 } else if (D.normalizedExponent - 1 > INT_MAX / 42039) { in convertFromDecimalString()
2534 } else if (D.normalizedExponent - 1 < INT_MIN / 42039 || in convertFromDecimalString()
2535 (D.normalizedExponent + 1) * 28738 <= in convertFromDecimalString()
2543 } else if ((D.normalizedExponent - 1) * 42039 in convertFromDecimalString()