Home
last modified time | relevance | path

Searched refs:root_ (Results 1 – 25 of 1358) sorted by relevance

12345678910>>...55

/dports/math/stanmath/math-4.2.0/lib/boost_1.75.0/tools/quickbook/src/
H A Dtree.cpp19 t->root_ && !t->root_->parent_ && !t->root_->prev_ && in add_before()
31 t->root_ = 0; in add_before()
37 t->root_ && !t->root_->parent_ && !t->root_->prev_ && in add_after()
44 t->root_ = 0; in add_after()
50 t->root_ && !t->root_->parent_ && !t->root_->prev_ && in add_first_child()
64 t->root_ && !t->root_->parent_ && !t->root_->prev_ && in add_last_child()
85 tree_base::tree_base(tree_base&& x) : root_(x.root_) { x.root_ = 0; } in tree_base()
89 root_ = x.root_; in operator =()
90 x.root_ = 0; in operator =()
131 root_ = x.root_; in operator =()
[all …]
/dports/devel/boost-docs/boost_1_72_0/tools/quickbook/src/
H A Dtree.cpp19 t->root_ && !t->root_->parent_ && !t->root_->prev_ && in add_before()
31 t->root_ = 0; in add_before()
37 t->root_ && !t->root_->parent_ && !t->root_->prev_ && in add_after()
44 t->root_ = 0; in add_after()
50 t->root_ && !t->root_->parent_ && !t->root_->prev_ && in add_first_child()
64 t->root_ && !t->root_->parent_ && !t->root_->prev_ && in add_last_child()
85 tree_base::tree_base(tree_base&& x) : root_(x.root_) { x.root_ = 0; } in tree_base()
89 root_ = x.root_; in operator =()
90 x.root_ = 0; in operator =()
131 root_ = x.root_; in operator =()
[all …]
/dports/devel/boost-libs/boost_1_72_0/tools/quickbook/src/
H A Dtree.cpp19 t->root_ && !t->root_->parent_ && !t->root_->prev_ && in add_before()
31 t->root_ = 0; in add_before()
37 t->root_ && !t->root_->parent_ && !t->root_->prev_ && in add_after()
44 t->root_ = 0; in add_after()
50 t->root_ && !t->root_->parent_ && !t->root_->prev_ && in add_first_child()
64 t->root_ && !t->root_->parent_ && !t->root_->prev_ && in add_last_child()
85 tree_base::tree_base(tree_base&& x) : root_(x.root_) { x.root_ = 0; } in tree_base()
89 root_ = x.root_; in operator =()
90 x.root_ = 0; in operator =()
131 root_ = x.root_; in operator =()
[all …]
/dports/devel/boost-python-libs/boost_1_72_0/tools/quickbook/src/
H A Dtree.cpp19 t->root_ && !t->root_->parent_ && !t->root_->prev_ && in add_before()
31 t->root_ = 0; in add_before()
37 t->root_ && !t->root_->parent_ && !t->root_->prev_ && in add_after()
44 t->root_ = 0; in add_after()
50 t->root_ && !t->root_->parent_ && !t->root_->prev_ && in add_first_child()
64 t->root_ && !t->root_->parent_ && !t->root_->prev_ && in add_last_child()
85 tree_base::tree_base(tree_base&& x) : root_(x.root_) { x.root_ = 0; } in tree_base()
89 root_ = x.root_; in operator =()
90 x.root_ = 0; in operator =()
131 root_ = x.root_; in operator =()
[all …]
/dports/devel/hyperscan/boost_1_75_0/tools/quickbook/src/
H A Dtree.cpp19 t->root_ && !t->root_->parent_ && !t->root_->prev_ && in add_before()
31 t->root_ = 0; in add_before()
37 t->root_ && !t->root_->parent_ && !t->root_->prev_ && in add_after()
44 t->root_ = 0; in add_after()
50 t->root_ && !t->root_->parent_ && !t->root_->prev_ && in add_first_child()
64 t->root_ && !t->root_->parent_ && !t->root_->prev_ && in add_last_child()
85 tree_base::tree_base(tree_base&& x) : root_(x.root_) { x.root_ = 0; } in tree_base()
89 root_ = x.root_; in operator =()
90 x.root_ = 0; in operator =()
131 root_ = x.root_; in operator =()
[all …]
/dports/science/berkeleygw/BGW-2.0.0/MeanField/ParaBands/
H A Dbgw_mpi.f9064 root_ = 0
96 root_ = 0
128 root_ = 0
160 root_ = 0
192 root_ = 0
224 root_ = 0
256 root_ = 0
288 root_ = 0
320 root_ = 0
352 root_ = 0
[all …]
/dports/games/wesnoth/wesnoth-1.14.17/src/gui/auxiliary/iterator/
H A Dpolicy_order.hpp50 stack_.push_back(root_); in bottom_up()
51 root_ = visit_child::get(*root_)->create_walker(); in bottom_up()
64 delete root_; in ~bottom_up()
75 return visit_widget::at_end(*root_) && visit_grid::at_end(*root_) in at_end()
137 delete root_; in next()
165 root_ = visit_child::get(*root_)->create_walker(); in next()
215 delete root_; in ~top_down()
226 return visit_widget::at_end(*root_) && visit_grid::at_end(*root_) in at_end()
292 root_ = visit_child::get(*root_)->create_walker(); in next()
294 assert(root_); in next()
[all …]
/dports/biology/jellyfish/jellyfish-2.3.0/include/jellyfish/
H A Dfile_header.hpp38 const unsigned int r = root_[name]["r"].asUInt(); in matrix()
40 if(root_[name]["identity"].asBool()) in matrix()
45 raw[i] = root_[name]["columns"][i].asUInt64(); in matrix()
52 root_[name].clear(); in matrix()
53 root_[name]["r"] = m.r(); in matrix()
54 root_[name]["c"] = m.c(); in matrix()
56 root_[name]["identity"] = true; in matrix()
58 root_[name]["identity"] = false; in matrix()
61 root_[name]["columns"].append(x); in matrix()
81 void fpr(double f) { root_["fpr"] = f; } in fpr()
[all …]
H A Dgeneric_file_header.hpp40 Json::Value root_; member in jellyfish::generic_file_header
75 root_["alignment"] = alignment; in generic_file_header()
79 std::cerr << "operator== " << (root_ == rhs.root_) << "\n"; in operator ==()
80 return root_ == rhs.root_; in operator ==()
82 bool operator!=(const generic_file_header& rhs) const { return root_ != rhs.root_; } in operator !=()
148 root_["hostname"] = get_hostname(); in fill_standard()
149 root_["pwd"] = get_pwd(); in fill_standard()
150 root_["time"] = get_localtime(); in fill_standard()
151 root_["exe_path"] = get_exe_path(); in fill_standard()
168 root_["cmdline"].clear(); in set_cmdline()
[all …]
/dports/biology/stringtie/stringtie-2.1.1/SuperReads_RNA/global-1/jellyfish/include/jellyfish/
H A Dfile_header.hpp46 const unsigned int r = root_[name]["r"].asUInt(); in matrix()
47 const unsigned int c = root_[name]["c"].asUInt(); in matrix()
50 raw[i] = root_[name]["columns"][i].asUInt64(); in matrix()
57 root_[name].clear(); in matrix()
58 root_[name]["r"] = m.r(); in matrix()
59 root_[name]["c"] = m.c(); in matrix()
62 root_[name]["columns"].append(x); in matrix()
80 double fpr() const { return root_["fpr"].asDouble(); } in fpr()
81 void fpr(double f) { root_["fpr"] = f; } in fpr()
87 void canonical(bool v) { root_["canonical"] = v; } in canonical()
[all …]
H A Dgeneric_file_header.hpp48 Json::Value root_; member in jellyfish::generic_file_header
83 root_["alignment"] = alignment; in generic_file_header()
87 std::cerr << "operator== " << (root_ == rhs.root_) << "\n"; in operator ==()
88 return root_ == rhs.root_; in operator ==()
90 bool operator!=(const generic_file_header& rhs) const { return root_ != rhs.root_; } in operator !=()
156 root_["hostname"] = get_hostname(); in fill_standard()
157 root_["pwd"] = get_pwd(); in fill_standard()
158 root_["time"] = get_localtime(); in fill_standard()
159 root_["exe_path"] = get_exe_path(); in fill_standard()
176 root_["cmdline"].clear(); in set_cmdline()
[all …]
/dports/net/pjsip/pjproject-2.11.1/pjlib/include/pj++/
H A Dlist.hpp129 return (pj_list&)root_; in operator pj_list&()
141 return (pj_list*)&root_; in operator pj_list*()
217 pj_list_merge_last(&root_, &list->root_); in merge_last()
249 return root_.next; in front()
257 return root_.next; in front()
265 pj_list_erase(root_.next); in pop_front()
273 return root_.prev; in back()
281 return root_.prev; in back()
331 root_.next = &root_; in clear()
332 root_.prev = &root_; in clear()
[all …]
/dports/www/node10/node-v10.24.1/deps/v8/src/
H A Dsplay-tree-inl.h43 locator->bind(root_); in Insert()
51 node->left_ = root_; in InsertInternal()
59 root_ = node; in InsertInternal()
104 Node* temp = root_; in FindGreatestLessThan()
105 root_ = root_->left_; in FindGreatestLessThan()
107 root_ = temp; in FindGreatestLessThan()
129 root_ = root_->right_; in FindLeastGreaterThan()
131 root_ = temp; in FindLeastGreaterThan()
194 root_ = root_->right_; in RemoveRootNode()
199 root_ = root_->left_; in RemoveRootNode()
[all …]
/dports/finance/quantlib/QuantLib-1.20/ql/math/solvers1d/
H A Dfinitedifferencenewtonsafe.hpp54 Real froot = f(root_); in solveImpl()
57 Real dfroot = xMax_-root_ < root_-xMin_ ? in solveImpl()
58 (fxMax_-froot)/(xMax_-root_) : in solveImpl()
59 (fxMin_-froot)/(xMin_-root_) ; in solveImpl()
65 Real rootold = root_; in solveImpl()
72 root_ = xl+dx; in solveImpl()
83 root_ -= dx; in solveImpl()
88 return root_; in solveImpl()
90 froot = f(root_); in solveImpl()
95 xl=root_; in solveImpl()
[all …]
H A Dridder.hpp57 root_ = QL_MIN_REAL; in solveImpl()
66 f(root_); in solveImpl()
68 return root_; in solveImpl()
74 f(root_); in solveImpl()
76 return root_; in solveImpl()
79 root_ = nextRoot; in solveImpl()
81 froot = f(root_); in solveImpl()
84 return root_; in solveImpl()
90 xMax_ = root_; in solveImpl()
103 f(root_); in solveImpl()
[all …]
H A Dnewtonsafe.hpp72 froot = f(root_); in solveImpl()
73 dfroot = f.derivative(root_); in solveImpl()
80 if ((((root_-xh)*dfroot-froot)* in solveImpl()
86 root_=xl+dx; in solveImpl()
90 root_ -= dx; in solveImpl()
94 f(root_); in solveImpl()
96 return root_; in solveImpl()
98 froot = f(root_); in solveImpl()
99 dfroot = f.derivative(root_); in solveImpl()
102 xl=root_; in solveImpl()
[all …]
/dports/x11-wm/herbstluftwm/herbstluftwm-0.9.2/src/
H A Dxmainloop.cpp51 , root_(root) in XMainLoop()
73 root_->monitors->dropEnterNotifyEvents in XMainLoop()
81 auto clientmanager = root_->clients(); in scanExistingClients()
114 if (root_->ewmh->isOwnWindow(win)) { in scanExistingClients()
203 MouseManager* mm = root_->mouse(); in buttonpress()
227 root_->focusFrame(frame); in buttonpress()
235 root_->mouse->mouse_stop_drag(); in buttonrelease()
353 auto cm = root_->clients(); in destroynotify()
418 root_->keys()->handleKeyPress(event); in keypress()
425 root_->keys()->regrabAll(); in mappingnotify()
[all …]
/dports/devel/xsd/xsd-4.1.0.a11+dep/xsd/libxsd/xsd/cxx/parser/
H A Ddocument.txx35 : root_ (0), depth_ (0) in document()
47 if (root_) in start_element()
54 if (root_) in start_element()
58 root_->_pre_impl (); in start_element()
71 if (root_) in end_element()
76 if (root_) in end_element()
78 root_->_post_impl (); in end_element()
93 if (root_) in attribute()
101 if (root_) in characters()
102 root_->_characters (s); in characters()
[all …]
/dports/textproc/libxml++26/libxml++-2.40.1/examples/dom_update_namespace/
H A Dmain.cc69 xmlpp::Element* root_; member in TestNamespace
75 root_(nullptr) in TestNamespace()
88 root_ = document->get_root_node(); in setup()
103 auto child = root_->add_child("child"); in test_create_new_node_with_default_namespace()
105 root_->add_child_text("\n"); in test_create_new_node_with_default_namespace()
106 root_->add_child_with_new_ns("child", nsmap_["ns1"]); in test_create_new_node_with_default_namespace()
107 root_->add_child_text("\n"); in test_create_new_node_with_default_namespace()
131 auto child = root_->add_child("child", "ns0"); in test_create_new_node_using_existing_namespace_prefix()
133 root_->add_child_text("\n"); in test_create_new_node_using_existing_namespace_prefix()
135 root_->add_child_text("\n"); in test_create_new_node_using_existing_namespace_prefix()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/style/
H A Dstyle_inherited_variables.cc13 return DataEquivalent(root_, other.root_) && variables_ == other.variables_; in operator ==()
16 StyleInheritedVariables::StyleInheritedVariables() : root_(nullptr) {} in StyleInheritedVariables()
20 if (!other.root_) { in StyleInheritedVariables()
21 root_ = &other; in StyleInheritedVariables()
24 root_ = other.root_; in StyleInheritedVariables()
32 if (root_) in GetData()
33 return root_->variables_.GetData(name); in GetData()
41 if (root_) in GetValue()
42 return root_->variables_.GetValue(name); in GetValue()
47 if (root_) { in CollectNames()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/style/
H A Dstyle_inherited_variables.cc13 return DataEquivalent(root_, other.root_) && variables_ == other.variables_; in operator ==()
17 : root_(nullptr), needs_resolution_(false) {} in StyleInheritedVariables()
21 if (!other.root_) { in StyleInheritedVariables()
22 root_ = &other; in StyleInheritedVariables()
25 root_ = other.root_; in StyleInheritedVariables()
33 if (root_) in GetData()
34 return root_->variables_.GetData(name); in GetData()
42 if (root_) in GetValue()
43 return root_->variables_.GetValue(name); in GetValue()
49 if (root_) { in GetCustomPropertyNames()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/inspector/
H A Dinspected_frames.cc13 InspectedFrames::InspectedFrames(LocalFrame* root) : root_(root) {} in InspectedFrames()
16 return Iterator(root_, root_); in begin()
20 return Iterator(root_, nullptr); in end()
24 return frame->GetProbeSink() == root_->GetProbeSink(); in Contains()
38 : root_(root), current_(current) {} in Iterator()
43 Frame* frame = current_->Tree().TraverseNext(root_); in operator ++()
45 for (; frame; frame = frame->Tree().TraverseNext(root_)) { in operator ++()
49 if (local->GetProbeSink() == root_->GetProbeSink()) { in operator ++()
60 return Iterator(root_, old); in operator ++()
64 return current_ == other.current_ && root_ == other.root_; in operator ==()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/inspector/
H A Dinspected_frames.cc13 InspectedFrames::InspectedFrames(LocalFrame* root) : root_(root) {} in InspectedFrames()
16 return Iterator(root_, root_); in begin()
20 return Iterator(root_, nullptr); in end()
24 return frame->GetProbeSink() == root_->GetProbeSink(); in Contains()
38 : root_(root), current_(current) {} in Iterator()
43 Frame* frame = current_->Tree().TraverseNext(root_); in operator ++()
45 for (; frame; frame = frame->Tree().TraverseNext(root_)) { in operator ++()
49 if (local->GetProbeSink() == root_->GetProbeSink()) { in operator ++()
60 return Iterator(root_, old); in operator ++()
64 return current_ == other.current_ && root_ == other.root_; in operator ==()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/paint/
H A Dpaint_layer_paint_order_iterator.cc40 if (root_.StackingNode()) { in Next()
41 const auto& neg_z_order_list = root_.StackingNode()->NegZOrderList(); in Next()
63 current_normal_flow_child_ = root_.FirstChild(); in Next()
68 if (root_.StackingNode()) { in Next()
69 const auto& pos_z_order_list = root_.StackingNode()->PosZOrderList(); in Next()
83 if (root_.StackingNode()) { in Next()
84 const auto& neg_z_order_list = root_.StackingNode()->NegZOrderList(); in Next()
111 if (root_.StackingNode()) { in Next()
126 if (root_.StackingNode()) { in SetIndexToLastItem()
138 current_normal_flow_child_ = root_.LastChild(); in SetIndexToLastItem()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/paint/
H A Dpaint_layer_paint_order_iterator.cc40 if (root_.StackingNode()) { in Next()
41 const auto& neg_z_order_list = root_.StackingNode()->NegZOrderList(); in Next()
63 current_normal_flow_child_ = root_.FirstChild(); in Next()
68 if (root_.StackingNode()) { in Next()
69 const auto& pos_z_order_list = root_.StackingNode()->PosZOrderList(); in Next()
83 if (root_.StackingNode()) { in Next()
84 const auto& neg_z_order_list = root_.StackingNode()->NegZOrderList(); in Next()
111 if (root_.StackingNode()) { in Next()
126 if (root_.StackingNode()) { in SetIndexToLastItem()
138 current_normal_flow_child_ = root_.LastChild(); in SetIndexToLastItem()
[all …]

12345678910>>...55