Lines Matching refs:minRes
691 const int minRes = 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()
1143 const int minRes = 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()
1251 const int minRes = 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()
1379 const int minRes = 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()
1477 const int minRes = 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()