Home
last modified time | relevance | path

Searched refs:resultType (Results 1 – 25 of 76) sorted by relevance

1234

/external/icu/icu4c/source/common/
Dutrie.h185 #define _UTRIE_GET_FROM_PAIR(trie, data, c, c2, result, resultType) { \ argument
196 (result)=(resultType)((trie)->initialValue); \
209 #define _UTRIE_GET(trie, data, c32, result, resultType) \ argument
216 _UTRIE_GET_FROM_PAIR(trie, data, __lead16, c32, result, resultType); \
219 (result)=(resultType)((trie)->initialValue); \
223 #define _UTRIE_NEXT(trie, data, src, limit, c, c2, result, resultType) { \ argument
230 _UTRIE_GET_FROM_PAIR((trie), data, (c), (c2), (result), resultType); \
239 #define _UTRIE_PREVIOUS(trie, data, start, src, c, c2, result, resultType) { \ argument
249 _UTRIE_GET_FROM_PAIR((trie), data, (c), (c2), (result), resultType); \
/external/catch2/include/internal/
Dcatch_assertionresult.cpp14 resultType(_resultType) {} in AssertionResultData()
35 return Catch::isOk( m_resultData.resultType ); in succeeded()
40 …return Catch::isOk( m_resultData.resultType ) || shouldSuppressFailure( m_info.resultDisposition ); in isOk()
44 return m_resultData.resultType; in getResultType()
Dcatch_result_type.cpp13 bool isOk( ResultWas::OfType resultType ) { in isOk() argument
14 return ( resultType & ResultWas::FailureBit ) == 0; in isOk()
Dcatch_message.cpp69 …StringRef macroName, SourceLineInfo const& lineInfo, ResultWas::OfType resultType, StringRef names… in Capturer() argument
101 m_messages.emplace_back(macroName, lineInfo, resultType); in Capturer()
109 m_messages.emplace_back(macroName, lineInfo, resultType); in Capturer()
Dcatch_run_context.h61 ResultWas::OfType resultType,
75 ResultWas::OfType resultType,
120 ResultWas::OfType resultType,
Dcatch_run_context.cpp412 ResultWas::OfType resultType, in reportExpr() argument
417 AssertionResultData data( resultType, LazyExpression( negated ) ); in reportExpr()
427 ResultWas::OfType resultType, in handleMessage() argument
435 AssertionResultData data( resultType, LazyExpression( false ) ); in handleMessage()
480 ResultWas::OfType resultType, in handleNonExpr() argument
485 AssertionResultData data( resultType, LazyExpression( false ) ); in handleNonExpr()
Dcatch_interfaces_capture.h60 ResultWas::OfType resultType,
74 ResultWas::OfType resultType,
Dcatch_assertionhandler.cpp67 void AssertionHandler::handleMessage(ResultWas::OfType resultType, StringRef const& message) { in handleMessage() argument
68 m_resultCapture.handleMessage( m_assertionInfo, resultType, message, m_reaction ); in handleMessage()
/external/deqp/external/vulkancts/modules/vulkan/sparse_resources/
DvktSparseResourcesShaderIntrinsicsSampled.hpp47 const std::string& resultType,
79 const std::string& resultType,
111 const std::string& resultType,
129 const std::string& resultType,
DvktSparseResourcesShaderIntrinsicsSampled.cpp363 const std::string& resultType, in sparseImageOpString() argument
370 …src << resultVariable << " = OpImageSparseSampleExplicitLod " << resultType << " " << image << " "… in sparseImageOpString()
376 const std::string& resultType, in sparseImageOpString() argument
385 …src << resultVariable << " = OpImageSparseSampleImplicitLod " << resultType << " " << image << " "… in sparseImageOpString()
391 const std::string& resultType, in sparseImageOpString() argument
436 …src << "%local_sparse_gather_result_x = OpImageSparseGather " << resultType << " " << image << " %… in sparseImageOpString()
437 …src << "%local_sparse_gather_result_y = OpImageSparseGather " << resultType << " " << image << " %… in sparseImageOpString()
438 …src << "%local_sparse_gather_result_z = OpImageSparseGather " << resultType << " " << image << " %… in sparseImageOpString()
439 …src << "%local_sparse_gather_result_w = OpImageSparseGather " << resultType << " " << image << " %… in sparseImageOpString()
454 …src << resultVariable << " = OpCompositeConstruct " << resultType << " %local_gather_residency_cod… in sparseImageOpString()
DvktSparseResourcesShaderIntrinsicsStorage.hpp50 const std::string& resultType,
73 const std::string& resultType,
96 const std::string& resultType,
DvktSparseResourcesShaderIntrinsicsStorage.cpp274 const std::string& resultType, in sparseImageOpString() argument
281 …src << resultVariable << " = OpImageSparseFetch " << resultType << " " << image << " " << coord <<… in sparseImageOpString()
297 const std::string& resultType, in sparseImageOpString() argument
306 …src << resultVariable << " = OpImageSparseRead " << resultType << " " << image << " " << coord << … in sparseImageOpString()
/external/skqp/src/core/
DSkStroke.cpp45 #define STROKER_RESULT(resultType, depth, quadPts, format, ...) \ argument
47 SkDebugf(" " #resultType " t=(%g,%g)\n", quadPts->fStartT, quadPts->fEndT), \
48 resultType
51 #define STROKER_RESULT(resultType, depth, quadPts, format, ...) \ argument
52 resultType
1049 ResultType resultType = this->intersectRay(quadPts, kCtrlPt_RayType in compareQuadCubic() local
1051 if (resultType != kQuad_ResultType) { in compareQuadCubic()
1052 return resultType; in compareQuadCubic()
1065 ResultType resultType = this->intersectRay(quadPts, kCtrlPt_RayType in compareQuadConic() local
1067 if (resultType != kQuad_ResultType) { in compareQuadConic()
[all …]
/external/skia/src/core/
DSkStroke.cpp45 #define STROKER_RESULT(resultType, depth, quadPts, format, ...) \ argument
47 SkDebugf(" " #resultType " t=(%g,%g)\n", quadPts->fStartT, quadPts->fEndT), \
48 resultType
51 #define STROKER_RESULT(resultType, depth, quadPts, format, ...) \ argument
52 resultType
1045 ResultType resultType = this->intersectRay(quadPts, kCtrlPt_RayType in compareQuadCubic() local
1047 if (resultType != kQuad_ResultType) { in compareQuadCubic()
1048 return resultType; in compareQuadCubic()
1061 ResultType resultType = this->intersectRay(quadPts, kCtrlPt_RayType in compareQuadConic() local
1063 if (resultType != kQuad_ResultType) { in compareQuadConic()
[all …]
/external/caliper/caliper/src/main/java/com/google/caliper/util/
DParsers.java47 public static <T> Parser<T> conventionalParser(Class<T> resultType) in conventionalParser() argument
49 if (resultType == String.class) { in conventionalParser()
55 final Class<T> wrappedResultType = Primitives.wrap(resultType); in conventionalParser()
/external/swiftshader/third_party/SPIRV-Tools/source/val/
Dvalidate_composites.cpp423 auto resultType = _.FindDef(inst->type_id()); in ValidateVectorShuffle() local
424 if (!resultType || resultType->opcode() != SpvOpTypeVector) { in ValidateVectorShuffle()
428 << spvOpcodeString(static_cast<SpvOp>(resultType->opcode())) << "."; in ValidateVectorShuffle()
434 auto resultVectorDimension = resultType->GetOperandAs<uint32_t>(2); in ValidateVectorShuffle()
439 << _.getIdName(resultType->id()) << "'s vector component count."; in ValidateVectorShuffle()
457 auto resultComponentType = resultType->GetOperandAs<uint32_t>(1); in ValidateVectorShuffle()
/external/deqp-deps/SPIRV-Tools/source/val/
Dvalidate_composites.cpp423 auto resultType = _.FindDef(inst->type_id()); in ValidateVectorShuffle() local
424 if (!resultType || resultType->opcode() != SpvOpTypeVector) { in ValidateVectorShuffle()
428 << spvOpcodeString(static_cast<SpvOp>(resultType->opcode())) << "."; in ValidateVectorShuffle()
434 auto resultVectorDimension = resultType->GetOperandAs<uint32_t>(2); in ValidateVectorShuffle()
439 << _.getIdName(resultType->id()) << "'s vector component count."; in ValidateVectorShuffle()
457 auto resultComponentType = resultType->GetOperandAs<uint32_t>(1); in ValidateVectorShuffle()
/external/deqp/modules/gles2/functional/
Des2fShaderMatrixTests.cpp779 DataType resultType = TYPE_LAST; in init() local
794 resultType = m_in0.dataType; in init()
799 resultType = m_in0.dataType; in init()
808 resultType = matrixType; in init()
812 resultType = otherType; in init()
924 …op << " " << getPrecisionName(resultPrec) << " " << getDataTypeName(resultType) << " tmpValue = " … in init()
944 …op << " " << getPrecisionName(resultPrec) << " " << getDataTypeName(resultType) << " res = " << op… in init()
948 …op << " " << getPrecisionName(resultPrec) << " " << getDataTypeName(resultType) << " res = " << ge… in init()
952 …op << " " << getPrecisionName(resultPrec) << " " << getDataTypeName(resultType) << " res = " << op… in init()
956 …op << " " << getPrecisionName(resultPrec) << " " << getDataTypeName(resultType) << " res = " << ge… in init()
[all …]
/external/skqp/src/sksl/
DSkSLSPIRVCodeGenerator.cpp1833 SpvId SPIRVCodeGenerator::writeBinaryOperation(const Type& resultType, in writeBinaryOperation() argument
1839 this->writeInstruction(ifFloat, this->getType(resultType), result, lhs, rhs, out); in writeBinaryOperation()
1841 this->writeInstruction(ifInt, this->getType(resultType), result, lhs, rhs, out); in writeBinaryOperation()
1843 this->writeInstruction(ifUInt, this->getType(resultType), result, lhs, rhs, out); in writeBinaryOperation()
1845 this->writeInstruction(ifBool, this->getType(resultType), result, lhs, rhs, out); in writeBinaryOperation()
1964 const Type& resultType = b.fType; in writeBinaryExpression() local
2059 SkASSERT(resultType == *fContext.fBool_Type); in writeBinaryExpression()
2066 tmpType = &resultType; in writeBinaryExpression()
2078 SkASSERT(resultType == *fContext.fBool_Type); in writeBinaryExpression()
2085 tmpType = &resultType; in writeBinaryExpression()
[all …]
/external/deqp/modules/gles3/functional/
Des3fShaderMatrixTests.cpp1411 DataType resultType = TYPE_LAST; in init() local
1425resultType = getDataTypeMatrix(getDataTypeMatrixNumColumns(m_in1.dataType), getDataTypeMatrixNumRo… in init()
1429resultType = getDataTypeMatrix(getDataTypeScalarSize(m_in1.dataType), getDataTypeScalarSize(m_in0.… in init()
1433resultType = getDataTypeMatrix(getDataTypeMatrixNumRows(m_in0.dataType), getDataTypeMatrixNumColum… in init()
1437 resultType = m_in0.dataType; in init()
1441 resultType = TYPE_FLOAT; in init()
1446 resultType = m_in0.dataType; in init()
1451 resultType = m_in0.dataType; in init()
1460 resultType = matrixType; in init()
1464resultType = getDataTypeFloatVec(matNdx == 0 ? getDataTypeMatrixNumRows(matrixType) : getDataTypeM… in init()
[all …]
/external/deqp/external/vulkancts/modules/vulkan/shaderrender/
DvktShaderRenderMatrixTests.cpp1673 DataType resultType = TYPE_LAST; in setupShader() local
1687resultType = getDataTypeMatrix(getDataTypeMatrixNumColumns(m_in1.dataType), getDataTypeMatrixNumRo… in setupShader()
1691resultType = getDataTypeMatrix(getDataTypeScalarSize(m_in1.dataType), getDataTypeScalarSize(m_in0.… in setupShader()
1695resultType = getDataTypeMatrix(getDataTypeMatrixNumRows(m_in0.dataType), getDataTypeMatrixNumColum… in setupShader()
1699 resultType = m_in0.dataType; in setupShader()
1703 resultType = TYPE_FLOAT; in setupShader()
1708 resultType = m_in0.dataType; in setupShader()
1713 resultType = m_in0.dataType; in setupShader()
1722 resultType = matrixType; in setupShader()
1726resultType = getDataTypeFloatVec(matNdx == 0 ? getDataTypeMatrixNumRows(matrixType) : getDataTypeM… in setupShader()
[all …]
/external/skia/src/sksl/
DSkSLSPIRVCodeGenerator.cpp1918 SpvId SPIRVCodeGenerator::writeBinaryOperation(const Type& resultType, in writeBinaryOperation() argument
1924 this->writeInstruction(ifFloat, this->getType(resultType), result, lhs, rhs, out); in writeBinaryOperation()
1926 this->writeInstruction(ifInt, this->getType(resultType), result, lhs, rhs, out); in writeBinaryOperation()
1928 this->writeInstruction(ifUInt, this->getType(resultType), result, lhs, rhs, out); in writeBinaryOperation()
1930 this->writeInstruction(ifBool, this->getType(resultType), result, lhs, rhs, out); in writeBinaryOperation()
1935 if (getActualType(resultType) == operandType && !resultType.highPrecision()) { in writeBinaryOperation()
2028 const Type& resultType, OutputStream& out) { in writeBinaryExpression() argument
2045 this->writeInstruction(SpvOpVectorTimesScalar, this->getType(resultType), in writeBinaryExpression()
2063 this->writeInstruction(SpvOpVectorTimesScalar, this->getType(resultType), in writeBinaryExpression()
2089 this->writeInstruction(spvop, this->getType(resultType), result, lhs, rhs, out); in writeBinaryExpression()
[all …]
/external/clang/lib/CodeGen/
DCodeGenTypes.h276 arrangeBuiltinFunctionDeclaration(QualType resultType,
279 arrangeBuiltinFunctionDeclaration(CanQualType resultType,
281 const CGFunctionInfo &arrangeBuiltinFunctionCall(QualType resultType,
/external/testng/src/main/java/org/testng/remote/strprotocol/
DTestResultMessage.java41 public TestResultMessage(final int resultType, in TestResultMessage() argument
55 init(resultType, in TestResultMessage()
129 private void init(final int resultType, in init() argument
143 m_messageType = resultType; in init()
/external/dexmaker/dexmaker/src/main/java/com/android/dx/stock/
DProxyBuilder.java527 TypeId<?> resultType = TypeId.get(returnType); in generateCodeForAllMethods() local
528 MethodId<?, ?> methodId = generatedType.getMethod(resultType, name, argTypes); in generateCodeForAllMethods()
539 Local<?> resultHolder = code.newLocal(resultType); in generateCodeForAllMethods()
557 superResult2 = code.newLocal(resultType); in generateCodeForAllMethods()
558 superMethod = superclassType.getMethod(resultType, name, argTypes); in generateCodeForAllMethods()
619 resultType, superMethodName(method), argTypes); in generateCodeForAllMethods()
631 Local<?> superResult = superCode.newLocal(resultType); in generateCodeForAllMethods()

1234