Lines Matching refs:minRes
691 const int minRes = int(roundEven(in0-eps));
695 for (int roundedVal = minRes; roundedVal <= maxRes; roundedVal++)
708 m_failMsg << "Expected [" << compNdx << "] = [" << minRes << ", " << maxRes << "] with ULP threshold " << tcu::toHex(maxUlpDiff);
1143 const int minRes = int(deFloatFloor(in0-eps));
1147 for (int roundedVal = minRes; roundedVal <= maxRes; roundedVal++)
1160 m_failMsg << "Expected [" << compNdx << "] = [" << minRes << ", " << maxRes << "] with ULP threshold " << tcu::toHex(maxUlpDiff);
1251 const int minRes = int(in0-eps);
1255 for (int roundedVal = minRes; roundedVal <= maxRes; roundedVal++)
1268 m_failMsg << "Expected [" << compNdx << "] = [" << minRes << ", " << maxRes << "] with ULP threshold " << tcu::toHex(maxUlpDiff);
1379 const int minRes = int(roundEven(in0-eps));
1383 for (int roundedVal = minRes; roundedVal <= maxRes; roundedVal++)
1396 m_failMsg << "Expected [" << compNdx << "] = [" << minRes << ", " << maxRes << "] with ULP threshold " << tcu::toHex(maxUlpDiff);
1477 const int minRes = int(deFloatCeil(in0-eps));
1481 for (int roundedVal = minRes; roundedVal <= maxRes; roundedVal++)
1492 if (!anyOk && de::inRange(0, minRes, maxRes))
1501 m_failMsg << "Expected [" << compNdx << "] = [" << minRes << ", " << maxRes << "] with ULP threshold " << tcu::toHex(maxUlpDiff);