Home
last modified time | relevance | path

Searched refs:ReductionType (Results 1 – 25 of 135) sorted by relevance

123456

/dports/math/amath/amath-1.8.5/src/main/
H A Dvalues.h156 virtual ReductionType GetReductionType();
178 ReductionType GetReductionType();
192 ReductionType GetReductionType();
206 ReductionType GetReductionType();
H A Doperators.h48 ReductionType GetReductionType();
127 ReductionType GetReductionType();
139 ReductionType GetReductionType();
H A Dvalues.cpp381 ReductionType NumericValueNode::GetReductionType() in GetReductionType()
442 ReductionType EulersNumberNode::GetReductionType() in GetReductionType()
462 ReductionType PiNode::GetReductionType() in GetReductionType()
482 ReductionType ComplexiNode::GetReductionType() in GetReductionType()
H A Dnodes.h56 } ReductionType; typedef
75 virtual ReductionType GetReductionType();
H A Doperators.cpp52 ReductionType UnaryNode::GetReductionType() in GetReductionType()
436 ReductionType AdditionNode::GetReductionType() in GetReductionType()
467 ReductionType SubtractionNode::GetReductionType() in GetReductionType()
/dports/misc/mnn/MNN-1.2.0/source/backend/cuda/execution/
H A DReductionExecution.hpp18 ReductionExecution(ReductionType opType, int axis, Backend *backend);
23 ReductionType mType;
/dports/math/latte-integrale/latte-version_1_7_6/code/latte/normalize/
H A DReductionTest.h39 enum ReductionType { enum
42 ReductionType type;
/dports/math/dune-fem/dune-fem-d1c625e6d51167d0cce57de6adcef21f548a8f82/dune/fem/solver/
H A Distlinverseoperators.hh123 typedef Reduction ReductionType; typedef
128 …ISTLSolverAdapter ( const ReductionType &reduction, std::shared_ptr<ISTLSolverParameter> parameter… in ISTLSolverAdapter()
230 ReductionType reduction_;
291 typedef typename SolverAdapterType::ReductionType ReductionType; typedef in Dune::Fem::ISTLInverseOperator
296 : BaseType( parameter ), solverAdapter_( ReductionType( parameter_ ), parameter_ ) in ISTLInverseOperator()
/dports/finance/prestashop/prestashop/src/PrestaShopBundle/Form/Admin/Sell/CatalogPriceRule/
H A DCatalogPriceRuleType.php34 use PrestaShopBundle\Form\Admin\Type\ReductionType; alias
184 ->add('reduction', ReductionType::class, [
/dports/misc/mnn/MNN-1.2.0/pymnn/pip_package/MNN/tools/mnn_fb/
H A DReductionType.py5 class ReductionType(object): class
/dports/finance/prestashop/prestashop/src/PrestaShopBundle/Form/Admin/Type/
H A DReductionType.php37 class ReductionType extends CommonAbstractType class
/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/skia/skia/src/core/
H A DSkStroke.cpp180 enum ReductionType { enum in SkPathStroker
199 static ReductionType CheckConicLinear(const SkConic& , SkPoint* reduction);
200 static ReductionType CheckCubicLinear(const SkPoint cubic[4], SkPoint reduction[3],
202 static ReductionType CheckQuadLinear(const SkPoint quad[3], SkPoint* reduction);
589 SkPathStroker::ReductionType SkPathStroker::CheckCubicLinear(const SkPoint cubic[4], in CheckCubicLinear()
617 return (ReductionType) (kQuad_ReductionType + count); in CheckCubicLinear()
620 SkPathStroker::ReductionType SkPathStroker::CheckConicLinear(const SkConic& conic, in CheckConicLinear()
651 SkPathStroker::ReductionType SkPathStroker::CheckQuadLinear(const SkPoint quad[3], in CheckQuadLinear()
675 ReductionType reductionType = CheckConicLinear(conic, &reduction); in conicTo()
713 ReductionType reductionType = CheckQuadLinear(quad, &reduction); in quadTo()
[all …]
/dports/misc/mnn/MNN-1.2.0/schema/default/
H A DTensorflowOp.fbs58 enum ReductionType : byte{
71 operation:ReductionType;
/dports/www/firefox-esr/firefox-91.8.0/gfx/skia/skia/src/core/
H A DSkStroke.cpp186 enum ReductionType { enum in SkPathStroker
205 static ReductionType CheckConicLinear(const SkConic& , SkPoint* reduction);
206 static ReductionType CheckCubicLinear(const SkPoint cubic[4], SkPoint reduction[3],
208 static ReductionType CheckQuadLinear(const SkPoint quad[3], SkPoint* reduction);
604 SkPathStroker::ReductionType SkPathStroker::CheckCubicLinear(const SkPoint cubic[4], in CheckCubicLinear()
640 return (ReductionType) (kQuad_ReductionType + rCount); in CheckCubicLinear()
643 SkPathStroker::ReductionType SkPathStroker::CheckConicLinear(const SkConic& conic, in CheckConicLinear()
666 SkPathStroker::ReductionType SkPathStroker::CheckQuadLinear(const SkPoint quad[3], in CheckQuadLinear()
690 ReductionType reductionType = CheckConicLinear(conic, &reduction); in conicTo()
728 ReductionType reductionType = CheckQuadLinear(quad, &reduction); in quadTo()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/skia/src/core/
H A DSkStroke.cpp186 enum ReductionType { enum in SkPathStroker
205 static ReductionType CheckConicLinear(const SkConic& , SkPoint* reduction);
206 static ReductionType CheckCubicLinear(const SkPoint cubic[4], SkPoint reduction[3],
208 static ReductionType CheckQuadLinear(const SkPoint quad[3], SkPoint* reduction);
604 SkPathStroker::ReductionType SkPathStroker::CheckCubicLinear(const SkPoint cubic[4], in CheckCubicLinear()
640 return (ReductionType) (kQuad_ReductionType + rCount); in CheckCubicLinear()
643 SkPathStroker::ReductionType SkPathStroker::CheckConicLinear(const SkConic& conic, in CheckConicLinear()
666 SkPathStroker::ReductionType SkPathStroker::CheckQuadLinear(const SkPoint quad[3], in CheckQuadLinear()
690 ReductionType reductionType = CheckConicLinear(conic, &reduction); in conicTo()
728 ReductionType reductionType = CheckQuadLinear(quad, &reduction); in quadTo()
[all …]
/dports/www/firefox/firefox-99.0/gfx/skia/skia/src/core/
H A DSkStroke.cpp186 enum ReductionType { enum in SkPathStroker
205 static ReductionType CheckConicLinear(const SkConic& , SkPoint* reduction);
206 static ReductionType CheckCubicLinear(const SkPoint cubic[4], SkPoint reduction[3],
208 static ReductionType CheckQuadLinear(const SkPoint quad[3], SkPoint* reduction);
604 SkPathStroker::ReductionType SkPathStroker::CheckCubicLinear(const SkPoint cubic[4], in CheckCubicLinear()
640 return (ReductionType) (kQuad_ReductionType + rCount); in CheckCubicLinear()
643 SkPathStroker::ReductionType SkPathStroker::CheckConicLinear(const SkConic& conic, in CheckConicLinear()
666 SkPathStroker::ReductionType SkPathStroker::CheckQuadLinear(const SkPoint quad[3], in CheckQuadLinear()
690 ReductionType reductionType = CheckConicLinear(conic, &reduction); in conicTo()
728 ReductionType reductionType = CheckQuadLinear(quad, &reduction); in quadTo()
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/skia/skia/src/core/
H A DSkStroke.cpp186 enum ReductionType { enum in SkPathStroker
205 static ReductionType CheckConicLinear(const SkConic& , SkPoint* reduction);
206 static ReductionType CheckCubicLinear(const SkPoint cubic[4], SkPoint reduction[3],
208 static ReductionType CheckQuadLinear(const SkPoint quad[3], SkPoint* reduction);
604 SkPathStroker::ReductionType SkPathStroker::CheckCubicLinear(const SkPoint cubic[4], in CheckCubicLinear()
640 return (ReductionType) (kQuad_ReductionType + rCount); in CheckCubicLinear()
643 SkPathStroker::ReductionType SkPathStroker::CheckConicLinear(const SkConic& conic, in CheckConicLinear()
666 SkPathStroker::ReductionType SkPathStroker::CheckQuadLinear(const SkPoint quad[3], in CheckQuadLinear()
690 ReductionType reductionType = CheckConicLinear(conic, &reduction); in conicTo()
728 ReductionType reductionType = CheckQuadLinear(quad, &reduction); in quadTo()
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/gfx/skia/skia/src/core/
H A DSkStroke.cpp181 enum ReductionType { enum in SkPathStroker
200 static ReductionType CheckConicLinear(const SkConic& , SkPoint* reduction);
201 static ReductionType CheckCubicLinear(const SkPoint cubic[4], SkPoint reduction[3],
203 static ReductionType CheckQuadLinear(const SkPoint quad[3], SkPoint* reduction);
593 SkPathStroker::ReductionType SkPathStroker::CheckCubicLinear(const SkPoint cubic[4], in CheckCubicLinear()
629 return (ReductionType) (kQuad_ReductionType + rCount); in CheckCubicLinear()
632 SkPathStroker::ReductionType SkPathStroker::CheckConicLinear(const SkConic& conic, in CheckConicLinear()
663 SkPathStroker::ReductionType SkPathStroker::CheckQuadLinear(const SkPoint quad[3], in CheckQuadLinear()
687 ReductionType reductionType = CheckConicLinear(conic, &reduction); in conicTo()
725 ReductionType reductionType = CheckQuadLinear(quad, &reduction); in quadTo()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/skia/src/core/
H A DSkStroke.cpp219 enum ReductionType { enum in SkPathStroker
238 static ReductionType CheckConicLinear(const SkConic& , SkPoint* reduction);
239 static ReductionType CheckCubicLinear(const SkPoint cubic[4], SkPoint reduction[3],
241 static ReductionType CheckQuadLinear(const SkPoint quad[3], SkPoint* reduction);
637 SkPathStroker::ReductionType SkPathStroker::CheckCubicLinear(const SkPoint cubic[4], in CheckCubicLinear()
673 return (ReductionType) (kQuad_ReductionType + rCount); in CheckCubicLinear()
676 SkPathStroker::ReductionType SkPathStroker::CheckConicLinear(const SkConic& conic, in CheckConicLinear()
699 SkPathStroker::ReductionType SkPathStroker::CheckQuadLinear(const SkPoint quad[3], in CheckQuadLinear()
723 ReductionType reductionType = CheckConicLinear(conic, &reduction); in conicTo()
761 ReductionType reductionType = CheckQuadLinear(quad, &reduction); in quadTo()
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/skia/skia/src/core/
H A DSkStroke.cpp186 enum ReductionType { enum in SkPathStroker
205 static ReductionType CheckConicLinear(const SkConic& , SkPoint* reduction);
206 static ReductionType CheckCubicLinear(const SkPoint cubic[4], SkPoint reduction[3],
208 static ReductionType CheckQuadLinear(const SkPoint quad[3], SkPoint* reduction);
604 SkPathStroker::ReductionType SkPathStroker::CheckCubicLinear(const SkPoint cubic[4], in CheckCubicLinear()
640 return (ReductionType) (kQuad_ReductionType + rCount); in CheckCubicLinear()
643 SkPathStroker::ReductionType SkPathStroker::CheckConicLinear(const SkConic& conic, in CheckConicLinear()
666 SkPathStroker::ReductionType SkPathStroker::CheckQuadLinear(const SkPoint quad[3], in CheckQuadLinear()
690 ReductionType reductionType = CheckConicLinear(conic, &reduction); in conicTo()
728 ReductionType reductionType = CheckQuadLinear(quad, &reduction); in quadTo()
[all …]
/dports/math/SCIP/scip-7.0.3/src/scip/
H A Dpresol_milp.cpp472 ReductionType type = res.postsolve.types[i]; in SCIP_DECL_PRESOLEXEC()
478 case ReductionType::kFixedCol: in SCIP_DECL_PRESOLEXEC()
495 case ReductionType::kSubstitutedCol: in SCIP_DECL_PRESOLEXEC()
591 case ReductionType::kParallelCol: in SCIP_DECL_PRESOLEXEC()
/dports/misc/mnn/MNN-1.2.0/source/geometry/
H A DGeometryComputerUtils.hpp20 static Command makeReduce(ReductionType type, Tensor* input0, Tensor* output);
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/polly/include/polly/
H A DScopInfo.h457 enum ReductionType { enum
507 ReductionType RedType = RT_NONE;
857 static const std::string getReductionOperatorStr(ReductionType RT);
1034 ReductionType getReductionType() const { return RedType; } in getReductionType()
1057 void markAsReductionLike(ReductionType RT) { RedType = RT; } in markAsReductionLike()
1092 raw_ostream &operator<<(raw_ostream &OS, MemoryAccess::ReductionType RT);
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/polly/include/polly/
H A DScopInfo.h485 enum ReductionType { enum
535 ReductionType RedType = RT_NONE;
885 static const std::string getReductionOperatorStr(ReductionType RT);
1062 ReductionType getReductionType() const { return RedType; } in getReductionType()
1085 void markAsReductionLike(ReductionType RT) { RedType = RT; } in markAsReductionLike()
1120 raw_ostream &operator<<(raw_ostream &OS, MemoryAccess::ReductionType RT);
/dports/devel/llvm12/llvm-project-12.0.1.src/polly/include/polly/
H A DScopInfo.h457 enum ReductionType { enum
507 ReductionType RedType = RT_NONE;
857 static const std::string getReductionOperatorStr(ReductionType RT);
1034 ReductionType getReductionType() const { return RedType; } in getReductionType()
1057 void markAsReductionLike(ReductionType RT) { RedType = RT; } in markAsReductionLike()
1092 raw_ostream &operator<<(raw_ostream &OS, MemoryAccess::ReductionType RT);

123456