/external/icu/icu4c/source/common/ |
D | utrie.h | 185 #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/ |
D | catch_assertionresult.cpp | 14 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()
|
D | catch_result_type.cpp | 13 bool isOk( ResultWas::OfType resultType ) { in isOk() argument 14 return ( resultType & ResultWas::FailureBit ) == 0; in isOk()
|
D | catch_message.cpp | 69 …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()
|
D | catch_run_context.h | 61 ResultWas::OfType resultType, 75 ResultWas::OfType resultType, 120 ResultWas::OfType resultType,
|
D | catch_run_context.cpp | 412 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()
|
D | catch_interfaces_capture.h | 60 ResultWas::OfType resultType, 74 ResultWas::OfType resultType,
|
D | catch_assertionhandler.cpp | 67 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/ |
D | vktSparseResourcesShaderIntrinsicsSampled.hpp | 47 const std::string& resultType, 79 const std::string& resultType, 111 const std::string& resultType, 129 const std::string& resultType,
|
D | vktSparseResourcesShaderIntrinsicsSampled.cpp | 363 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()
|
D | vktSparseResourcesShaderIntrinsicsStorage.hpp | 50 const std::string& resultType, 73 const std::string& resultType, 96 const std::string& resultType,
|
D | vktSparseResourcesShaderIntrinsicsStorage.cpp | 274 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/ |
D | SkStroke.cpp | 45 #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/ |
D | SkStroke.cpp | 45 #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/ |
D | Parsers.java | 47 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/ |
D | validate_composites.cpp | 423 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/ |
D | validate_composites.cpp | 423 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/ |
D | es2fShaderMatrixTests.cpp | 779 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/ |
D | SkSLSPIRVCodeGenerator.cpp | 1833 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/ |
D | es3fShaderMatrixTests.cpp | 1411 DataType resultType = TYPE_LAST; in init() local 1425 …resultType = getDataTypeMatrix(getDataTypeMatrixNumColumns(m_in1.dataType), getDataTypeMatrixNumRo… in init() 1429 …resultType = getDataTypeMatrix(getDataTypeScalarSize(m_in1.dataType), getDataTypeScalarSize(m_in0.… in init() 1433 …resultType = 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() 1464 …resultType = getDataTypeFloatVec(matNdx == 0 ? getDataTypeMatrixNumRows(matrixType) : getDataTypeM… in init() [all …]
|
/external/deqp/external/vulkancts/modules/vulkan/shaderrender/ |
D | vktShaderRenderMatrixTests.cpp | 1673 DataType resultType = TYPE_LAST; in setupShader() local 1687 …resultType = getDataTypeMatrix(getDataTypeMatrixNumColumns(m_in1.dataType), getDataTypeMatrixNumRo… in setupShader() 1691 …resultType = getDataTypeMatrix(getDataTypeScalarSize(m_in1.dataType), getDataTypeScalarSize(m_in0.… in setupShader() 1695 …resultType = 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() 1726 …resultType = getDataTypeFloatVec(matNdx == 0 ? getDataTypeMatrixNumRows(matrixType) : getDataTypeM… in setupShader() [all …]
|
/external/skia/src/sksl/ |
D | SkSLSPIRVCodeGenerator.cpp | 1918 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/ |
D | CodeGenTypes.h | 276 arrangeBuiltinFunctionDeclaration(QualType resultType, 279 arrangeBuiltinFunctionDeclaration(CanQualType resultType, 281 const CGFunctionInfo &arrangeBuiltinFunctionCall(QualType resultType,
|
/external/testng/src/main/java/org/testng/remote/strprotocol/ |
D | TestResultMessage.java | 41 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/ |
D | ProxyBuilder.java | 527 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()
|