Home
last modified time | relevance | path

Searched refs:_roots (Results 1 – 25 of 198) sorted by relevance

12345678

/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Private.Xml/src/System/Xml/Xsl/Runtime/
H A DDocumentOrderComparer.cs21 private List<XPathNavigator> _roots; field in System.Xml.Xsl.Runtime.DocumentOrderComparer
39 if (_roots == null) in Compare()
40 _roots = new List<XPathNavigator>(); in Compare()
58 if (_roots == null) in GetDocumentIndex()
59 _roots = new List<XPathNavigator>(); in GetDocumentIndex()
65 for (int idx = 0; idx < _roots.Count; idx++) in GetDocumentIndex()
67 if (navRoot.IsSamePosition(_roots[idx])) in GetDocumentIndex()
75 _roots.Add(navRoot); in GetDocumentIndex()
77 return _roots.Count - 1; in GetDocumentIndex()
/dports/net/zerotier/ZeroTierOne-1.8.3/node/
H A DWorld.hpp116 inline const std::vector<World::Root> &roots() const { return _roots; } in roots()
177 b.append((uint8_t)_roots.size()); in serialize()
178 for(std::vector<Root>::const_iterator r(_roots.begin());r!=_roots.end();++r) { in serialize()
195 _roots.clear(); in deserialize()
213 _roots.push_back(Root()); in deserialize()
214 Root &r = _roots.back(); in deserialize()
230 …_signature.data,w._signature.data,ZT_C25519_SIGNATURE_LEN) == 0)&&(_roots == w._roots)&&(_type == … in operator ==()
251 w._roots = roots; in make()
266 std::vector<Root> _roots; member in ZeroTier::World
/dports/comms/liquid-dsp/liquid-dsp-1.3.2/src/filter/src/
H A Dbessel.c46 void fpoly_bessel_roots(unsigned int _n, float complex * _roots);
48 void fpoly_bessel_roots_orchard(unsigned int _n, float complex * _roots);
125 float complex * _roots) in fpoly_bessel_roots() argument
127 fpoly_bessel_roots_orchard(_n, _roots); in fpoly_bessel_roots()
136 float complex * _roots) in fpoly_bessel_roots_orchard() argument
192 _roots[2*i+0] = r_hat[p]; in fpoly_bessel_roots_orchard()
193 _roots[2*i+1] = conjf(r_hat[p]); in fpoly_bessel_roots_orchard()
198 _roots[_n-1] = r_hat[0]; in fpoly_bessel_roots_orchard()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/hotspot/share/gc/g1/
H A Dg1RootProcessor.cpp82 OopClosure* _roots; member in StrongRootsClosures
87 _roots(roots), _clds(clds), _blobs(blobs) {} in StrongRootsClosures()
90 OopClosure* strong_oops() { return _roots; } in strong_oops()
114 OopClosure* _roots; member in AllRootsClosures
118 _roots(roots), _clds(clds) {} in AllRootsClosures()
120 OopClosure* weak_oops() { return _roots; } in weak_oops()
121 OopClosure* strong_oops() { return _roots; } in strong_oops()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/hotspot/share/gc/g1/
H A Dg1RootProcessor.cpp81 OopClosure* _roots; member in StrongRootsClosures
86 _roots(roots), _clds(clds), _blobs(blobs) {} in StrongRootsClosures()
89 OopClosure* strong_oops() { return _roots; } in strong_oops()
110 OopClosure* _roots; member in AllRootsClosures
114 _roots(roots), _clds(clds) {} in AllRootsClosures()
116 OopClosure* weak_oops() { return _roots; } in weak_oops()
117 OopClosure* strong_oops() { return _roots; } in strong_oops()
H A Dg1OopStarChunkedList.cpp29 delete_list(_roots); in ~G1OopStarChunkedList()
37 result += chunks_do(_roots, root_cl); in oops_do()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/hotspot/share/gc/g1/
H A Dg1RootProcessor.cpp82 OopClosure* _roots; member in StrongRootsClosures
87 _roots(roots), _clds(clds), _blobs(blobs) {} in StrongRootsClosures()
90 OopClosure* strong_oops() { return _roots; } in strong_oops()
111 OopClosure* _roots; member in AllRootsClosures
115 _roots(roots), _clds(clds) {} in AllRootsClosures()
117 OopClosure* weak_oops() { return _roots; } in weak_oops()
118 OopClosure* strong_oops() { return _roots; } in strong_oops()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/hotspot/share/gc/g1/
H A Dg1RootProcessor.cpp80 OopClosure* _roots; member in StrongRootsClosures
85 _roots(roots), _clds(clds), _blobs(blobs) {} in StrongRootsClosures()
88 OopClosure* strong_oops() { return _roots; } in strong_oops()
109 OopClosure* _roots; member in AllRootsClosures
113 _roots(roots), _clds(clds) {} in AllRootsClosures()
115 OopClosure* weak_oops() { return _roots; } in weak_oops()
116 OopClosure* strong_oops() { return _roots; } in strong_oops()
/dports/math/openmesh/OpenMesh-8.1/src/OpenMesh/Tools/VDPM/
H A DVFront.cc98 init(VHierarchyNodeHandleContainer &_roots, unsigned int _n_details) in init() argument
102 front_location_.resize(_roots.size() + 2*_n_details); in init()
106 for (i=0; i<_roots.size(); ++i) in init()
107 add(_roots[i]); in init()
H A DVHierarchyWindow.cc139 VHierarchyWindow::init(VHierarchyNodeHandleContainer &_roots) in init() argument
145 buffer_max_ = _roots.size() / 8; in init()
146 if (_roots.size() % 8 > 0) in init()
157 for (unsigned int i=0; i<_roots.size(); i++) in init()
/dports/net/google-cloud-sdk/google-cloud-sdk/lib/googlecloudsdk/calliope/
H A Dwalker.py57 self._roots = [r for r in roots if r]
59 self._roots = [top]
64 for root in self._roots:
68 for root in self._roots:
158 for root in self._roots:
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/hotspot/share/gc/g1/
H A Dg1RootProcessor.cpp131 OopClosure* _roots; member in StrongRootsClosures
136 _roots(roots), _clds(clds), _blobs(blobs) {} in StrongRootsClosures()
139 OopClosure* strong_oops() { return _roots; } in strong_oops()
160 OopClosure* _roots; member in AllRootsClosures
164 _roots(roots), _clds(clds) {} in AllRootsClosures()
166 OopClosure* weak_oops() { return _roots; } in weak_oops()
167 OopClosure* strong_oops() { return _roots; } in strong_oops()
H A Dg1OopStarChunkedList.cpp29 delete_list(_roots); in ~G1OopStarChunkedList()
37 result += chunks_do(_roots, root_cl); in oops_do()
/dports/math/cgal/CGAL-5.3/include/CGAL/Arr_rat_arc/
H A DRational_function_canonicalized_pair.h82 _roots.reserve(rm_vec.size()); in Rational_function_canonicalized_pair_rep()
89 _roots.push_back(it->first); in Rational_function_canonicalized_pair_rep()
101 _roots.begin(), _roots.end(), in Rational_function_canonicalized_pair_rep()
129 typename Algebraic_vector ::const_iterator it_r_root = _roots.begin(); in Rational_function_canonicalized_pair_rep()
134 (it_r_root != _roots.end())) in Rational_function_canonicalized_pair_rep()
142 ((it_r_root == _roots.end()) || (*it_f_pole < *it_r_root))) in Rational_function_canonicalized_pair_rep()
153 ((it_r_root == _roots.end()) || (*it_g_pole < *it_r_root))) in Rational_function_canonicalized_pair_rep()
162 else if ((it_r_root != _roots.end()) && in Rational_function_canonicalized_pair_rep()
175 (it_r_root != _roots.end()) && in Rational_function_canonicalized_pair_rep()
305 return _roots; in roots()
[all …]
/dports/math/pdal/PDAL-2.3.0/vendor/kazhdan/
H A DPolynomial.inl278 double _roots[1][2]; local
282 if (fabs(_roots[0][1]) <= EPS)
283 roots[realRoots++] = _roots[0][0];
290 double _roots[2][2]; local
294 if (fabs(_roots[0][1]) <= EPS)
295 roots[realRoots++] = _roots[0][0];
296 if (fabs(_roots[1][1]) <= EPS)
304 double _roots[3][2]; local
309 if (fabs(_roots[0][1]) <= EPS)
311 if (fabs(_roots[1][1]) <= EPS)
[all …]
/dports/comms/liquid-dsp/liquid-dsp-1.3.2/src/math/src/
H A Dpoly.findroots.c70 TC * _roots) in POLY()
74 POLY(_findroots_bairstow)(_p,_k,_roots); in POLY()
77 qsort(_roots, _k-1, sizeof(TC), &POLY(_sort_roots_compare)); in POLY()
86 TC * _roots) in POLY()
161 _roots[i] = r1[i]; in POLY()
170 TC * _roots) in POLY()
210 _roots[k++] = r0; in POLY()
211 _roots[k++] = r1; in POLY()
241 _roots[k++] = -pr[0]/pr[1]; in POLY()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/hotspot/share/gc/g1/
H A Dg1RootProcessor.cpp140 OopClosure* _roots; member in StrongRootsClosures
145 _roots(roots), _clds(clds), _blobs(blobs) {} in StrongRootsClosures()
148 OopClosure* strong_oops() { return _roots; } in strong_oops()
169 OopClosure* _roots; member in AllRootsClosures
173 _roots(roots), _clds(clds) {} in AllRootsClosures()
175 OopClosure* weak_oops() { return _roots; } in weak_oops()
176 OopClosure* strong_oops() { return _roots; } in strong_oops()
H A Dg1OopStarChunkedList.cpp29 delete_list(_roots); in ~G1OopStarChunkedList()
36 chunks_do(_roots, root_cl); in oops_do()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/gc/g1/
H A Dg1RootProcessor.cpp141 OopClosure* _roots; member in StrongRootsClosures
146 _roots(roots), _clds(clds), _blobs(blobs) {} in StrongRootsClosures()
149 OopClosure* strong_oops() { return _roots; } in strong_oops()
170 OopClosure* _roots; member in AllRootsClosures
174 _roots(roots), _clds(clds) {} in AllRootsClosures()
176 OopClosure* weak_oops() { return _roots; } in weak_oops()
177 OopClosure* strong_oops() { return _roots; } in strong_oops()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/gc/g1/
H A Dg1RootProcessor.cpp141 OopClosure* _roots; member in StrongRootsClosures
146 _roots(roots), _clds(clds), _blobs(blobs) {} in StrongRootsClosures()
149 OopClosure* strong_oops() { return _roots; } in strong_oops()
170 OopClosure* _roots; member in AllRootsClosures
174 _roots(roots), _clds(clds) {} in AllRootsClosures()
176 OopClosure* weak_oops() { return _roots; } in weak_oops()
177 OopClosure* strong_oops() { return _roots; } in strong_oops()
/dports/www/py-bokeh/bokeh-2.3.3/bokeh/embed/
H A Dutil.py226 self._roots = roots
229 return len(self._roots.items())
233 (root, elementid) = list(self._roots.items())[key]
235 for root, elementid in self._roots.items():
247 return OrderedDict([ (root.id, elementid) for root, elementid in self._roots.items() ])
341 doc._roots = models
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/gc/z/
H A DzRelocate.cpp39 ZRootsIterator _roots; member in ZRelocateRootsTask
44 _roots() {} in ZRelocateRootsTask()
50 _roots.oops_do(&cl, true /* visit_jvmti_weak_export */); in work()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/gc/z/
H A DzRelocate.cpp39 ZRootsIterator _roots; member in ZRelocateRootsTask
44 _roots() {} in ZRelocateRootsTask()
50 _roots.oops_do(&cl, true /* visit_jvmti_weak_export */); in work()
/dports/editors/gedit-plugins/gedit-plugins-40.1/plugins/commander/commander/commands/
H A Dmodule.py35 self._roots = None
59 if self._roots == None:
71 self._roots = list(map(lambda x: method.Method(dic[x], x, self.mod), root))
73 return self._roots
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/hotspot/share/gc/z/
H A DzRelocate.cpp69 ZRootsIterator _roots; member in ZRelocateRootsTask
75 _roots() {} in ZRelocateRootsTask()
80 _roots.oops_do(&_cl, true /* visit_jvmti_weak_export */); in work()

12345678