Lines Matching defs:minRes
654 const int minRes = 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);
1106 const int minRes = 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);
1214 const int minRes = int(in0-eps);
1218 for (int roundedVal = minRes; roundedVal <= maxRes; roundedVal++)
1231 m_failMsg << "Expected [" << compNdx << "] = [" << minRes << ", " << maxRes << "] with ULP threshold " << tcu::toHex(maxUlpDiff);
1342 const int minRes = 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);
1440 const int minRes = 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);