Home | History | Annotate | Download | only in common

Lines Matching refs:resultSet

119 static inline bool isResultInSet (const CmpResultSet resultSet, const float result, const int resultBits)
125 return (resultSet.isTrue && de::inRange(1.0f, minR, maxR)) ||
126 (resultSet.isFalse && de::inRange(0.0f, minR, maxR));