Home
last modified time | relevance | path

Searched refs:resVal (Results 1 - 13 of 13) sorted by relevance

/third_party/vk-gl-cts/external/openglcts/modules/glesext/texture_buffer/
H A DesextcTextureBufferTextureBufferRange.cpp1105 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 in checkResult()
[all...]
/third_party/vk-gl-cts/modules/gles31/functional/
H A Des31fShaderSharedVarTests.cpp327 const int resVal = *((const int*)((const deUint8*)resPtr + outVarInfo.offset + outVarInfo.arrayStride*ndx)); in iterate() local
329 if (resVal == 0) in iterate()
332 m_testCtx.getLog() << TestLog::Message << "ERROR: isOk[" << ndx << "] = " << resVal << " != true" << TestLog::EndMessage; in iterate()
H A Des31fSSBOLayoutCase.cpp1651 const float resVal = *((const float*)res + ndx); in compareComponents() local
1653 if (!(deFloatAbs(resVal - refVal) <= threshold)) in compareComponents()
1662 const deUint32 resVal = *((const deUint32*)res + ndx); in compareComponents() local
1664 if ((refVal != 0) != (resVal != 0)) in compareComponents()
1675 const deUint32 resVal = *((const deUint32*)res + ndx); in compareComponents() local
1677 if (refVal != resVal) in compareComponents()
H A Des31fBasicComputeShaderTests.cpp1573 const deUint32 resVal = *((const deUint32*)((const deUint8*)bufMap.getPtr() + uniformOffset));
1575 if (resVal != (deUint32)numValues)
/third_party/icu/icu4c/source/i18n/
H A Dnfrule.cpp904 Formattable& resVal) const
945 resVal.setLong(0);
951 resVal.setDouble(uprv_getInfinity());
957 resVal.setDouble(uprv_getNaN());
1085 resVal.setDouble(result);
H A Dnfsubs.cpp1129 Formattable& resVal) const in doParse()
1134 return NFSubstitution::doParse(text, parsePosition, baseValue, 0, lenientParse, nonNumericalExecutedRuleMask, resVal); in doParse()
1193 resVal.setDouble(result); in doParse()
/third_party/node/deps/icu-small/source/i18n/
H A Dnfrule.cpp904 Formattable& resVal) const
945 resVal.setLong(0);
951 resVal.setDouble(uprv_getInfinity());
957 resVal.setDouble(uprv_getNaN());
1085 resVal.setDouble(result);
H A Dnfsubs.cpp1147 Formattable& resVal) const in doParse()
1152 return NFSubstitution::doParse(text, parsePosition, baseValue, 0, lenientParse, nonNumericalExecutedRuleMask, resVal); in doParse()
1211 resVal.setDouble(result); in doParse()
/third_party/skia/third_party/externals/icu/source/i18n/
H A Dnfrule.cpp904 Formattable& resVal) const
945 resVal.setLong(0);
951 resVal.setDouble(uprv_getInfinity());
957 resVal.setDouble(uprv_getNaN());
1085 resVal.setDouble(result);
H A Dnfsubs.cpp1129 Formattable& resVal) const in doParse()
1134 return NFSubstitution::doParse(text, parsePosition, baseValue, 0, lenientParse, nonNumericalExecutedRuleMask, resVal); in doParse()
1193 resVal.setDouble(result); in doParse()
/third_party/lzma/CPP/7zip/UI/Common/
H A DLoadCodecs.cpp246 PROPID propId, bool &resVal, bool &isAssigned) in GetMethodBoolProp()
249 resVal = false; in GetMethodBoolProp()
255 resVal = VARIANT_BOOLToBool(prop.boolVal); in GetMethodBoolProp()
245 GetMethodBoolProp(Func_GetMethodProperty getMethodProperty, UInt32 index, PROPID propId, bool &resVal, bool &isAssigned) GetMethodBoolProp() argument
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ssbo/
H A DvktSSBOLayoutCase.cpp1672 const float resVal = *((const float*)res + ndx); in compareComponents() local
1674 if (deFloatAbs(resVal - refVal) >= threshold) in compareComponents()
1683 const deUint32 resVal = *((const deUint32*)res + ndx); in compareComponents() local
1685 if ((refVal != 0) != (resVal != 0)) in compareComponents()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ssbo/
H A DvktSSBOLayoutCase.cpp1672 const float resVal = *((const float*)res + ndx); in compareComponents() local
1674 if (deFloatAbs(resVal - refVal) >= threshold) in compareComponents()
1683 const deUint32 resVal = *((const deUint32*)res + ndx); in compareComponents() local
1685 if ((refVal != 0) != (resVal != 0)) in compareComponents()

Completed in 48 milliseconds