Lines Matching refs:maxRes
770 const int maxRes = int(roundEven(in0+eps)); in compare() local
773 for (int roundedVal = minRes; roundedVal <= maxRes; roundedVal++) in compare()
786 …m_failMsg << "Expected [" << compNdx << "] = [" << minRes << ", " << maxRes << "] with ULP thresho… in compare()
1227 const int maxRes = int(deFloatFloor(in0+eps)); in compare() local
1230 for (int roundedVal = minRes; roundedVal <= maxRes; roundedVal++) in compare()
1243 …m_failMsg << "Expected [" << compNdx << "] = [" << minRes << ", " << maxRes << "] with ULP thresho… in compare()
1335 const int maxRes = int(in0+eps); in compare() local
1338 for (int roundedVal = minRes; roundedVal <= maxRes; roundedVal++) in compare()
1351 …m_failMsg << "Expected [" << compNdx << "] = [" << minRes << ", " << maxRes << "] with ULP thresho… in compare()
1463 const int maxRes = int(roundEven(in0+eps)); in compare() local
1466 for (int roundedVal = minRes; roundedVal <= maxRes; roundedVal++) in compare()
1479 …m_failMsg << "Expected [" << compNdx << "] = [" << minRes << ", " << maxRes << "] with ULP thresho… in compare()
1561 const int maxRes = int(deFloatCeil(in0+eps)); in compare() local
1564 for (int roundedVal = minRes; roundedVal <= maxRes; roundedVal++) in compare()
1575 if (!anyOk && de::inRange(0, minRes, maxRes)) in compare()
1584 …m_failMsg << "Expected [" << compNdx << "] = [" << minRes << ", " << maxRes << "] with ULP thresho… in compare()