Home
last modified time | relevance | path

Searched refs:resultType (Results 1 – 25 of 65) 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/skqp/src/core/
DSkStroke.cpp40 #define STROKER_RESULT(resultType, depth, quadPts, format, ...) \ argument
42 SkDebugf(" " #resultType " t=(%g,%g)\n", quadPts->fStartT, quadPts->fEndT), \
43 resultType
46 #define STROKER_RESULT(resultType, depth, quadPts, format, ...) \ argument
47 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/skia/src/core/
DSkStroke.cpp40 #define STROKER_RESULT(resultType, depth, quadPts, format, ...) \ argument
42 SkDebugf(" " #resultType " t=(%g,%g)\n", quadPts->fStartT, quadPts->fEndT), \
43 resultType
46 #define STROKER_RESULT(resultType, depth, quadPts, format, ...) \ argument
47 resultType
1046 ResultType resultType = this->intersectRay(quadPts, kCtrlPt_RayType in compareQuadCubic() local
1048 if (resultType != kQuad_ResultType) { in compareQuadCubic()
1049 return resultType; in compareQuadCubic()
1062 ResultType resultType = this->intersectRay(quadPts, kCtrlPt_RayType in compareQuadConic() local
1064 if (resultType != kQuad_ResultType) { in compareQuadConic()
[all …]
/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.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.hpp50 const std::string& resultType,
73 const std::string& resultType,
96 const std::string& resultType,
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/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.cpp1764 SpvId SPIRVCodeGenerator::writeBinaryOperation(const Type& resultType, in writeBinaryOperation() argument
1770 this->writeInstruction(ifFloat, this->getType(resultType), result, lhs, rhs, out); in writeBinaryOperation()
1772 this->writeInstruction(ifInt, this->getType(resultType), result, lhs, rhs, out); in writeBinaryOperation()
1774 this->writeInstruction(ifUInt, this->getType(resultType), result, lhs, rhs, out); in writeBinaryOperation()
1776 this->writeInstruction(ifBool, this->getType(resultType), result, lhs, rhs, out); in writeBinaryOperation()
1865 const Type& resultType = b.fType; in writeBinaryExpression() local
1890 this->writeWord(this->getType(resultType), out); in writeBinaryExpression()
1892 for (int i = 0; i < resultType.columns(); i++) { in writeBinaryExpression()
1902 this->writeWord(this->getType(resultType), out); in writeBinaryExpression()
1904 for (int i = 0; i < resultType.columns(); i++) { in writeBinaryExpression()
[all …]
/external/skqp/src/sksl/
DSkSLSPIRVCodeGenerator.cpp1756 SpvId SPIRVCodeGenerator::writeBinaryOperation(const Type& resultType, in writeBinaryOperation() argument
1762 this->writeInstruction(ifFloat, this->getType(resultType), result, lhs, rhs, out); in writeBinaryOperation()
1764 this->writeInstruction(ifInt, this->getType(resultType), result, lhs, rhs, out); in writeBinaryOperation()
1766 this->writeInstruction(ifUInt, this->getType(resultType), result, lhs, rhs, out); in writeBinaryOperation()
1768 this->writeInstruction(ifBool, this->getType(resultType), result, lhs, rhs, out); in writeBinaryOperation()
1857 const Type& resultType = b.fType; in writeBinaryExpression() local
1882 this->writeWord(this->getType(resultType), out); in writeBinaryExpression()
1884 for (int i = 0; i < resultType.columns(); i++) { in writeBinaryExpression()
1894 this->writeWord(this->getType(resultType), out); in writeBinaryExpression()
1896 for (int i = 0; i < resultType.columns(); i++) { in writeBinaryExpression()
[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/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/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.java491 TypeId<?> resultType = TypeId.get(returnType); in generateCodeForAllMethods() local
492 MethodId<T, ?> superMethod = superclassType.getMethod(resultType, name, argTypes); in generateCodeForAllMethods()
493 MethodId<?, ?> methodId = generatedType.getMethod(resultType, name, argTypes); in generateCodeForAllMethods()
502 Local<?> resultHolder = code.newLocal(resultType); in generateCodeForAllMethods()
512 Local<?> superResult2 = code.newLocal(resultType); in generateCodeForAllMethods()
565 resultType, superMethodName(method), argTypes); in generateCodeForAllMethods()
576 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/deqp/external/vulkancts/modules/vulkan/ycbcr/
DvktYCbCrImageQueryTests.cpp108 glu::DataType resultType = glu::TYPE_LAST; in getShaderSpec() local
114 resultType = glu::TYPE_INT_VEC2; in getShaderSpec()
119 resultType = glu::TYPE_INT; in getShaderSpec()
129 spec.outputs.push_back(Symbol("result", glu::VarType(resultType, glu::PRECISION_HIGHP))); in getShaderSpec()
/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()

123