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

/macosx-10.10/llvmCore-3425.0.34/lib/Support/
H A DAPFloat.cpp250 treated as an integer, and normalizedExponent if the significand
261 int normalizedExponent; member in struct:decimalInfo
273 D->normalizedExponent = 0;
312 D->normalizedExponent = (D->exponent +
2451 } else if (D.normalizedExponent - 1 > INT_MAX / 42039) {
2458 } else if (D.normalizedExponent - 1 < INT_MIN / 42039 ||
2459 (D.normalizedExponent + 1) * 28738 <=
2466 } else if ((D.normalizedExponent - 1) * 42039

Completed in 150 milliseconds