Searched refs:resVal (Results 1 – 9 of 9) sorted by relevance
/external/deqp/external/openglcts/modules/glesext/texture_buffer/ |
D | esextcTextureBufferTextureBufferRange.cpp | 1105 std::stringstream resVal; in checkResult() local 1125 resVal.str(""); in checkResult() 1127 resVal << res[i]; in checkResult() 1130 expVal.str().c_str(), resVal.str().c_str()); in checkResult() 1152 resVal.str(""); in checkResult() 1154 resVal << res[i]; in checkResult() 1157 expVal.str().c_str(), resVal.str().c_str()); in checkResult() 1180 resVal.str(""); in checkResult() 1182 resVal << res[i]; in checkResult() 1185 expVal.str().c_str(), resVal.str().c_str()); in checkResult()
|
/external/deqp/modules/gles31/functional/ |
D | es31fShaderSharedVarTests.cpp | 327 …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()
|
D | es31fSSBOLayoutCase.cpp | 1656 const float resVal = *((const float*)res + ndx); in compareComponents() local 1658 if (!(deFloatAbs(resVal - refVal) <= threshold)) in compareComponents() 1667 const deUint32 resVal = *((const deUint32*)res + ndx); in compareComponents() local 1669 if ((refVal != 0) != (resVal != 0)) in compareComponents() 1680 const deUint32 resVal = *((const deUint32*)res + ndx); in compareComponents() local 1682 if (refVal != resVal) in compareComponents()
|
D | es31fBasicComputeShaderTests.cpp | 1569 const deUint32 resVal = *((const deUint32*)((const deUint8*)bufMap.getPtr() + uniformOffset)); in iterate() local 1571 if (resVal != (deUint32)numValues) in iterate()
|
/external/icu/icu4c/source/i18n/ |
D | nfrule.cpp | 904 Formattable& resVal) const in doParse() 945 resVal.setLong(0); in doParse() 951 resVal.setDouble(uprv_getInfinity()); in doParse() 957 resVal.setDouble(uprv_getNaN()); in doParse() 1085 resVal.setDouble(result); in doParse()
|
D | nfsubs.cpp | 1129 Formattable& resVal) const in doParse() 1134 …on::doParse(text, parsePosition, baseValue, 0, lenientParse, nonNumericalExecutedRuleMask, resVal); in doParse() 1193 resVal.setDouble(result); in doParse()
|
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/ |
D | SlotIndexes.h | 604 bool resVal = false; 610 resVal = true; 613 return resVal;
|
/external/lzma/CPP/7zip/UI/Common/ |
D | Bench.cpp | 3360 UInt32 resVal; in Bench() local 3364 cpuFreq, resVal)); in Bench() 3395 UInt32 resVal; in Bench() local 3400 cpuFreqLastTemp, resVal)); in Bench()
|
/external/deqp/external/vulkancts/modules/vulkan/ssbo/ |
D | vktSSBOLayoutCase.cpp | 1723 const float resVal = *((const float*)res + ndx); in compareComponents() local 1725 if (deFloatAbs(resVal - refVal) >= threshold) in compareComponents() 1734 const deUint32 resVal = *((const deUint32*)res + ndx); in compareComponents() local 1736 if ((refVal != 0) != (resVal != 0)) in compareComponents()
|