Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/lib/Support/
H A DAPFloat.cpp417 int normalizedExponent; member
431 D->normalizedExponent = 0; in interpretDecimal()
477 D->normalizedExponent = (D->exponent + in interpretDecimal()
2883 } else if (D.normalizedExponent - 1 > INT_MAX / 42039) { in convertFromDecimalString()
2890 } else if (D.normalizedExponent - 1 < INT_MIN / 42039 || in convertFromDecimalString()
2891 (D.normalizedExponent + 1) * 28738 <= in convertFromDecimalString()
2899 } else if ((D.normalizedExponent - 1) * 42039 in convertFromDecimalString()