Home
last modified time | relevance | path

Searched refs:reduced_ (Results 1 – 25 of 26) sorted by relevance

12

/dports/science/agrum/aGrUM-29e540d8169268e8fe5d5c69bc4b2b1290f12320/src/agrum/ID/inference/
H A DShaferShenoyLIMIDInference_tpl.h58 reduced_.clear(); in clear()
200 for (const auto node: reduced_.nodes()) { in _findingCliqueForEachNode_()
268 reduced_.clear(); in createReduced_()
281 reduced_.addNodeWithId(node); in createReduced_()
309 if (!reduced_.existsArc(last, node)) { reduced_.addArc(last, node); } in _completingNoForgettingAssumption_()
311 if (!reduced_.existsArc(par, node)) reduced_.addArc(par, node); in _completingNoForgettingAssumption_()
336 if (reduced_.dSeparation(decs, us, reduced_.family(node))) { in _checkingSolvability_()
356 reduced_.eraseArc(Arc(p, n)); in _reducingLIMID_()
473 NodeSet family{reduced_.parents(d)}; in nonRequisiteNodes_()
476 for (const auto p: reduced_.parents(d)) { in nonRequisiteNodes_()
[all …]
H A DShaferShenoyLIMIDInference.h99 DAG reducedGraph() const { return reduced_; }; in reducedGraph()
167 DAG reduced_; variable
/dports/www/node10/node-v10.24.1/deps/v8/src/compiler/
H A Dbranch-elimination.cc20 reduced_(js_graph->graph()->NodeCount(), zone), in BranchElimination()
105 if (!reduced_.Get(control)) { in ReduceDeoptimizeConditional()
147 if (!reduced_.Get(branch)) { in ReduceIf()
168 if (!reduced_.Get(input)) { in ReduceMerge()
207 if (!reduced_.Get(input)) return NoChange(); in TakeConditionsFromFirstControl()
215 if (reduced_.Set(node, true) | node_conditions_.Set(node, conditions)) { in UpdateConditions()
H A Dloop-variable-optimizer.cc32 reduced_(graph->NodeCount(), zone), in LoopVariableOptimizer()
44 DCHECK(!reduced_.Get(node)); in Run()
50 if (!reduced_.Get(NodeProperties::GetControlInput(node, i))) { in Run()
58 reduced_.Set(node, true); in Run()
H A Dbranch-elimination.h83 NodeAuxData<bool> reduced_; in NON_EXPORTED_BASE() local
H A Dloop-variable-optimizer.h124 NodeAuxData<bool> reduced_; variable
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/v8/src/compiler/
H A Dbranch-elimination.cc21 reduced_(js_graph->graph()->NodeCount(), zone), in BranchElimination()
180 if (!reduced_.Get(control)) { in ReduceDeoptimizeConditional()
222 if (!reduced_.Get(branch)) { in ReduceIf()
241 if (!reduced_.Get(input)) { in ReduceMerge()
277 if (!reduced_.Get(input)) return NoChange(); in TakeConditionsFromFirstControl()
285 if (reduced_.Set(node, true) | node_conditions_.Set(node, conditions)) { in UpdateConditions()
H A Dloop-variable-optimizer.cc32 reduced_(graph->NodeCount(), zone), in LoopVariableOptimizer()
44 DCHECK(!reduced_.Get(node)); in Run()
50 if (!reduced_.Get(NodeProperties::GetControlInput(node, i))) { in Run()
58 reduced_.Set(node, true); in Run()
H A Dbranch-elimination.h90 NodeAuxData<bool> reduced_; in NON_EXPORTED_BASE() local
H A Dloop-variable-optimizer.h124 NodeAuxData<bool> reduced_; variable
/dports/www/chromium-legacy/chromium-88.0.4324.182/v8/src/compiler/
H A Dbranch-elimination.cc21 reduced_(js_graph->graph()->NodeCount(), zone), in BranchElimination()
169 if (!reduced_.Get(control)) { in ReduceDeoptimizeConditional()
203 if (!reduced_.Get(branch)) { in ReduceIf()
222 if (!reduced_.Get(input)) { in ReduceMerge()
258 if (!reduced_.Get(input)) return NoChange(); in TakeConditionsFromFirstControl()
266 if (reduced_.Set(node, true) | node_conditions_.Set(node, conditions)) { in UpdateConditions()
H A Dloop-variable-optimizer.cc32 reduced_(graph->NodeCount(), zone), in LoopVariableOptimizer()
44 DCHECK(!reduced_.Get(node)); in Run()
50 if (!reduced_.Get(NodeProperties::GetControlInput(node, i))) { in Run()
58 reduced_.Set(node, true); in Run()
H A Dbranch-elimination.h91 NodeAuxData<bool> reduced_; in NON_EXPORTED_BASE() local
H A Dloop-variable-optimizer.h125 NodeAuxData<bool> reduced_; variable
/dports/lang/v8/v8-9.6.180.12/src/compiler/
H A Dbranch-elimination.cc24 reduced_(js_graph->graph()->NodeCount(), zone), in BranchElimination()
136 if (!reduced_.Get(control_input)) return NoChange(); in ReduceBranch()
240 if (!reduced_.Get(control_input)) return NoChange(); in ReduceTrapConditional()
320 if (!reduced_.Get(control)) { in ReduceDeoptimizeConditional()
354 if (!reduced_.Get(branch)) { in ReduceIf()
374 if (!reduced_.Get(input)) { in ReduceMerge()
410 if (!reduced_.Get(input)) return NoChange(); in TakeConditionsFromFirstControl()
418 if (reduced_.Set(node, true) | node_conditions_.Set(node, conditions)) { in UpdateConditions()
H A Dloop-variable-optimizer.cc32 reduced_(graph->NodeCount(), zone), in LoopVariableOptimizer()
44 DCHECK(!reduced_.Get(node)); in Run()
50 if (!reduced_.Get(NodeProperties::GetControlInput(node, i))) { in Run()
58 reduced_.Set(node, true); in Run()
H A Dbranch-elimination.h134 NodeAuxData<bool> reduced_; in NON_EXPORTED_BASE() local
H A Dloop-variable-optimizer.h125 NodeAuxData<bool> reduced_; variable
/dports/science/cdo/cdo-2.0.0/test/
H A DMapReduce.test.in35 $CDO -s griddes reduced_${grid}.nc | grep -v scanningMode > griddes.${grid}
39 rm reduced_${grid}.nc
/dports/misc/thrill/thrill-12c5b59bca66df93b66628b3829027bd0f110dd9/thrill/api/
H A Dreduce_to_index.hpp193 if (!use_post_thread_ && !reduced_) { in PushData()
201 reduced_ = true; in PushData()
254 bool reduced_ = false; member in thrill::api::ReduceToIndexNode
H A Dreduce_by_key.hpp178 if (!use_post_thread_ && !reduced_) { in PushData()
186 reduced_ = true; in PushData()
238 bool reduced_ = false; member in thrill::api::ReduceNode
/dports/databases/arrow/apache-arrow-6.0.1/cpp/src/arrow/compute/kernels/
H A Dhash_aggregate.cc731 reduced_ = TypedBufferBuilder<CType>(pool_); in Init()
748 CType* reduced = reduced_.mutable_data(); in Consume()
766 CType* reduced = reduced_.mutable_data(); in Merge()
770 const CType* other_reduced = other->reduced_.data(); in Merge()
834 TypedBufferBuilder<CType> reduced_; member
1015 const CType* reduced = reduced_->data(); in Finish()
1812 reduced_ = TypedBufferBuilder<bool>(pool_); in Init()
1827 uint8_t* reduced = reduced_.mutable_data(); in Consume()
1877 uint8_t* reduced = reduced_.mutable_data(); in Merge()
1913 ARROW_ASSIGN_OR_RAISE(auto reduced, reduced_.Finish()); in Finalize()
[all …]
/dports/lang/swi-pl/swipl-8.2.3/library/
H A Dsolution_sequences.pl182 reduced_(State, Witness1, SizeLimit).
184 reduced_(State, Witness1, SizeLimit) :-
/dports/devel/awless/awless-0.1.11/
H A DCHANGELOG.md36 …n possible so that _less unneeded resources are fetched_, _bandwidth is reduced_ and _some throttl…
/dports/textproc/gitlab-elasticsearch-indexer/gitlab-elasticsearch-indexer-ef1440548effec15831eda2d246dacc43233cefb/vendor/github.com/go-enry/go-enry/v2/internal/code-generator/generator/test_files/
H A Dfrequencies.gold75049 "reduced_": -6.176387,

12