Home
last modified time | relevance | path

Searched refs:min_depth (Results 126 – 150 of 792) sorted by relevance

12345678910>>...32

/dports/biology/stringtie/stringtie-2.1.1/SuperReads_RNA/global-1/SuperReadsR/include/
H A Drb_tree.hpp173 int min_depth = std::numeric_limits<int>::max(); in is_consistent() local
174 if(!is_consistent(m_root, 0, max_depth, min_depth)) in is_consistent()
176 return max_depth == min_depth; in is_consistent()
181 bool is_consistent(const_node_pointer n, int depth, int &max_depth, int &min_depth) const { in is_consistent()
191 min_depth = std::min(min_depth, depth); in is_consistent()
194 res = res && is_consistent(DEREF(n).left, depth, max_depth, min_depth); in is_consistent()
196 res = res && is_consistent(DEREF(n).right, depth, max_depth, min_depth); in is_consistent()
/dports/editors/xi-term/xi-term-d264767/cargo-crates/walkdir-2.2.8/src/
H A Dtests.rs69 let mut min_depth = ::std::usize::MAX; in from_walk_with_contents_first() localVariable
91 min_depth = cmp::min(min_depth, dentry.depth); in from_walk_with_contents_first()
94 contents_of_dir_at_depth.remove(&min_depth) in from_walk_with_contents_first()
648 let (_tmp, got) = dir_setup_with(&exp, |wd| wd.min_depth(1));
657 let got = Tree::from_walk_with(tmp.path(), |wd| wd.min_depth(2))
660 tmp.path(), |wd| wd.min_depth(2))
675 let got = Tree::from_walk_with(tmp.path(), |wd| wd.min_depth(3))
679 tmp.path(), |wd| wd.min_depth(3))
724 |wd| wd.min_depth(2).max_depth(2))
745 let mut it = WalkDir::new(tmp.path()).min_depth(1).into_iter();
[all …]
H A Dlib.rs253 min_depth: usize, field
273 .field("min_depth", &self.min_depth) in fmt()
295 min_depth: 0, in new()
310 pub fn min_depth(mut self, depth: usize) -> Self { in min_depth() method
311 self.opts.min_depth = depth; in min_depth()
312 if self.opts.min_depth > self.opts.max_depth { in min_depth()
313 self.opts.min_depth = self.opts.max_depth; in min_depth()
329 if self.opts.max_depth < self.opts.min_depth { in max_depth()
330 self.opts.max_depth = self.opts.min_depth; in max_depth()
996 self.depth < self.opts.min_depth || self.depth > self.opts.max_depth in skippable()
/dports/editors/xi-core/xi-editor-0.3.0/rust/cargo-crates/walkdir-2.2.8/src/
H A Dtests.rs69 let mut min_depth = ::std::usize::MAX; in from_walk_with_contents_first() localVariable
91 min_depth = cmp::min(min_depth, dentry.depth); in from_walk_with_contents_first()
94 contents_of_dir_at_depth.remove(&min_depth) in from_walk_with_contents_first()
648 let (_tmp, got) = dir_setup_with(&exp, |wd| wd.min_depth(1));
657 let got = Tree::from_walk_with(tmp.path(), |wd| wd.min_depth(2))
660 tmp.path(), |wd| wd.min_depth(2))
675 let got = Tree::from_walk_with(tmp.path(), |wd| wd.min_depth(3))
679 tmp.path(), |wd| wd.min_depth(3))
724 |wd| wd.min_depth(2).max_depth(2))
745 let mut it = WalkDir::new(tmp.path()).min_depth(1).into_iter();
[all …]
H A Dlib.rs253 min_depth: usize, field
273 .field("min_depth", &self.min_depth) in fmt()
295 min_depth: 0, in new()
310 pub fn min_depth(mut self, depth: usize) -> Self { in min_depth() method
311 self.opts.min_depth = depth; in min_depth()
312 if self.opts.min_depth > self.opts.max_depth { in min_depth()
313 self.opts.min_depth = self.opts.max_depth; in min_depth()
329 if self.opts.max_depth < self.opts.min_depth { in max_depth()
330 self.opts.max_depth = self.opts.min_depth; in max_depth()
996 self.depth < self.opts.min_depth || self.depth > self.opts.max_depth in skippable()
/dports/games/dose-response/dose-response-179c326/cargo-crates/walkdir-2.2.7/src/
H A Dtests.rs69 let mut min_depth = ::std::usize::MAX; in from_walk_with_contents_first() localVariable
91 min_depth = cmp::min(min_depth, dentry.depth); in from_walk_with_contents_first()
94 contents_of_dir_at_depth.remove(&min_depth) in from_walk_with_contents_first()
648 let (_tmp, got) = dir_setup_with(&exp, |wd| wd.min_depth(1));
657 let got = Tree::from_walk_with(tmp.path(), |wd| wd.min_depth(2))
660 tmp.path(), |wd| wd.min_depth(2))
675 let got = Tree::from_walk_with(tmp.path(), |wd| wd.min_depth(3))
679 tmp.path(), |wd| wd.min_depth(3))
724 |wd| wd.min_depth(2).max_depth(2))
745 let mut it = WalkDir::new(tmp.path()).min_depth(1).into_iter();
[all …]
H A Dlib.rs246 min_depth: usize, field
266 .field("min_depth", &self.min_depth) in fmt()
288 min_depth: 0, in new()
303 pub fn min_depth(mut self, depth: usize) -> Self { in min_depth() method
304 self.opts.min_depth = depth; in min_depth()
305 if self.opts.min_depth > self.opts.max_depth { in min_depth()
306 self.opts.min_depth = self.opts.max_depth; in min_depth()
322 if self.opts.max_depth < self.opts.min_depth { in max_depth()
323 self.opts.max_depth = self.opts.min_depth; in max_depth()
989 self.depth < self.opts.min_depth || self.depth > self.opts.max_depth in skippable()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/VK-GL-CTS/src/external/openglcts/modules/glesext/geometry_shader/
H A DesextcGeometryShaderLayeredRenderingBoundaryCondition.cpp406 unsigned int min_depth = 0; in iterate() local
410 min_depth = m_textures_info[0].m_depth; in iterate()
414 if (min_depth > (unsigned)m_textures_info[nTexture].m_depth) in iterate()
416 min_depth = m_textures_info[nTexture].m_depth; in iterate()
423 for (unsigned int nLayer = 0; nLayer < min_depth; nLayer++) in iterate()
/dports/science/py-OpenMC/openmc-0.12.2/openmc/
H A Dcheckvalue.py63 def check_iterable_type(name, value, expected_type, min_depth=1, max_depth=1): argument
108 if len(tree) < min_depth:
110 'minimum depth of {2}'.format(name, ind_str, min_depth)
/dports/science/openmc/openmc-0.12.2/openmc/
H A Dcheckvalue.py63 def check_iterable_type(name, value, expected_type, min_depth=1, max_depth=1): argument
108 if len(tree) < min_depth:
110 'minimum depth of {2}'.format(name, ind_str, min_depth)
/dports/www/drupal8/drupal-8.9.20/core/tests/Drupal/Tests/Core/Menu/
H A DMenuTreeParametersTest.php47 public function testSetMinDepth($min_depth, $expected) { argument
49 $parameters->setMinDepth($min_depth);
/dports/security/suricata/suricata-6.0.4/src/
H A Dapp-layer-detect-proto.h65 uint16_t min_depth, uint16_t max_depth,
76 uint16_t min_depth, uint16_t max_depth,
/dports/www/drupal9/drupal-9.2.10/core/tests/Drupal/Tests/Core/Menu/
H A DMenuTreeParametersTest.php47 public function testSetMinDepth($min_depth, $expected) { argument
49 $parameters->setMinDepth($min_depth);
/dports/science/apbs/apbs-pdb2pqr-apbs-1.5-102-g500c1473/apbs/externals/fetk/sg/src/gl/
H A Dglx.c581 GLboolean rgba, int min_depth, in choose_x_visual() argument
606 if (min_depth==0) { in choose_x_visual()
625 for (depth=32;depth>=min_depth;depth--) { in choose_x_visual()
653 if (min_depth==0) { in choose_x_visual()
664 for (depth=32;depth>=min_depth;depth--) { in choose_x_visual()
696 for (depth=min_depth;depth<8;depth++) { in choose_x_visual()
723 for (depth=min_depth;depth<8;depth++) { in choose_x_visual()
753 int min_depth, in choose_x_overlay_visual() argument
801 deepest = min_depth; in choose_x_overlay_visual()
/dports/misc/py-gluoncv/gluon-cv-0.9.0/gluoncv/model_zoo/ssd/
H A Dresnet_v1b_ssd.py56 use_bn=False, reduce_ratio=1.0, min_depth=128, **kwargs): argument
77 num_trans = max(min_depth, int(round(num_filter * reduce_ratio)))
H A Dssd.py106 reduce_ratio=1.0, min_depth=128, global_pool=False, pretrained=False, argument
148 use_bn=use_bn, reduce_ratio=reduce_ratio, min_depth=min_depth,
155 use_bn=use_bn, reduce_ratio=reduce_ratio, min_depth=min_depth,
/dports/graphics/pcl-pointclouds/pcl-pcl-1.12.0/surface/include/pcl/surface/
H A Dpoisson.h109 setMinDepth (int min_depth) { min_depth_ = min_depth; } in setMinDepth() argument
/dports/biology/bamutil/bamUtil-1.0.15/libStatGen/glf/
H A DGlfRecord.h302 uint32_t min_depth; member
312 uint32_t min_depth; member
/dports/misc/vxl/vxl-3.3.2/contrib/brl/bbas/volm/desc/
H A Dvolm_desc_ex_land_only.cxx52 this->set_count(s_idx->min_depth(), s_idx->land_id(), (unsigned char)1); in volm_desc_ex_land_only()
58 this->set_count(g_idx->min_depth(), g_idx->land_id(), (unsigned char)1); in volm_desc_ex_land_only()
64 this->set_count(o_idx->min_depth(), o_idx->land_id(), (unsigned char)1); in volm_desc_ex_land_only()
/dports/misc/vxl/vxl-3.3.2/contrib/brl/bbas/volm/
H A Dvolm_spherical_region_query.cxx46 double min_depth = dm_region->min_depth(); in set_from_depth_map_region() local
67 r.set_attribute(MIN_DEPTH, (unsigned char)min_depth); in set_from_depth_map_region()
/dports/net-im/py-matrix-synapse/synapse-1.50.2/synapse/handlers/
H A Dfederation_event.py217 min_depth = await self._store.get_min_depth(pdu.room_id)
218 logger.debug("min_depth: %d", min_depth)
220 if min_depth is not None and pdu.depth > min_depth:
236 origin, pdu, prevs, min_depth
517 self, origin: str, pdu: EventBase, prevs: Set[str], min_depth: int
603 min_depth=min_depth,
1794 min_depth = await self._store.get_min_depth(event.room_id)
1795 if min_depth is None or min_depth > event.depth:
1806 min_depth,
/dports/cad/meshlab/meshlab-Meshlab-2020.05/src/meshlabplugins/filter_fractal/
H A Dcraters_utils.h41 ScalarType max_radius, max_depth, min_radius, min_depth, radius_range, depth_range; variable
106 min_depth = target_bb_diag * 0.25 * min_d; // calculates the minimum crater depth in CratersArgs()
107 depth_range = max_depth - min_depth; // calculates the depth range in CratersArgs()
137 return min_depth + depth_range * rnd; in generateDepth()
/dports/math/py-numpy/numpy-1.20.3/numpy/core/src/multiarray/
H A Dctors.h38 PyArray_FromAny(PyObject *op, PyArray_Descr *newtype, int min_depth,
42 PyArray_CheckFromAny(PyObject *op, PyArray_Descr *descr, int min_depth,
/dports/misc/sdformat/osrf-sdformat-f555f9a69f8f/test/integration/
H A Dfixed_joint_reduction_collision_visual_extension.sdf36 <min_depth>0.007</min_depth>
/dports/misc/vxl/vxl-3.3.2/contrib/brl/bseg/boxm2/pro/processes/
H A Dboxm2_import_point_cloud_process.cxx93 int min_depth = pro.get_input<unsigned>(i++); in boxm2_import_point_cloud_process() local
114 if(depth >= (int)min_depth ) in boxm2_import_point_cloud_process()

12345678910>>...32