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

/external/swiftshader/third_party/LLVM/lib/Support/
H A DAPFloat.cpp247 treated as an integer, and normalizedExponent if the significand
258 int normalizedExponent; member in struct:decimalInfo
270 D->normalizedExponent = 0;
309 D->normalizedExponent = (D->exponent +
2418 } else if (D.normalizedExponent - 1 > INT_MAX / 42039) {
2425 } else if (D.normalizedExponent - 1 < INT_MIN / 42039 ||
2426 (D.normalizedExponent + 1) * 28738 <=
2433 } else if ((D.normalizedExponent - 1) * 42039
/external/llvm/lib/Support/
H A DAPFloat.cpp239 treated as an integer, and normalizedExponent if the significand
250 int normalizedExponent; member in struct:decimalInfo
262 D->normalizedExponent = 0;
301 D->normalizedExponent = (D->exponent +
2562 } else if (D.normalizedExponent - 1 > INT_MAX / 42039) {
2569 } else if (D.normalizedExponent - 1 < INT_MIN / 42039 ||
2570 (D.normalizedExponent + 1) * 28738 <=
2578 } else if ((D.normalizedExponent - 1) * 42039

Completed in 106 milliseconds