Lines Matching refs:maxRes
655 const int maxRes = int(roundEven(in0+eps));
658 for (int roundedVal = minRes; roundedVal <= maxRes; roundedVal++)
671 m_failMsg << "Expected [" << compNdx << "] = [" << minRes << ", " << maxRes << "] with ULP threshold " << tcu::toHex(maxUlpDiff);
1107 const int maxRes = int(deFloatFloor(in0+eps));
1110 for (int roundedVal = minRes; roundedVal <= maxRes; roundedVal++)
1123 m_failMsg << "Expected [" << compNdx << "] = [" << minRes << ", " << maxRes << "] with ULP threshold " << tcu::toHex(maxUlpDiff);
1215 const int maxRes = int(in0+eps);
1218 for (int roundedVal = minRes; roundedVal <= maxRes; roundedVal++)
1231 m_failMsg << "Expected [" << compNdx << "] = [" << minRes << ", " << maxRes << "] with ULP threshold " << tcu::toHex(maxUlpDiff);
1343 const int maxRes = int(roundEven(in0+eps));
1346 for (int roundedVal = minRes; roundedVal <= maxRes; roundedVal++)
1359 m_failMsg << "Expected [" << compNdx << "] = [" << minRes << ", " << maxRes << "] with ULP threshold " << tcu::toHex(maxUlpDiff);
1441 const int maxRes = int(deFloatCeil(in0+eps));
1444 for (int roundedVal = minRes; roundedVal <= maxRes; roundedVal++)
1455 if (!anyOk && de::inRange(0, minRes, maxRes))
1464 m_failMsg << "Expected [" << compNdx << "] = [" << minRes << ", " << maxRes << "] with ULP threshold " << tcu::toHex(maxUlpDiff);