Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/Support/
DAPFloat.cpp258 int normalizedExponent; member
270 D->normalizedExponent = 0; in interpretDecimal()
309 D->normalizedExponent = (D->exponent + in interpretDecimal()
2418 } else if (D.normalizedExponent - 1 > INT_MAX / 42039) { in convertFromDecimalString()
2425 } else if (D.normalizedExponent - 1 < INT_MIN / 42039 || in convertFromDecimalString()
2426 (D.normalizedExponent + 1) * 28738 <= in convertFromDecimalString()
2433 } else if ((D.normalizedExponent - 1) * 42039 in convertFromDecimalString()
/external/llvm/lib/Support/
DAPFloat.cpp250 int normalizedExponent; member
262 D->normalizedExponent = 0; in interpretDecimal()
301 D->normalizedExponent = (D->exponent + in interpretDecimal()
2562 } else if (D.normalizedExponent - 1 > INT_MAX / 42039) { in convertFromDecimalString()
2569 } else if (D.normalizedExponent - 1 < INT_MIN / 42039 || in convertFromDecimalString()
2570 (D.normalizedExponent + 1) * 28738 <= in convertFromDecimalString()
2578 } else if ((D.normalizedExponent - 1) * 42039 in convertFromDecimalString()