Lines Matching refs:resVal
1642 const float resVal = *((const float*)res + ndx);1644 if (!(deFloatAbs(resVal - refVal) <= threshold))1653 const deUint32 resVal = *((const deUint32*)res + ndx);1655 if ((refVal != 0) != (resVal != 0))1666 const deUint32 resVal = *((const deUint32*)res + ndx);1668 if (refVal != resVal)