Home
last modified time | relevance | path

Searched refs:vectorType (Results 1 – 25 of 574) sorted by relevance

12345678910>>...23

/dports/math/vtk6/VTK-6.2.0/Common/DataModel/
H A DvtkVectorOperators.h109 inline vectorType operator-(const vectorType& v) \
114 inline vectorType operator+(const vectorType& v1, const vectorType& v2) \
120 inline vectorType operator-(const vectorType& v1, const vectorType& v2) \
126 inline vectorType operator*(const vectorType& v1, const vectorType& v2) \
133 inline vectorType operator*(const vectorType& v1, const B& scalar) \
139 inline vectorType operator*(const B& scalar, const vectorType& v1) \
144 inline vectorType operator/(const vectorType& v1, const vectorType& v2) \
151 vtkVectorOperatorNegate(vectorType, type, size) \
152 vtkVectorOperatorPlus(vectorType, type, size) \
153 vtkVectorOperatorMinus(vectorType, type, size) \
[all …]
H A DvtkVector.h265 #define vtkVectorNormalized(vectorType, type, size) \ argument
266 vectorType Normalized() const \
268 return vectorType(vtkVector<type, size>::Normalized().GetData()); \
271 #define vtkVectorDerivedMacro(vectorType, type, size) \ argument
272 vtkVectorNormalized(vectorType, type, size) \
306 #define vtkVector3Cross(vectorType, type) \ argument
307 vectorType Cross(const vectorType& other) const \
309 return vectorType(vtkVector3<type>::Cross(other).GetData()); \
/dports/math/vtk8/VTK-8.2.0/Common/DataModel/
H A DvtkVectorOperators.h109 inline vectorType operator-(const vectorType& v) \
114 inline vectorType operator+(const vectorType& v1, const vectorType& v2) \
120 inline vectorType operator-(const vectorType& v1, const vectorType& v2) \
126 inline vectorType operator*(const vectorType& v1, const vectorType& v2) \
133 inline vectorType operator*(const vectorType& v1, const B& scalar) \
139 inline vectorType operator*(const B& scalar, const vectorType& v1) \
144 inline vectorType operator/(const vectorType& v1, const vectorType& v2) \
151 vtkVectorOperatorNegate(vectorType, type, size) \
152 vtkVectorOperatorPlus(vectorType, type, size) \
153 vtkVectorOperatorMinus(vectorType, type, size) \
[all …]
H A DvtkVector.h388 #define vtkVectorNormalized(vectorType, type, size) \ argument
389 vectorType Normalized() const \
391 return vectorType(vtkVector<type, size>::Normalized().GetData()); \
394 #define vtkVectorDerivedMacro(vectorType, type, size) \ argument
395 vtkVectorNormalized(vectorType, type, size) \
396 explicit vectorType(type s) : Superclass(s) {} \
397 explicit vectorType(const type *i) : Superclass(i) {} \
399 vectorType(const vtkVector<type, size> &o) : Superclass(o.GetData()) {} \
433 #define vtkVector3Cross(vectorType, type) \ argument
434 vectorType Cross(const vectorType& other) const \
[all …]
/dports/math/vtk9/VTK-9.1.0/Common/DataModel/
H A DvtkVectorOperators.h131 #define vtkVectorOperatorNegate(vectorType, type, size) \ argument
132 inline vectorType operator-(const vectorType& v) \
134 return vectorType((-static_cast<vtkVector<type, size>>(v)).GetData()); \
136 #define vtkVectorOperatorPlus(vectorType, type, size) \ argument
137 inline vectorType operator+(const vectorType& v1, const vectorType& v2) \
144 inline vectorType operator-(const vectorType& v1, const vectorType& v2) \
151 inline vectorType operator*(const vectorType& v1, const vectorType& v2) \
159 inline vectorType operator*(const vectorType& v1, const B& scalar) \
165 inline vectorType operator*(const B& scalar, const vectorType& v1) \
170 inline vectorType operator/(const vectorType& v1, const vectorType& v2) \
[all …]
H A DvtkVector.h389 #define vtkVectorNormalized(vectorType, type, size) \ argument
390 vectorType Normalized() const \
392 return vectorType(vtkVector<type, size>::Normalized().GetData()); \
395 #define vtkVectorDerivedMacro(vectorType, type, size) \ argument
396 vtkVectorNormalized(vectorType, type, size); \
397 explicit vectorType(type s) \
401 explicit vectorType(const type* i) \
405 explicit vectorType(const vtkTuple<type, size>& o) \
409 vectorType(const vtkVector<type, size>& o) \
455 #define vtkVector3Cross(vectorType, type) \ argument
[all …]
/dports/editors/calligra/calligra-3.2.1/plugins/vectorshape/
H A DVectorShape.cpp93 VectorShape::VectorType VectorShape::vectorType() const in vectorType() function in VectorShape
103 m_type = vectorType; in setCompressedContents()
364 m_type = vectorType(m_contents); in loadOdfFrameElement()
410 VectorShape::VectorType VectorShape::vectorType(const QByteArray &newContents) in vectorType() function in VectorShape
412 VectorType vectorType; in vectorType() local
415 vectorType = VectorShape::VectorTypeWmf; in vectorType()
417 vectorType = VectorShape::VectorTypeEmf; in vectorType()
419 vectorType = VectorShape::VectorTypeSvm; in vectorType()
421 vectorType = VectorShape::VectorTypeSvg; in vectorType()
423 vectorType = VectorShape::VectorTypeNone; in vectorType()
[all …]
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/mlir/lib/Dialect/VectorOps/
H A DVectorOps.cpp364 VectorType vectorType; in parseExtractElementOp() local
369 parser.parseColonType(vectorType)) in parseExtractElementOp()
380 if (vectorType.getRank() != 1) in verify()
392 return vectorType.getElementType(); in inferExtractOpResultType()
425 if (!vectorType) in parseExtractOp()
483 VectorType vectorType; in parseExtractSlicesOp() local
517 unsigned rank = vectorType.getRank(); in isValidExtractOrInsertSlicesType()
529 auto shape = vectorType.getShape(); in isValidExtractOrInsertSlicesType()
629 VectorType vectorType; in parseBroadcastOp() local
1230 shape.reserve(vectorType.getRank()); in inferStridedSliceOpResultType()
[all …]
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/mlir/lib/Conversion/VectorToSCF/
H A DVectorToSCF.cpp88 vectorType = xferOp.getVectorType(); in NDTransferOpHelper()
91 majorRank = vectorType.getRank() - minorRank; in NDTransferOpHelper()
94 VectorType::get(vectorType.getShape().take_front(majorRank), in NDTransferOpHelper()
95 vectorType.getElementType()); in NDTransferOpHelper()
97 VectorType::get(vectorType.getShape().take_back(minorRank), in NDTransferOpHelper()
98 vectorType.getElementType()); in NDTransferOpHelper()
237 result = std_splat(vectorType, xferOp.padding()); in doReplace()
275 resultType.push_back(vectorType); in doReplace()
336 vector_type_cast(MemRefType::get({}, vectorType), alloc)); in doReplace()
487 auto vectorType = transfer.getVectorType(); in tmpMemRefType() local
[all …]
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/mlir/lib/Conversion/VectorToLLVM/
H A DConvertVectorToLLVM.cpp78 auto vectorType = into.getType().cast<VectorType>(); in insertOne() local
79 if (vectorType.getRank() > 1) in insertOne()
82 loc, vectorType, from, into, in insertOne()
106 if (vectorType.getRank() > 1) in extractOne()
109 loc, vectorType.getElementType(), vector, in extractOne()
291 auto vectorType = shuffleOp.getVectorType(); in matchAndRewrite() local
300 int64_t rank = vectorType.getRank(); in matchAndRewrite()
372 auto vectorType = extractOp.getVectorType(); in matchAndRewrite() local
810 Type eltType = vectorType ? vectorType.getElementType() : printType; in matchAndRewrite()
811 int64_t rank = vectorType ? vectorType.getRank() : 0; in matchAndRewrite()
[all …]
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/mlir/lib/Dialect/Vector/
H A DVectorOps.cpp334 unsigned rank = vectorType ? vectorType.getShape().size() : 0; in verify()
485 if (vectorType.getRank() != 1) in verify()
497 return vectorType.getElementType(); in inferExtractOpResultType()
540 if (!vectorType) in parseExtractOp()
794 auto shape = vectorType.getShape(); in isValidExtractOrInsertSlicesType()
1330 shape.reserve(vectorType.getRank()); in inferStridedSliceOpResultType()
1651 if (!vectorType) in parseTransferReadOp()
1837 if (!vectorType) in parseTransferWriteOp()
2005 if (vectorType) { in extractShape()
2019 VectorType vectorType = in build() local
[all …]
/dports/science/dakota/dakota-6.13.0-release-public.src-UI/src/unit_test/
H A Dopt_api_core_data_xfers.cpp37 typedef std::vector<double> vectorType; typedef
48 typedef float vectorType[VEC_SIZE]; typedef
83 dummyGradFreeOpt1::Traits::vectorType tpl1_vec; in TEUCHOS_UNIT_TEST()
95 dummyGradFreeOpt2::Traits::vectorType tpl2_vec; in TEUCHOS_UNIT_TEST()
117 dummyGradFreeOpt1::Traits::vectorType tpl1_vec; in TEUCHOS_UNIT_TEST()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/mlir/lib/Conversion/VectorToSCF/
H A DVectorToSCF.cpp106 vectorType = xferOp.getVectorType(); in NDTransferOpHelper()
109 majorRank = vectorType.getRank() - minorRank; in NDTransferOpHelper()
112 VectorType::get(vectorType.getShape().take_front(majorRank), in NDTransferOpHelper()
113 vectorType.getElementType()); in NDTransferOpHelper()
115 VectorType::get(vectorType.getShape().take_back(minorRank), in NDTransferOpHelper()
116 vectorType.getElementType()); in NDTransferOpHelper()
261 result = std_splat(vectorType, xferOp.padding()); in doReplace()
300 resultType.push_back(vectorType); in doReplace()
457 auto vectorType = transfer.getVectorType(); in tmpMemRefType() local
458 return MemRefType::get(vectorType.getShape().drop_back(), in tmpMemRefType()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/mlir/lib/Conversion/VectorToSCF/
H A DVectorToSCF.cpp106 vectorType = xferOp.getVectorType(); in NDTransferOpHelper()
109 majorRank = vectorType.getRank() - minorRank; in NDTransferOpHelper()
112 VectorType::get(vectorType.getShape().take_front(majorRank), in NDTransferOpHelper()
113 vectorType.getElementType()); in NDTransferOpHelper()
115 VectorType::get(vectorType.getShape().take_back(minorRank), in NDTransferOpHelper()
116 vectorType.getElementType()); in NDTransferOpHelper()
261 result = std_splat(vectorType, xferOp.padding()); in doReplace()
300 resultType.push_back(vectorType); in doReplace()
457 auto vectorType = transfer.getVectorType(); in tmpMemRefType() local
458 return MemRefType::get(vectorType.getShape().drop_back(), in tmpMemRefType()
[all …]
/dports/devel/llvm12/llvm-project-12.0.1.src/mlir/lib/Conversion/VectorToSCF/
H A DVectorToSCF.cpp106 vectorType = xferOp.getVectorType(); in NDTransferOpHelper()
109 majorRank = vectorType.getRank() - minorRank; in NDTransferOpHelper()
112 VectorType::get(vectorType.getShape().take_front(majorRank), in NDTransferOpHelper()
113 vectorType.getElementType()); in NDTransferOpHelper()
115 VectorType::get(vectorType.getShape().take_back(minorRank), in NDTransferOpHelper()
116 vectorType.getElementType()); in NDTransferOpHelper()
261 result = std_splat(vectorType, xferOp.padding()); in doReplace()
300 resultType.push_back(vectorType); in doReplace()
457 auto vectorType = transfer.getVectorType(); in tmpMemRefType() local
458 return MemRefType::get(vectorType.getShape().drop_back(), in tmpMemRefType()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/mlir/lib/Dialect/Vector/
H A DVectorOps.cpp392 unsigned rank = vectorType ? vectorType.getShape().size() : 0; in verify()
553 if (vectorType.getRank() != 1) in verify()
608 if (!vectorType) in parseExtractOp()
1060 auto vectorType = getVectorType(); in fold() local
1852 vectorType.getElementTypeBitWidth() * vectorType.getShape().back(); in verifyTransferOp()
1871 vectorType.getElementTypeBitWidth() * vectorType.getShape().back(); in verifyTransferOp()
1973 if (!vectorType) in parseTransferReadOp()
2146 if (!vectorType) in parseTransferWriteOp()
2663 if (vectorType) in extractShape()
2664 res.append(vectorType.getShape().begin(), vectorType.getShape().end()); in extractShape()
[all …]
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/mlir/lib/Dialect/Vector/
H A DVectorOps.cpp584 unsigned rank = vectorType ? vectorType.getShape().size() : 0; in verify()
632 auto elementType = vectorType ? vectorType.getElementType() : resType; in verify()
812 if (vectorType.getRank() != 1) in verify()
867 if (!vectorType) in parseExtractOp()
1327 auto vectorType = getVectorType(); in fold() local
2443 if (!vectorType) in parseTransferReadOp()
2716 if (!vectorType) in parseTransferWriteOp()
3511 if (vectorType) in extractShape()
3512 res.append(vectorType.getShape().begin(), vectorType.getShape().end()); in extractShape()
3522 VectorType vectorType = in build() local
[all …]
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/mlir/lib/Dialect/Vector/
H A DVectorOps.cpp584 unsigned rank = vectorType ? vectorType.getShape().size() : 0; in verify()
632 auto elementType = vectorType ? vectorType.getElementType() : resType; in verify()
812 if (vectorType.getRank() != 1) in verify()
867 if (!vectorType) in parseExtractOp()
1327 auto vectorType = getVectorType(); in fold() local
2443 if (!vectorType) in parseTransferReadOp()
2716 if (!vectorType) in parseTransferWriteOp()
3511 if (vectorType) in extractShape()
3512 res.append(vectorType.getShape().begin(), vectorType.getShape().end()); in extractShape()
3522 VectorType vectorType = in build() local
[all …]
/dports/devel/llvm13/llvm-project-13.0.1.src/mlir/lib/Dialect/Vector/
H A DVectorOps.cpp584 unsigned rank = vectorType ? vectorType.getShape().size() : 0;
632 auto elementType = vectorType ? vectorType.getElementType() : resType;
812 if (vectorType.getRank() != 1)
867 if (!vectorType)
1327 auto vectorType = getVectorType();
2443 if (!vectorType)
2716 if (!vectorType)
3511 if (vectorType)
3512 res.append(vectorType.getShape().begin(), vectorType.getShape().end());
3522 VectorType vectorType =
[all …]
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/mlir/lib/Dialect/SPIRV/Utils/
H A DLayoutUtils.cpp92 if (auto vectorType = type.dyn_cast<VectorType>()) in decorateType() local
93 return decorateType(vectorType, size, alignment); in decorateType()
101 Type VulkanLayoutUtils::decorateType(VectorType vectorType, in decorateType() argument
104 const auto numElements = vectorType.getNumElements(); in decorateType()
105 auto elementType = vectorType.getElementType(); in decorateType()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/mlir/lib/Dialect/SPIRV/Utils/
H A DLayoutUtils.cpp92 if (auto vectorType = type.dyn_cast<VectorType>()) in decorateType() local
93 return decorateType(vectorType, size, alignment); in decorateType()
101 Type VulkanLayoutUtils::decorateType(VectorType vectorType, in decorateType() argument
104 const auto numElements = vectorType.getNumElements(); in decorateType()
105 auto elementType = vectorType.getElementType(); in decorateType()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/mlir/lib/Dialect/SPIRV/Utils/
H A DLayoutUtils.cpp92 if (auto vectorType = type.dyn_cast<VectorType>()) in decorateType() local
93 return decorateType(vectorType, size, alignment); in decorateType()
101 Type VulkanLayoutUtils::decorateType(VectorType vectorType, in decorateType() argument
104 const auto numElements = vectorType.getNumElements(); in decorateType()
105 auto elementType = vectorType.getElementType(); in decorateType()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/mlir/lib/Dialect/SPIRV/
H A DLayoutUtils.cpp91 if (auto vectorType = type.dyn_cast<VectorType>()) in decorateType() local
92 return decorateType(vectorType, size, alignment); in decorateType()
100 Type VulkanLayoutUtils::decorateType(VectorType vectorType, in decorateType() argument
103 const auto numElements = vectorType.getNumElements(); in decorateType()
104 auto elementType = vectorType.getElementType(); in decorateType()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/mlir/lib/Dialect/SPIRV/Utils/
H A DLayoutUtils.cpp92 if (auto vectorType = type.dyn_cast<VectorType>()) in decorateType() local
93 return decorateType(vectorType, size, alignment); in decorateType()
101 Type VulkanLayoutUtils::decorateType(VectorType vectorType, in decorateType() argument
104 const auto numElements = vectorType.getNumElements(); in decorateType()
105 auto elementType = vectorType.getElementType(); in decorateType()
/dports/devel/llvm12/llvm-project-12.0.1.src/mlir/lib/Dialect/SPIRV/Utils/
H A DLayoutUtils.cpp92 if (auto vectorType = type.dyn_cast<VectorType>()) in decorateType() local
93 return decorateType(vectorType, size, alignment); in decorateType()
101 Type VulkanLayoutUtils::decorateType(VectorType vectorType, in decorateType() argument
104 const auto numElements = vectorType.getNumElements(); in decorateType()
105 auto elementType = vectorType.getElementType(); in decorateType()

12345678910>>...23