Lines Matching refs:minRes
768 const int minRes = int(roundEven(in0-eps)); in compare() local
772 for (int roundedVal = minRes; roundedVal <= maxRes; roundedVal++) in compare()
785 …m_failMsg << "Expected [" << compNdx << "] = [" << minRes << ", " << maxRes << "] with ULP thresho… in compare()
1225 const int minRes = int(deFloatFloor(in0-eps)); in compare() local
1229 for (int roundedVal = minRes; roundedVal <= maxRes; roundedVal++) in compare()
1242 …m_failMsg << "Expected [" << compNdx << "] = [" << minRes << ", " << maxRes << "] with ULP thresho… in compare()
1333 const int minRes = int(in0-eps); in compare() local
1337 for (int roundedVal = minRes; roundedVal <= maxRes; roundedVal++) in compare()
1350 …m_failMsg << "Expected [" << compNdx << "] = [" << minRes << ", " << maxRes << "] with ULP thresho… in compare()
1461 const int minRes = int(roundEven(in0-eps)); in compare() local
1465 for (int roundedVal = minRes; roundedVal <= maxRes; roundedVal++) in compare()
1478 …m_failMsg << "Expected [" << compNdx << "] = [" << minRes << ", " << maxRes << "] with ULP thresho… in compare()
1559 const int minRes = int(deFloatCeil(in0-eps)); in compare() local
1563 for (int roundedVal = minRes; roundedVal <= maxRes; roundedVal++) in compare()
1574 if (!anyOk && de::inRange(0, minRes, maxRes)) in compare()
1583 …m_failMsg << "Expected [" << compNdx << "] = [" << minRes << ", " << maxRes << "] with ULP thresho… in compare()