Lines Matching defs:minRes
729 const int minRes = 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);
1186 const int minRes = 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);
1294 const int minRes = int(in0-eps);
1298 for (int roundedVal = minRes; roundedVal <= maxRes; roundedVal++)
1311 m_failMsg << "Expected [" << compNdx << "] = [" << minRes << ", " << maxRes << "] with ULP threshold " << tcu::toHex(maxUlpDiff);
1422 const int minRes = 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);
1520 const int minRes = 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);