Lines Matching refs:minRes
769 const int minRes = 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()
1226 const int minRes = 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()
1334 const int minRes = 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()
1462 const int minRes = 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()
1560 const int minRes = 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()