Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/
H A DAPFloat.cpp388 int normalizedExponent; member
402 D->normalizedExponent = 0; in interpretDecimal()
448 D->normalizedExponent = (D->exponent + in interpretDecimal()
2732 } else if (D.normalizedExponent - 1 > INT_MAX / 42039) { in convertFromDecimalString()
2739 } else if (D.normalizedExponent - 1 < INT_MIN / 42039 || in convertFromDecimalString()
2740 (D.normalizedExponent + 1) * 28738 <= in convertFromDecimalString()
2748 } else if ((D.normalizedExponent - 1) * 42039 in convertFromDecimalString()