Home
last modified time | relevance | path

Searched defs:resultType (Results 1 – 25 of 77) sorted by relevance

1234

/external/skia/src/sksl/ir/
DSkSLBinaryExpression.cpp26 const Type& resultType) { in is_low_precision_matrix_vector_multiply()
40 const Type& resultType) { in rewrite_matrix_vector_multiply()
97 const Type* resultType; in Convert() local
144 const Type* resultType; in Make() local
155 const Type* resultType) { in Make()
DSkSLTernaryExpression.cpp30 const Type* resultType; in Convert() local
/external/angle/src/common/apple/
DSoftLinking.h51 # define SOFT_LINK_FUNCTION_HEADER(framework, functionName, resultType, parameterDeclarations, \ argument
63 # define SOFT_LINK_FUNCTION_SOURCE(framework, functionName, resultType, parameterDeclarations, \ argument
/external/skia/src/sksl/
DSkSLConstantFolder.cpp116 const Type& resultType = componentType.toCompound(context, outColumns, outRows); in simplify_matrix_times_matrix() local
320 const Type& resultType) { in simplify_no_op_arithmetic()
393 const Type* resultType) { in fold_float_expression()
407 const Type* resultType) { in fold_int_expression()
423 const Type& resultType) { in Simplify()
/external/caliper/caliper/src/main/java/com/google/caliper/util/
DParsers.java47 public static <T> Parser<T> conventionalParser(Class<T> resultType) in conventionalParser()
/external/catch2/include/internal/
Dcatch_result_type.cpp13 bool isOk( ResultWas::OfType resultType ) { in isOk()
Dcatch_assertionresult.h29 ResultWas::OfType resultType; member
Dcatch_run_context.cpp421 ResultWas::OfType resultType, in reportExpr()
436 ResultWas::OfType resultType, in handleMessage()
489 ResultWas::OfType resultType, in handleNonExpr()
Dcatch_assertionhandler.cpp67 void AssertionHandler::handleMessage(ResultWas::OfType resultType, StringRef const& message) { in handleMessage()
Dcatch_message.cpp70 …apturer( StringRef macroName, SourceLineInfo const& lineInfo, ResultWas::OfType resultType, String… in Capturer()
/external/tensorflow/tensorflow/compiler/mlir/hlo/include/mlir-hlo/utils/
Dlhlo_utils.h88 Type resultType = std::get<1>(it.value()); in VerifyAllReduce() local
/external/icu/libicu/cts_headers/
Dutrie.h185 #define _UTRIE_GET_FROM_PAIR(trie, data, c, c2, result, resultType) UPRV_BLOCK_MACRO_BEGIN { \ argument
209 #define _UTRIE_GET(trie, data, c32, result, resultType) UPRV_BLOCK_MACRO_BEGIN { \ argument
224 #define _UTRIE_NEXT(trie, data, src, limit, c, c2, result, resultType) UPRV_BLOCK_MACRO_BEGIN { \ argument
240 #define _UTRIE_PREVIOUS(trie, data, start, src, c, c2, result, resultType) UPRV_BLOCK_MACRO_BEGIN {… argument
/external/icu/icu4c/source/common/
Dutrie.h185 #define _UTRIE_GET_FROM_PAIR(trie, data, c, c2, result, resultType) UPRV_BLOCK_MACRO_BEGIN { \ argument
209 #define _UTRIE_GET(trie, data, c32, result, resultType) UPRV_BLOCK_MACRO_BEGIN { \ argument
224 #define _UTRIE_NEXT(trie, data, src, limit, c, c2, result, resultType) UPRV_BLOCK_MACRO_BEGIN { \ argument
240 #define _UTRIE_PREVIOUS(trie, data, start, src, c, c2, result, resultType) UPRV_BLOCK_MACRO_BEGIN {… argument
/external/skia/src/core/
DSkStroke.cpp49 #define STROKER_RESULT(resultType, depth, quadPts, format, ...) \ argument
55 #define STROKER_RESULT(resultType, depth, quadPts, format, ...) \ argument
1078 ResultType resultType = this->intersectRay(quadPts, kCtrlPt_RayType in compareQuadCubic() local
1094 ResultType resultType = this->intersectRay(quadPts, kCtrlPt_RayType in compareQuadConic() local
1121 ResultType resultType = this->intersectRay(quadPts, kCtrlPt_RayType in compareQuadQuad() local
1148 ResultType resultType = this->tangentsMeet(cubic, quadPts); in cubicStroke() local
1162 ResultType resultType = this->compareQuadCubic(cubic, quadPts); in cubicStroke() local
1214 ResultType resultType = this->compareQuadConic(conic, quadPts); in conicStroke() local
1246 ResultType resultType = this->compareQuadQuad(quad, quadPts); in quadStroke() local
/external/deqp/external/vulkancts/modules/vulkan/sparse_resources/
DvktSparseResourcesShaderIntrinsicsSampled.cpp408 const std::string& resultType, in sparseImageOpString()
422 const std::string& resultType, in sparseImageOpString()
437 const std::string& resultType, in sparseImageOpString()
DvktSparseResourcesShaderIntrinsicsStorage.cpp316 const std::string& resultType, in sparseImageOpString()
340 const std::string& resultType, in sparseImageOpString()
/external/testng/src/main/java/org/testng/remote/strprotocol/
DTestResultMessage.java41 public TestResultMessage(final int resultType, in TestResultMessage()
129 private void init(final int resultType, in init()
/external/angle/src/compiler/translator/TranslatorMetalDirect/
DEmitMetal.cpp260 const TType &resultType, in GetOperatorString()
678 const TType &resultType, in IsSymbolicOperator()
722 const TType &resultType = unaryNode->getType(); in Parenthesize() local
745 const TType &resultType = binaryNode->getType(); in Parenthesize() local
1555 const TType &resultType = binaryNode->getType(); in visitBinary() local
1604 const TType &resultType = unaryNode->getType(); in visitUnary() local
/external/tensorflow/tensorflow/compiler/mlir/hlo/lib/Dialect/mhlo/transforms/
Dhlo_legalize_to_lhlo.cc103 RankedTensorType resultType = in ConvertResults() local
225 RankedTensorType resultType = result.getType().dyn_cast<RankedTensorType>(); in matchAndRewrite() local
/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/type/
DTypeFactory.java713 JavaType resultType = _fromClass(null, (Class<?>) type, bindings); in constructType() local
1089 JavaType resultType = _fromClass(null, rawType, parameterTypes); in constructParametricType() local
1323 JavaType resultType; in _fromAny() local
1360 JavaType resultType = resolvedType; in _applyModifiers() local
/external/clang/lib/CodeGen/
DCGCall.cpp149 CanQualType resultType = FTP->getReturnType().getUnqualifiedType(); in arrangeLLVMFunctionInfo() local
293 CanQualType resultType = TheCXXABI.HasThisReturn(GD) in arrangeCXXStructorDeclaration() local
586 CodeGenTypes::arrangeBuiltinFunctionCall(QualType resultType, in arrangeBuiltinFunctionCall()
599 CodeGenTypes::arrangeBuiltinFunctionDeclaration(QualType resultType, in arrangeBuiltinFunctionDeclaration()
609 CodeGenTypes::arrangeBuiltinFunctionDeclaration(CanQualType resultType, in arrangeBuiltinFunctionDeclaration()
672 CodeGenTypes::arrangeLLVMFunctionInfo(CanQualType resultType, in arrangeLLVMFunctionInfo()
732 CanQualType resultType, in create()
1472 llvm::Type *resultType = nullptr; in GetFunctionType() local
2463 llvm::Type *resultType = result->getType(); in tryEmitFusedAutoreleaseOfResult() local
2572 llvm::Type *resultType = result->getType(); in tryRemoveRetainOfSelf() local
/external/swiftshader/src/Pipeline/
DSpirvShaderImage.cpp325 auto &resultType = getType(instruction.resultTypeId); in EmitImageSample() local
724 auto &resultType = getObjectType(instruction.resultId); in EmitImageRead() local
/external/clang/lib/StaticAnalyzer/Core/
DExprEngineC.cpp377 QualType resultType = CastE->getType(); in VisitCast() local
429 QualType resultType = CastE->getType(); in VisitCast() local
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/transforms/
Dunroll_batch_matmul.cc78 Type resultType = RankedTensorType::get(shape, element_type); in createReshapeOp() local
/external/angle/src/common/
Dstring_utils.cpp42 SplitResult resultType) in SplitString()

1234