Lines Matching refs:maxRes
730 const int maxRes = int(roundEven(in0+eps));
733 for (int roundedVal = minRes; roundedVal <= maxRes; roundedVal++)
746 m_failMsg << "Expected [" << compNdx << "] = [" << minRes << ", " << maxRes << "] with ULP threshold " << tcu::toHex(maxUlpDiff);
1187 const int maxRes = int(deFloatFloor(in0+eps));
1190 for (int roundedVal = minRes; roundedVal <= maxRes; roundedVal++)
1203 m_failMsg << "Expected [" << compNdx << "] = [" << minRes << ", " << maxRes << "] with ULP threshold " << tcu::toHex(maxUlpDiff);
1295 const int maxRes = int(in0+eps);
1298 for (int roundedVal = minRes; roundedVal <= maxRes; roundedVal++)
1311 m_failMsg << "Expected [" << compNdx << "] = [" << minRes << ", " << maxRes << "] with ULP threshold " << tcu::toHex(maxUlpDiff);
1423 const int maxRes = int(roundEven(in0+eps));
1426 for (int roundedVal = minRes; roundedVal <= maxRes; roundedVal++)
1439 m_failMsg << "Expected [" << compNdx << "] = [" << minRes << ", " << maxRes << "] with ULP threshold " << tcu::toHex(maxUlpDiff);
1521 const int maxRes = int(deFloatCeil(in0+eps));
1524 for (int roundedVal = minRes; roundedVal <= maxRes; roundedVal++)
1535 if (!anyOk && de::inRange(0, minRes, maxRes))
1544 m_failMsg << "Expected [" << compNdx << "] = [" << minRes << ", " << maxRes << "] with ULP threshold " << tcu::toHex(maxUlpDiff);