Home | History | Annotate | Download | only in functional

Lines Matching refs:minRes

722 				const int		minRes		= int(roundEven(in0-eps));
726 for (int roundedVal = minRes; roundedVal <= maxRes; roundedVal++)
739 m_failMsg << "Expected [" << compNdx << "] = [" << minRes << ", " << maxRes << "] with ULP threshold " << tcu::toHex(maxUlpDiff);
1179 const int minRes = int(deFloatFloor(in0-eps));
1183 for (int roundedVal = minRes; roundedVal <= maxRes; roundedVal++)
1196 m_failMsg << "Expected [" << compNdx << "] = [" << minRes << ", " << maxRes << "] with ULP threshold " << tcu::toHex(maxUlpDiff);
1287 const int minRes = int(in0-eps);
1291 for (int roundedVal = minRes; roundedVal <= maxRes; roundedVal++)
1304 m_failMsg << "Expected [" << compNdx << "] = [" << minRes << ", " << maxRes << "] with ULP threshold " << tcu::toHex(maxUlpDiff);
1415 const int minRes = int(roundEven(in0-eps));
1419 minRes; roundedVal <= maxRes; roundedVal++)
1432 m_failMsg << "Expected [" << compNdx << "] = [" << minRes << ", " << maxRes << "] with ULP threshold " << tcu::toHex(maxUlpDiff);
1513 const int minRes = int(deFloatCeil(in0-eps));
1517 for (int roundedVal = minRes; roundedVal <= maxRes; roundedVal++)
1528 if (!anyOk && de::inRange(0, minRes, maxRes))
1537 m_failMsg << "Expected [" << compNdx << "] = [" << minRes << ", " << maxRes << "] with ULP threshold " << tcu::toHex(maxUlpDiff);