Home
last modified time | relevance | path

Searched refs:resVal (Results 1 – 8 of 8) sorted by relevance

/external/deqp/modules/gles31/functional/
Des31fShaderSharedVarTests.cpp327 …const int resVal = *((const int*)((const deUint8*)resPtr + outVarInfo.offset + outVarInfo.arrayStr… in iterate() local
329 if (resVal == 0) in iterate()
332 …m_testCtx.getLog() << TestLog::Message << "ERROR: isOk[" << ndx << "] = " << resVal << " != true" … in iterate()
Des31fSSBOLayoutCase.cpp1642 const float resVal = *((const float*)res + ndx); in compareComponents() local
1644 if (!(deFloatAbs(resVal - refVal) <= threshold)) in compareComponents()
1653 const deUint32 resVal = *((const deUint32*)res + ndx); in compareComponents() local
1655 if ((refVal != 0) != (resVal != 0)) in compareComponents()
1666 const deUint32 resVal = *((const deUint32*)res + ndx); in compareComponents() local
1668 if (refVal != resVal) in compareComponents()
Des31fBasicComputeShaderTests.cpp1531 const deUint32 resVal = *((const deUint32*)((const deUint8*)bufMap.getPtr() + uniformOffset)); in iterate() local
1533 if (resVal != (deUint32)numValues) in iterate()
/external/icu/icu4c/source/i18n/
Dnfrule.cpp896 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()
Dnfsubs.cpp1112 Formattable& resVal) const in doParse()
1117 return NFSubstitution::doParse(text, parsePosition, baseValue, 0, lenientParse, resVal); in doParse()
1173 resVal.setDouble(result); in doParse()
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
DSlotIndexes.h604 bool resVal = false;
610 resVal = true;
613 return resVal;
/external/deqp/external/vulkancts/modules/vulkan/ssbo/
DvktSSBOLayoutCase.cpp1547 const float resVal = *((const float*)res + ndx); in compareComponents() local
1549 if (deFloatAbs(resVal - refVal) >= threshold) in compareComponents()
1558 const deUint32 resVal = *((const deUint32*)res + ndx); in compareComponents() local
1560 if ((refVal != 0) != (resVal != 0)) in compareComponents()
1571 const deUint32 resVal = *((const deUint32*)res + ndx); in compareComponents() local
1573 if (refVal != resVal) in compareComponents()
/external/lzma/CPP/7zip/UI/Common/
DBench.cpp2950 UInt32 resVal; in Bench() local
2954 cpuFreq, resVal)); in Bench()
2985 UInt32 resVal; in Bench() local
2990 cpuFreqLastTemp, resVal)); in Bench()