Home
last modified time | relevance | path

Searched refs:aggregate_ (Results 26 – 50 of 81) sorted by relevance

1234

/dports/devel/qt5-help/kde-qttools-5.15.2p17/src/qdoc/
H A Dsections.h53 Section() : style_(Details), status_(Active), aggregate_(nullptr) {} in Section()
110 const Aggregate *aggregate() const { return aggregate_; } in aggregate()
111 void setAggregate(Aggregate *t) { aggregate_ = t; } in setAggregate()
124 Aggregate *aggregate_; variable
232 Aggregate *aggregate() const { return aggregate_; } in aggregate()
243 Aggregate *aggregate_;
/dports/devel/qt5-linguist/kde-qttools-5.15.2p17/src/qdoc/
H A Dsections.h53 Section() : style_(Details), status_(Active), aggregate_(nullptr) {} in Section()
110 const Aggregate *aggregate() const { return aggregate_; } in aggregate()
111 void setAggregate(Aggregate *t) { aggregate_ = t; } in setAggregate()
124 Aggregate *aggregate_; variable
232 Aggregate *aggregate() const { return aggregate_; } in aggregate()
243 Aggregate *aggregate_;
/dports/devel/qt5-designer/kde-qttools-5.15.2p17/src/qdoc/
H A Dsections.h53 Section() : style_(Details), status_(Active), aggregate_(nullptr) {} in Section()
110 const Aggregate *aggregate() const { return aggregate_; } in aggregate()
111 void setAggregate(Aggregate *t) { aggregate_ = t; } in setAggregate()
124 Aggregate *aggregate_; variable
232 Aggregate *aggregate() const { return aggregate_; } in aggregate()
243 Aggregate *aggregate_;
/dports/devel/qt5-linguisttools/kde-qttools-5.15.2p17/src/qdoc/
H A Dsections.h53 Section() : style_(Details), status_(Active), aggregate_(nullptr) {} in Section()
110 const Aggregate *aggregate() const { return aggregate_; } in aggregate()
111 void setAggregate(Aggregate *t) { aggregate_ = t; } in setAggregate()
124 Aggregate *aggregate_; variable
232 Aggregate *aggregate() const { return aggregate_; } in aggregate()
243 Aggregate *aggregate_;
/dports/devel/qt5-qdoc/kde-qttools-5.15.2p17/src/qdoc/
H A Dsections.h53 Section() : style_(Details), status_(Active), aggregate_(nullptr) {} in Section()
110 const Aggregate *aggregate() const { return aggregate_; } in aggregate()
111 void setAggregate(Aggregate *t) { aggregate_ = t; } in setAggregate()
124 Aggregate *aggregate_; variable
232 Aggregate *aggregate() const { return aggregate_; } in aggregate()
243 Aggregate *aggregate_;
/dports/graphics/qt5-pixeltool/kde-qttools-5.15.2p17/src/qdoc/
H A Dsections.h53 Section() : style_(Details), status_(Active), aggregate_(nullptr) {} in Section()
110 const Aggregate *aggregate() const { return aggregate_; } in aggregate()
111 void setAggregate(Aggregate *t) { aggregate_ = t; } in setAggregate()
124 Aggregate *aggregate_; variable
232 Aggregate *aggregate() const { return aggregate_; } in aggregate()
243 Aggregate *aggregate_;
/dports/x11/qt5-qev/kde-qttools-5.15.2p17/src/qdoc/
H A Dsections.h53 Section() : style_(Details), status_(Active), aggregate_(nullptr) {} in Section()
110 const Aggregate *aggregate() const { return aggregate_; } in aggregate()
111 void setAggregate(Aggregate *t) { aggregate_ = t; } in setAggregate()
124 Aggregate *aggregate_; variable
232 Aggregate *aggregate() const { return aggregate_; } in aggregate()
243 Aggregate *aggregate_;
/dports/math/dune-istl/dune-istl-fffb544a61d2c65a0d2fc7c751f36909f06be8f5/dune/istl/paamg/
H A Daggregates.hh1085 AggregateDescriptor aggregate_; member in Dune::Amg::Aggregator::AggregateVisitor
2234 …while(aggregate_->size()< c.minAggregateSize() && aggregate_->connectSize() < c.maxConnectivity())… in growIsolatedAggregate()
2273 aggregate_->add(candidate); in growIsolatedAggregate()
2382 aggregate_->add(candidates); in growAggregate()
2447 aggregate_->seed(seed); in build()
2451 aggregate_->seed(seed); in build()
2492 aggregate_->add(candidates); in build()
2504 aggregate_->invalidate(); in build()
2521 avg+=aggregate_->size(); in build()
2522 minA=min(minA,aggregate_->size()); in build()
[all …]
H A Dglobalaggregates.hh71 : indexset_(&indexset), aggregate_(&aggregate) in Proxy()
77 *aggregate_ = AggregatesMap<Vertex>::ISOLATED; in operator =()
80 *aggregate_ = indexset_->operator[](global).local(); in operator =()
86 Vertex* aggregate_; member in Dune::Amg::GlobalAggregatesMap::Proxy
H A Dsmoother.hh668 int setAggregate(const AggregateDescriptor& aggregate_) in setAggregate()
670 subdomain=aggregate_; in setAggregate()
671 max = std::max(subdomain, aggregate_); in setAggregate()
689 int setAggregate(const AggregateDescriptor& aggregate_) in setAggregate()
723 int setAggregate(const AggregateDescriptor& aggregate_) in setAggregate()
725 adder.setAggregate(aggregate_); in setAggregate()
726 aggregate=aggregate_; in setAggregate()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/ui/gfx/
H A Dcolor_analysis.cc56 aggregate_[0] = aggregate_[1] = aggregate_[2] = 0; in Reset()
83 centroid_[0] = static_cast<uint8_t>(aggregate_[0] / counter_); in RecomputeCentroid()
84 centroid_[1] = static_cast<uint8_t>(aggregate_[1] / counter_); in RecomputeCentroid()
87 aggregate_[0] = aggregate_[1] = aggregate_[2] = 0; in RecomputeCentroid()
94 aggregate_[0] += r; in AddPoint()
95 aggregate_[1] += g; in AddPoint()
96 aggregate_[2] += b; in AddPoint()
116 return aggregate_[0] / counter_ == centroid_[0] && in CompareCentroidWithAggregate()
117 aggregate_[1] / counter_ == centroid_[1] && in CompareCentroidWithAggregate()
118 aggregate_[2] / counter_ == centroid_[2]; in CompareCentroidWithAggregate()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/ui/gfx/
H A Dcolor_analysis.cc56 aggregate_[0] = aggregate_[1] = aggregate_[2] = 0; in Reset()
83 centroid_[0] = static_cast<uint8_t>(aggregate_[0] / counter_); in RecomputeCentroid()
84 centroid_[1] = static_cast<uint8_t>(aggregate_[1] / counter_); in RecomputeCentroid()
87 aggregate_[0] = aggregate_[1] = aggregate_[2] = 0; in RecomputeCentroid()
94 aggregate_[0] += r; in AddPoint()
95 aggregate_[1] += g; in AddPoint()
96 aggregate_[2] += b; in AddPoint()
116 return aggregate_[0] / counter_ == centroid_[0] && in CompareCentroidWithAggregate()
117 aggregate_[1] / counter_ == centroid_[1] && in CompareCentroidWithAggregate()
118 aggregate_[2] / counter_ == centroid_[2]; in CompareCentroidWithAggregate()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/libaddressinput/src/cpp/test/
H A Dtestdata_source.cc145 : aggregate_(aggregate), src_path_(src_path) {} in TestdataSource()
148 : aggregate_(aggregate), src_path_(kDataFileName) {} in TestdataSource()
154 std::string prefixed_key(1, aggregate_ ? kAggregatePrefix : kNormalPrefix); in Get()
H A Dtestdata_source.h76 const bool aggregate_;
/dports/cad/stepcode/stepcode-0.8/src/exp2cxx/
H A Dclasses_misc.c63 return( TYPEinherits_from( VARget_type( a ), aggregate_ ) ); in isAggregate()
68 return( TYPEinherits_from( t, aggregate_ ) ); in isAggregateType()
182 case aggregate_: in FundamentalType()
231 case aggregate_: in GetTypeDescriptorName()
H A Dclass_strings.c45 if( TYPEinherits_from( t, aggregate_ ) ) { in TYPE_get_ctype()
47 if( TYPEinherits_from( bt, aggregate_ ) ) { in TYPE_get_ctype()
H A Dclasses_type.c576 case aggregate_: /* aggregate_ should not happen? DAS */ in TYPEprint_init()
663 case aggregate_: in TYPEprint_new()
745 case aggregate_: in TYPEget_RefTypeVarNm()
833 case aggregate_: in print_typechain()
937 case aggregate_: in TypeBody_Description()
944 case aggregate_: in TypeBody_Description()
/dports/cad/iverilog/verilog-11.0/vhdlpp/
H A Dexpression_elaborate.cc476 aggregate_.resize(choice_count); in elaborate_expr_array_()
487 aggregate_[cdx].choice = 0; in elaborate_expr_array_()
488 aggregate_[cdx].expr = ecur->extract_expression(); in elaborate_expr_array_()
489 aggregate_[cdx].alias_flag = false; in elaborate_expr_array_()
492 ecur->map_choices(&aggregate_[cdx]); in elaborate_expr_array_()
501 for (size_t idx = 0 ; idx < aggregate_.size() ; idx += 1) { in elaborate_expr_array_()
502 if (aggregate_[idx].alias_flag) in elaborate_expr_array_()
505 errors += aggregate_[idx].expr->elaborate_expr(ent, scope, element_type); in elaborate_expr_array_()
518 aggregate_.resize(elements_.size()); in elaborate_expr_record_()
546 aggregate_[idx] = tmp; in elaborate_expr_record_()
[all …]
H A Dexpression.cc218 for(std::vector<choice_element>::iterator it = aggregate_.begin(); in ~ExpAggregate()
219 it != aggregate_.end(); ++it) { in ~ExpAggregate()
237 assert(aggregate_.empty()); // cloning should not happen after elab in clone()
252 for(std::vector<choice_element>::iterator it = aggregate_.begin(); in visit()
253 it != aggregate_.end(); ++it) { in visit()
/dports/cad/stepcode/stepcode-0.8/src/exp2python/src/
H A Dclasses_misc_python.c219 return( TYPEinherits_from( VARget_type( a ), aggregate_ ) ); in isAggregate()
224 return( TYPEinherits_from( t, aggregate_ ) ); in isAggregateType()
394 case aggregate_: in FundamentalType()
446 case aggregate_: in GetTypeDescriptorName()
/dports/cad/stepcode/stepcode-0.8/src/exppp/
H A Dpretty_type.c94 case aggregate_: in TYPE_body_out()
101 case aggregate_: in TYPE_body_out()
H A Dpretty_expr.c110 case aggregate_: in EXPR__out()
352 case aggregate_: in EXPRstring()
/dports/cad/stepcode/stepcode-0.8/src/express/
H A Dtype.c268 case aggregate_: in TYPEinherits_from()
269 if( tb->type == aggregate_ || in TYPEinherits_from()
338 Type_Aggregate = TYPEcreate( aggregate_ ); in TYPEinitialize()
/dports/devel/folly/folly-2021.12.27.00/folly/experimental/
H A DSingletonRelaxedCounter.h127 return aggregate_(get_global); in aggregate()
129 FOLLY_NOINLINE static Int aggregate_(GetGlobal& get_global) { in aggregate_() function
/dports/cad/stepcode/stepcode-0.8/include/express/
H A Dtype.h78 aggregate_, /**< as a formal */ enumerator
243 #define TYPEis_aggregate_raw(t) ((t)->u.type->body->type == aggregate_)

1234