Lines Matching refs:maxRes
692 const int maxRes = int(roundEven(in0+eps)); in compare() local
695 for (int roundedVal = minRes; roundedVal <= maxRes; roundedVal++) in compare()
708 …m_failMsg << "Expected [" << compNdx << "] = [" << minRes << ", " << maxRes << "] with ULP thresho… in compare()
1144 const int maxRes = int(deFloatFloor(in0+eps)); in compare() local
1147 for (int roundedVal = minRes; roundedVal <= maxRes; roundedVal++) in compare()
1160 …m_failMsg << "Expected [" << compNdx << "] = [" << minRes << ", " << maxRes << "] with ULP thresho… in compare()
1252 const int maxRes = int(in0+eps); in compare() local
1255 for (int roundedVal = minRes; roundedVal <= maxRes; roundedVal++) in compare()
1268 …m_failMsg << "Expected [" << compNdx << "] = [" << minRes << ", " << maxRes << "] with ULP thresho… in compare()
1380 const int maxRes = int(roundEven(in0+eps)); in compare() local
1383 for (int roundedVal = minRes; roundedVal <= maxRes; roundedVal++) in compare()
1396 …m_failMsg << "Expected [" << compNdx << "] = [" << minRes << ", " << maxRes << "] with ULP thresho… in compare()
1478 const int maxRes = int(deFloatCeil(in0+eps)); in compare() local
1481 for (int roundedVal = minRes; roundedVal <= maxRes; roundedVal++) in compare()
1492 if (!anyOk && de::inRange(0, minRes, maxRes)) in compare()
1501 …m_failMsg << "Expected [" << compNdx << "] = [" << minRes << ", " << maxRes << "] with ULP thresho… in compare()