Home
last modified time | relevance | path

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

123

/external/icu/icu4c/source/common/
Dutrie.h186 #define _UTRIE_GET_FROM_PAIR(trie, data, c, c2, result, resultType) { \ argument
197 (result)=(resultType)((trie)->initialValue); \
210 #define _UTRIE_GET(trie, data, c32, result, resultType) \ argument
217 _UTRIE_GET_FROM_PAIR(trie, data, __lead16, c32, result, resultType); \
220 (result)=(resultType)((trie)->initialValue); \
224 #define _UTRIE_NEXT(trie, data, src, limit, c, c2, result, resultType) { \ argument
231 _UTRIE_GET_FROM_PAIR((trie), data, (c), (c2), (result), resultType); \
240 #define _UTRIE_PREVIOUS(trie, data, start, src, c, c2, result, resultType) { \ argument
250 _UTRIE_GET_FROM_PAIR((trie), data, (c), (c2), (result), resultType); \
/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,
DvktSparseResourcesShaderIntrinsicsStorage.hpp50 const std::string& resultType,
73 const std::string& resultType,
96 const std::string& resultType,
DvktSparseResourcesShaderIntrinsicsSampled.cpp489 const std::string& resultType, in sparseImageOpString() argument
496 …src << resultVariable << " = OpImageSparseSampleExplicitLod " << resultType << " " << image << " "… in sparseImageOpString()
502 const std::string& resultType, in sparseImageOpString() argument
511 …src << resultVariable << " = OpImageSparseSampleImplicitLod " << resultType << " " << image << " "… in sparseImageOpString()
517 const std::string& resultType, in sparseImageOpString() argument
562 …src << "%local_sparse_gather_result_x = OpImageSparseGather " << resultType << " " << image << " %… in sparseImageOpString()
563 …src << "%local_sparse_gather_result_y = OpImageSparseGather " << resultType << " " << image << " %… in sparseImageOpString()
564 …src << "%local_sparse_gather_result_z = OpImageSparseGather " << resultType << " " << image << " %… in sparseImageOpString()
565 …src << "%local_sparse_gather_result_w = OpImageSparseGather " << resultType << " " << image << " %… in sparseImageOpString()
580 …src << resultVariable << " = OpCompositeConstruct " << resultType << " %local_gather_residency_cod… in sparseImageOpString()
DvktSparseResourcesShaderIntrinsicsStorage.cpp273 const std::string& resultType, in sparseImageOpString() argument
280 …src << resultVariable << " = OpImageSparseFetch " << resultType << " " << image << " " << coord <<… in sparseImageOpString()
296 const std::string& resultType, in sparseImageOpString() argument
305 …src << resultVariable << " = OpImageSparseRead " << resultType << " " << image << " " << coord << … in sparseImageOpString()
/external/skia/src/core/
DSkStroke.cpp39 #define STROKER_RESULT(resultType, depth, quadPts, format, ...) \ argument
41 SkDebugf(" " #resultType " t=(%g,%g)\n", quadPts->fStartT, quadPts->fEndT), \
42 resultType
45 #define STROKER_RESULT(resultType, depth, quadPts, format, ...) \ argument
46 resultType
1042 ResultType resultType = this->intersectRay(quadPts, kCtrlPt_RayType in compareQuadCubic() local
1044 if (resultType != kQuad_ResultType) { in compareQuadCubic()
1045 return resultType; in compareQuadCubic()
1058 ResultType resultType = this->intersectRay(quadPts, kCtrlPt_RayType in compareQuadConic() local
1060 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/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/skia/src/sksl/
DSkSLSPIRVCodeGenerator.cpp1951 SpvId SPIRVCodeGenerator::writeBinaryOperation(const Type& resultType, in writeBinaryOperation() argument
1957 this->writeInstruction(ifFloat, this->getType(resultType), result, lhs, rhs, out); in writeBinaryOperation()
1959 this->writeInstruction(ifInt, this->getType(resultType), result, lhs, rhs, out); in writeBinaryOperation()
1961 this->writeInstruction(ifUInt, this->getType(resultType), result, lhs, rhs, out); in writeBinaryOperation()
1963 this->writeInstruction(ifBool, this->getType(resultType), result, lhs, rhs, out); in writeBinaryOperation()
2018 const Type& resultType = b.fType; in writeBinaryExpression() local
2039 this->writeWord(this->getType(resultType), out); in writeBinaryExpression()
2041 for (int i = 0; i < resultType.columns(); i++) { in writeBinaryExpression()
2051 this->writeWord(this->getType(resultType), out); in writeBinaryExpression()
2053 for (int i = 0; i < resultType.columns(); i++) { in writeBinaryExpression()
[all …]
DSkSLIRGenerator.cpp1037 const Type* resultType; in convertBinaryExpression() local
1039 &rightType, &resultType, in convertBinaryExpression()
1062 *resultType)); in convertBinaryExpression()
1084 const Type* resultType; in convertTernaryExpression() local
1086 &falseType, &resultType, true) || trueType != falseType) { in convertTernaryExpression()
DSkSLSPIRVCodeGenerator.h183 SpvId writeBinaryOperation(const Type& resultType, const Type& operandType, SpvId lhs,
/external/deqp/modules/gles3/functional/
Des3fShaderMatrixTests.cpp1425 DataType resultType = TYPE_LAST; in init() local
1439resultType = getDataTypeMatrix(getDataTypeMatrixNumColumns(m_in1.dataType), getDataTypeMatrixNumRo… in init()
1443resultType = getDataTypeMatrix(getDataTypeScalarSize(m_in1.dataType), getDataTypeScalarSize(m_in0.… in init()
1447resultType = getDataTypeMatrix(getDataTypeMatrixNumRows(m_in0.dataType), getDataTypeMatrixNumColum… in init()
1451 resultType = m_in0.dataType; in init()
1455 resultType = TYPE_FLOAT; in init()
1460 resultType = m_in0.dataType; in init()
1465 resultType = m_in0.dataType; in init()
1474 resultType = matrixType; in init()
1478resultType = getDataTypeFloatVec(matNdx == 0 ? getDataTypeMatrixNumRows(matrixType) : getDataTypeM… in init()
[all …]
/external/deqp/external/vulkancts/modules/vulkan/shaderrender/
DvktShaderRenderMatrixTests.cpp1687 DataType resultType = TYPE_LAST; in setupShader() local
1701resultType = getDataTypeMatrix(getDataTypeMatrixNumColumns(m_in1.dataType), getDataTypeMatrixNumRo… in setupShader()
1705resultType = getDataTypeMatrix(getDataTypeScalarSize(m_in1.dataType), getDataTypeScalarSize(m_in0.… in setupShader()
1709resultType = getDataTypeMatrix(getDataTypeMatrixNumRows(m_in0.dataType), getDataTypeMatrixNumColum… in setupShader()
1713 resultType = m_in0.dataType; in setupShader()
1717 resultType = TYPE_FLOAT; in setupShader()
1722 resultType = m_in0.dataType; in setupShader()
1727 resultType = m_in0.dataType; in setupShader()
1736 resultType = matrixType; in setupShader()
1740resultType = getDataTypeFloatVec(matNdx == 0 ? getDataTypeMatrixNumRows(matrixType) : getDataTypeM… in setupShader()
[all …]
/external/clang/lib/CodeGen/
DCodeGenTypes.h276 arrangeBuiltinFunctionDeclaration(QualType resultType,
279 arrangeBuiltinFunctionDeclaration(CanQualType resultType,
281 const CGFunctionInfo &arrangeBuiltinFunctionCall(QualType resultType,
DCGCall.cpp149 CanQualType resultType = FTP->getReturnType().getUnqualifiedType(); in arrangeLLVMFunctionInfo() local
151 return CGT.arrangeLLVMFunctionInfo(resultType, instanceMethod, in arrangeLLVMFunctionInfo()
293 CanQualType resultType = TheCXXABI.HasThisReturn(GD) in arrangeCXXStructorDeclaration() local
298 return arrangeLLVMFunctionInfo(resultType, /*instanceMethod=*/true, in arrangeCXXStructorDeclaration()
586 CodeGenTypes::arrangeBuiltinFunctionCall(QualType resultType, in arrangeBuiltinFunctionCall() argument
593 GetReturnType(resultType), /*instanceMethod=*/false, in arrangeBuiltinFunctionCall()
599 CodeGenTypes::arrangeBuiltinFunctionDeclaration(QualType resultType, in arrangeBuiltinFunctionDeclaration() argument
604 GetReturnType(resultType), /*instanceMethod=*/false, /*chainCall=*/false, in arrangeBuiltinFunctionDeclaration()
609 CodeGenTypes::arrangeBuiltinFunctionDeclaration(CanQualType resultType, in arrangeBuiltinFunctionDeclaration() argument
612 resultType, /*instanceMethod=*/false, /*chainCall=*/false, in arrangeBuiltinFunctionDeclaration()
[all …]
DCGObjCRuntime.cpp356 QualType resultType, in getMessageSendInfo() argument
374 CGM.getTypes().arrangeUnprototypedObjCMessageSend(resultType, callArgs); in getMessageSendInfo()
DCGObjCRuntime.h296 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.java450 TypeId<?> resultType = TypeId.get(returnType); in generateCodeForAllMethods() local
451 MethodId<T, ?> superMethod = superclassType.getMethod(resultType, name, argTypes); in generateCodeForAllMethods()
452 MethodId<?, ?> methodId = generatedType.getMethod(resultType, name, argTypes); in generateCodeForAllMethods()
461 Local<?> resultHolder = code.newLocal(resultType); in generateCodeForAllMethods()
471 Local<?> superResult2 = code.newLocal(resultType); in generateCodeForAllMethods()
524 resultType, superMethodName(method), argTypes); in generateCodeForAllMethods()
535 Local<?> superResult = superCode.newLocal(resultType); in generateCodeForAllMethods()
/external/clang/lib/StaticAnalyzer/Core/
DExprEngineC.cpp377 QualType resultType = CastE->getType(); in VisitCast() local
379 resultType = getContext().getPointerType(resultType); in VisitCast()
404 svalBuilder.conjureSymbolVal(nullptr, CastE, LCtx, resultType, in VisitCast()
429 QualType resultType = CastE->getType(); in VisitCast() local
431 resultType = getContext().getPointerType(resultType); in VisitCast()
433 resultType, in VisitCast()
/external/clang/include/clang/CodeGen/
DCGFunctionInfo.h514 CanQualType resultType,
644 CanQualType resultType, in Profile() argument
659 resultType.Profile(ID); in Profile()
/external/webrtc/webrtc/examples/objc/AppRTCDemo/
DARDAppClient.m678 + (NSError *)errorForJoinResultType:(ARDJoinResultType)resultType {
680 switch (resultType) {
703 + (NSError *)errorForMessageResultType:(ARDMessageResultType)resultType {
705 switch (resultType) {
/external/clang/lib/Sema/
DSemaExpr.cpp11308 QualType resultType; in CreateBuiltinUnaryOp() local
11327 resultType = CheckIncrementDecrementOperand(*this, Input.get(), VK, OK, in CreateBuiltinUnaryOp()
11335 resultType = CheckAddressOfOperand(Input, OpLoc); in CreateBuiltinUnaryOp()
11341 resultType = CheckIndirectionOperand(*this, Input.get(), VK, OpLoc); in CreateBuiltinUnaryOp()
11348 resultType = Input.get()->getType(); in CreateBuiltinUnaryOp()
11349 if (resultType->isDependentType()) in CreateBuiltinUnaryOp()
11351 if (resultType->isArithmeticType()) // C99 6.5.3.3p1 in CreateBuiltinUnaryOp()
11353 else if (resultType->isVectorType() && in CreateBuiltinUnaryOp()
11356 resultType->getAs<VectorType>()->getVectorKind() != in CreateBuiltinUnaryOp()
11361 resultType->isPointerType()) in CreateBuiltinUnaryOp()
[all …]
DSemaExprObjC.cpp1345 QualType resultType = getBaseMessageSendResultType(*this, ReceiverType, in getMessageSendResultType() local
1352 return resultType; in getMessageSendResultType()
1360 if (auto nullability = resultType->getNullability(Context)) in getMessageSendResultType()
1380 return resultType; in getMessageSendResultType()
1385 if (auto attributed = dyn_cast<AttributedType>(resultType.getTypePtr())) { in getMessageSendResultType()
1386 resultType = attributed->getModifiedType(); in getMessageSendResultType()
1388 resultType = resultType.getDesugaredType(Context); in getMessageSendResultType()
1390 } while (resultType->getNullability(Context)); in getMessageSendResultType()
1398 resultType, resultType); in getMessageSendResultType()
1401 return resultType; in getMessageSendResultType()
DSemaPseudoObject.cpp497 QualType resultType = result.get()->getType(); in buildIncDecOperation() local
530 new (S.Context) UnaryOperator(syntacticOp, opcode, resultType, in buildIncDecOperation()
871 QualType resultType = Getter->getReturnType(); in tryBuildGetOfReference() local
872 if (!resultType->isLValueReferenceType()) return false; in tryBuildGetOfReference()

123