Home | History | Annotate | Download | only in functional

Lines Matching refs:minRes

769 				const int		minRes		= int(roundEven(in0-eps));
773 for (int roundedVal = minRes; roundedVal <= maxRes; roundedVal++)
786 m_failMsg << "Expected [" << compNdx << "] = [" << minRes << ", " << maxRes << "] with ULP threshold " << tcu::toHex(maxUlpDiff);
1226 const int minRes = int(deFloatFloor(in0-eps));
1230 for (int roundedVal = minRes; roundedVal <= maxRes; roundedVal++)
1243 m_failMsg << "Expected [" << compNdx << "] = [" << minRes << ", " << maxRes << "] with ULP threshold " << tcu::toHex(maxUlpDiff);
1334 const int minRes = int(in0-eps);
1338 for (int roundedVal = minRes; roundedVal <= maxRes; roundedVal++)
1351 m_failMsg << "Expected [" << compNdx << "] = [" << minRes << ", " << maxRes << "] with ULP threshold " << tcu::toHex(maxUlpDiff);
1462 const int minRes = int(roundEven(in0-eps));
1466 for (int roundedVal = minRes; roundedVal <= maxRes; roundedVal++)
1479 m_failMsg << "Expected [" << compNdx << "] = [" << minRes << ", " << maxRes << "] with ULP threshold " << tcu::toHex(maxUlpDiff);
1560 const int minRes = int(deFloatCeil(in0-eps));
1564 for (int roundedVal = minRes; roundedVal <= maxRes; roundedVal++)
1575 if (!anyOk && de::inRange(0, minRes, maxRes))
1584 m_failMsg << "Expected [" << compNdx << "] = [" << minRes << ", " << maxRes << "] with ULP threshold " << tcu::toHex(maxUlpDiff);