Searched refs:resVal (Results 1 – 8 of 8) sorted by relevance
327 …const int resVal = *((const int*)((const deUint8*)resPtr + outVarInfo.offset + outVarInfo.arrayStr… in iterate() local329 if (resVal == 0) in iterate()332 …m_testCtx.getLog() << TestLog::Message << "ERROR: isOk[" << ndx << "] = " << resVal << " != true" … in iterate()
1642 const float resVal = *((const float*)res + ndx); in compareComponents() local1644 if (!(deFloatAbs(resVal - refVal) <= threshold)) in compareComponents()1653 const deUint32 resVal = *((const deUint32*)res + ndx); in compareComponents() local1655 if ((refVal != 0) != (resVal != 0)) in compareComponents()1666 const deUint32 resVal = *((const deUint32*)res + ndx); in compareComponents() local1668 if (refVal != resVal) in compareComponents()
1531 const deUint32 resVal = *((const deUint32*)((const deUint8*)bufMap.getPtr() + uniformOffset)); in iterate() local1533 if (resVal != (deUint32)numValues) in iterate()
896 Formattable& resVal) const in doParse()937 resVal.setLong(0); in doParse()943 resVal.setDouble(uprv_getInfinity()); in doParse()949 resVal.setDouble(uprv_getNaN()); in doParse()1075 resVal.setDouble(result); in doParse()
1112 Formattable& resVal) const in doParse()1117 return NFSubstitution::doParse(text, parsePosition, baseValue, 0, lenientParse, resVal); in doParse()1173 resVal.setDouble(result); in doParse()
604 bool resVal = false;610 resVal = true;613 return resVal;
1547 const float resVal = *((const float*)res + ndx); in compareComponents() local1549 if (deFloatAbs(resVal - refVal) >= threshold) in compareComponents()1558 const deUint32 resVal = *((const deUint32*)res + ndx); in compareComponents() local1560 if ((refVal != 0) != (resVal != 0)) in compareComponents()1571 const deUint32 resVal = *((const deUint32*)res + ndx); in compareComponents() local1573 if (refVal != resVal) in compareComponents()
2950 UInt32 resVal; in Bench() local2954 cpuFreq, resVal)); in Bench()2985 UInt32 resVal; in Bench() local2990 cpuFreqLastTemp, resVal)); in Bench()