Searched defs:normalizedExponent (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/Support/
H A DAPFloat.cpp236 treated as an integer, and normalizedExponent if the significand
247 int normalizedExponent; member in struct:decimalInfo
259 D->normalizedExponent = 0;
298 D->normalizedExponent = (D->exponent +
2527 } else if (D.normalizedExponent - 1 > INT_MAX / 42039) {
2534 } else if (D.normalizedExponent - 1 < INT_MIN / 42039 ||
2535 (D.normalizedExponent + 1) * 28738 <=
2543 } else if ((D.normalizedExponent - 1) * 42039

Completed in 107 milliseconds