Home
last modified time | relevance | path

Searched refs:min_depth (Results 26 – 50 of 792) sorted by relevance

12345678910>>...32

/dports/devel/google-perftools/gperftools-2.9.1/benchmark/
H A Dbinary_trees.cc51 int min_depth = 4, in run() local
52 max_depth = std::max(min_depth+2, in run()
65 for (int d=min_depth; d<=max_depth; d+=2) { in run()
66 int iterations = 1 << (max_depth - d + min_depth), c=0; in run()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/tcmalloc/vendor/benchmark/
H A Dbinary_trees.cc51 int min_depth = 4, in run() local
52 max_depth = std::max(min_depth+2, in run()
65 for (int d=min_depth; d<=max_depth; d+=2) { in run()
66 int iterations = 1 << (max_depth - d + min_depth), c=0; in run()
/dports/databases/grass7/grass-7.8.6/raster/r.lake/
H A Dmain.c44 FCELL * min_depth, FCELL * max_depth, double *area, in save_map() argument
76 if (out[row][col] < *min_depth) in save_map()
77 *min_depth = out[row][col]; in save_map()
138 FCELL **in_terran, **out_water, water_level, max_depth = 0, min_depth = 0; in main() local
352 save_map(out_water, out_fd, rows, cols, negative_flag->answer, &min_depth, in main()
355 …G_message(_("Lake depth from %f to %f (specified water level is taken as zero)"), min_depth, max_d… in main()
368 &min_depth, 0, 50, 170, &colr); in main()
371 Rast_add_f_color_rule(&min_depth, 0, 240, 255, in main()
/dports/graphics/pcl-pointclouds/pcl-pcl-1.12.0/tools/
H A Dtrain_linemod_template.cpp104 float min_depth, float max_depth, float max_height) in maskForegroundPoints() argument
113 if (min_depth < z && z < max_depth) in maskForegroundPoints()
203 compute (const PointCloudXYZRGBA::ConstPtr & input, float min_depth, float max_depth, float max_hei… in compute() argument
207 …std::vector<bool> foreground_mask = maskForegroundPoints (input, min_depth, max_depth, max_height); in compute()
252 float min_depth = 0; in main() local
253 parse_argument (argc, argv, "-min_depth", min_depth); in main()
301 compute (cloud, min_depth, max_depth, max_height, pcd_filename, sqmmt_filename); in main()
/dports/misc/vxl/vxl-3.3.2/contrib/brl/bseg/bstm/cpp/pro/processes/
H A Dbstm_cpp_label_tt_depth_process.cxx71 int min_depth = 10; in bstm_cpp_label_tt_depth_process() local
95 if (tt.depth_at( leave ) < min_depth) in bstm_cpp_label_tt_depth_process()
96 min_depth = tt.depth_at( leave ) ; in bstm_cpp_label_tt_depth_process()
100 std::cout << "Min depth = " << min_depth << " max: " << max_depth << std::endl; in bstm_cpp_label_tt_depth_process()
/dports/devel/stylua/StyLua-0.11.0/cargo-crates/walkdir-2.3.2/src/
H A Dlib.rs241 min_depth: usize, field
269 .field("min_depth", &self.min_depth) in fmt()
291 min_depth: 0, in new()
306 pub fn min_depth(mut self, depth: usize) -> Self { in min_depth() method
307 self.opts.min_depth = depth; in min_depth()
308 if self.opts.min_depth > self.opts.max_depth { in min_depth()
309 self.opts.min_depth = self.opts.max_depth; in min_depth()
325 if self.opts.max_depth < self.opts.min_depth { in max_depth()
326 self.opts.max_depth = self.opts.min_depth; in max_depth()
975 self.depth < self.opts.min_depth || self.depth > self.opts.max_depth in skippable()
/dports/multimedia/librav1e/rav1e-0.5.1/cargo-crates/walkdir-2.3.2/src/
H A Dlib.rs241 min_depth: usize, field
269 .field("min_depth", &self.min_depth) in fmt()
291 min_depth: 0, in new()
306 pub fn min_depth(mut self, depth: usize) -> Self { in min_depth() method
307 self.opts.min_depth = depth; in min_depth()
308 if self.opts.min_depth > self.opts.max_depth { in min_depth()
309 self.opts.min_depth = self.opts.max_depth; in min_depth()
325 if self.opts.max_depth < self.opts.min_depth { in max_depth()
326 self.opts.max_depth = self.opts.min_depth; in max_depth()
975 self.depth < self.opts.min_depth || self.depth > self.opts.max_depth in skippable()
/dports/multimedia/rav1e/rav1e-0.5.1/cargo-crates/walkdir-2.3.2/src/
H A Dlib.rs241 min_depth: usize, field
269 .field("min_depth", &self.min_depth) in fmt()
291 min_depth: 0, in new()
306 pub fn min_depth(mut self, depth: usize) -> Self { in min_depth() method
307 self.opts.min_depth = depth; in min_depth()
308 if self.opts.min_depth > self.opts.max_depth { in min_depth()
309 self.opts.min_depth = self.opts.max_depth; in min_depth()
325 if self.opts.max_depth < self.opts.min_depth { in max_depth()
326 self.opts.max_depth = self.opts.min_depth; in max_depth()
975 self.depth < self.opts.min_depth || self.depth > self.opts.max_depth in skippable()
/dports/net-im/zkgroup/zkgroup-0.7.4/cargo-crates/walkdir-2.3.2/src/
H A Dlib.rs241 min_depth: usize, field
269 .field("min_depth", &self.min_depth) in fmt()
291 min_depth: 0, in new()
306 pub fn min_depth(mut self, depth: usize) -> Self { in min_depth() method
307 self.opts.min_depth = depth; in min_depth()
308 if self.opts.min_depth > self.opts.max_depth { in min_depth()
309 self.opts.min_depth = self.opts.max_depth; in min_depth()
325 if self.opts.max_depth < self.opts.min_depth { in max_depth()
326 self.opts.max_depth = self.opts.min_depth; in max_depth()
975 self.depth < self.opts.min_depth || self.depth > self.opts.max_depth in skippable()
/dports/devel/cargo-c/cargo-c-0.9.6+cargo-0.58/cargo-crates/walkdir-2.3.2/src/
H A Dlib.rs241 min_depth: usize, field
269 .field("min_depth", &self.min_depth) in fmt()
291 min_depth: 0, in new()
306 pub fn min_depth(mut self, depth: usize) -> Self { in min_depth() method
307 self.opts.min_depth = depth; in min_depth()
308 if self.opts.min_depth > self.opts.max_depth { in min_depth()
309 self.opts.min_depth = self.opts.max_depth; in min_depth()
325 if self.opts.max_depth < self.opts.min_depth { in max_depth()
326 self.opts.max_depth = self.opts.min_depth; in max_depth()
975 self.depth < self.opts.min_depth || self.depth > self.opts.max_depth in skippable()
/dports/misc/broot/broot-1.7.0/cargo-crates/walkdir-2.3.2/src/
H A Dlib.rs241 min_depth: usize, field
269 .field("min_depth", &self.min_depth) in fmt()
291 min_depth: 0, in new()
306 pub fn min_depth(mut self, depth: usize) -> Self { in min_depth() method
307 self.opts.min_depth = depth; in min_depth()
308 if self.opts.min_depth > self.opts.max_depth { in min_depth()
309 self.opts.min_depth = self.opts.max_depth; in min_depth()
325 if self.opts.max_depth < self.opts.min_depth { in max_depth()
326 self.opts.max_depth = self.opts.min_depth; in max_depth()
975 self.depth < self.opts.min_depth || self.depth > self.opts.max_depth in skippable()
/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/cargo-crates/walkdir-2.3.2/src/
H A Dlib.rs241 min_depth: usize, field
269 .field("min_depth", &self.min_depth) in fmt()
291 min_depth: 0, in new()
306 pub fn min_depth(mut self, depth: usize) -> Self { in min_depth() method
307 self.opts.min_depth = depth; in min_depth()
308 if self.opts.min_depth > self.opts.max_depth { in min_depth()
309 self.opts.min_depth = self.opts.max_depth; in min_depth()
325 if self.opts.max_depth < self.opts.min_depth { in max_depth()
326 self.opts.max_depth = self.opts.min_depth; in max_depth()
975 self.depth < self.opts.min_depth || self.depth > self.opts.max_depth in skippable()
/dports/devel/sccache/sccache-0.2.15/cargo-crates/walkdir-2.3.1/src/
H A Dlib.rs241 min_depth: usize, field
269 .field("min_depth", &self.min_depth) in fmt()
291 min_depth: 0, in new()
306 pub fn min_depth(mut self, depth: usize) -> Self { in min_depth() method
307 self.opts.min_depth = depth; in min_depth()
308 if self.opts.min_depth > self.opts.max_depth { in min_depth()
309 self.opts.min_depth = self.opts.max_depth; in min_depth()
325 if self.opts.max_depth < self.opts.min_depth { in max_depth()
326 self.opts.max_depth = self.opts.min_depth; in max_depth()
939 self.depth < self.opts.min_depth || self.depth > self.opts.max_depth in skippable()
/dports/devel/git-delta/delta-0.9.2/cargo-crates/walkdir-2.3.1/src/
H A Dlib.rs241 min_depth: usize, field
269 .field("min_depth", &self.min_depth) in fmt()
291 min_depth: 0, in new()
306 pub fn min_depth(mut self, depth: usize) -> Self { in min_depth() method
307 self.opts.min_depth = depth; in min_depth()
308 if self.opts.min_depth > self.opts.max_depth { in min_depth()
309 self.opts.min_depth = self.opts.max_depth; in min_depth()
325 if self.opts.max_depth < self.opts.min_depth { in max_depth()
326 self.opts.max_depth = self.opts.min_depth; in max_depth()
939 self.depth < self.opts.min_depth || self.depth > self.opts.max_depth in skippable()
/dports/security/vaultwarden/vaultwarden-1.23.1/cargo-crates/walkdir-2.3.2/src/
H A Dlib.rs241 min_depth: usize, field
269 .field("min_depth", &self.min_depth) in fmt()
291 min_depth: 0, in new()
306 pub fn min_depth(mut self, depth: usize) -> Self { in min_depth() method
307 self.opts.min_depth = depth; in min_depth()
308 if self.opts.min_depth > self.opts.max_depth { in min_depth()
309 self.opts.min_depth = self.opts.max_depth; in min_depth()
325 if self.opts.max_depth < self.opts.min_depth { in max_depth()
326 self.opts.max_depth = self.opts.min_depth; in max_depth()
975 self.depth < self.opts.min_depth || self.depth > self.opts.max_depth in skippable()
/dports/lang/gleam/gleam-0.18.2/cargo-crates/walkdir-2.3.2/src/
H A Dlib.rs241 min_depth: usize, field
269 .field("min_depth", &self.min_depth) in fmt()
291 min_depth: 0, in new()
306 pub fn min_depth(mut self, depth: usize) -> Self { in min_depth() method
307 self.opts.min_depth = depth; in min_depth()
308 if self.opts.min_depth > self.opts.max_depth { in min_depth()
309 self.opts.min_depth = self.opts.max_depth; in min_depth()
325 if self.opts.max_depth < self.opts.min_depth { in max_depth()
326 self.opts.max_depth = self.opts.min_depth; in max_depth()
975 self.depth < self.opts.min_depth || self.depth > self.opts.max_depth in skippable()
/dports/sysutils/vivid/vivid-0.7.0/cargo-crates/walkdir-2.3.2/src/
H A Dlib.rs241 min_depth: usize, field
269 .field("min_depth", &self.min_depth) in fmt()
291 min_depth: 0, in new()
306 pub fn min_depth(mut self, depth: usize) -> Self { in min_depth() method
307 self.opts.min_depth = depth; in min_depth()
308 if self.opts.min_depth > self.opts.max_depth { in min_depth()
309 self.opts.min_depth = self.opts.max_depth; in min_depth()
325 if self.opts.max_depth < self.opts.min_depth { in max_depth()
326 self.opts.max_depth = self.opts.min_depth; in max_depth()
975 self.depth < self.opts.min_depth || self.depth > self.opts.max_depth in skippable()
/dports/shells/ion/ion-a8872014dbce730ccd00aaa722397dc394a52bf4/cargo-crates/walkdir-2.2.9/src/
H A Dlib.rs251 min_depth: usize, field
271 .field("min_depth", &self.min_depth) in fmt()
293 min_depth: 0, in new()
308 pub fn min_depth(mut self, depth: usize) -> Self { in min_depth() method
309 self.opts.min_depth = depth; in min_depth()
310 if self.opts.min_depth > self.opts.max_depth { in min_depth()
311 self.opts.min_depth = self.opts.max_depth; in min_depth()
327 if self.opts.max_depth < self.opts.min_depth { in max_depth()
328 self.opts.max_depth = self.opts.min_depth; in max_depth()
944 self.depth < self.opts.min_depth || self.depth > self.opts.max_depth in skippable()
/dports/net-im/libsignal-client/libsignal-client-0.9.6/cargo-crates/walkdir-2.3.1/src/
H A Dlib.rs241 min_depth: usize, field
269 .field("min_depth", &self.min_depth) in fmt()
291 min_depth: 0, in new()
306 pub fn min_depth(mut self, depth: usize) -> Self { in min_depth() method
307 self.opts.min_depth = depth; in min_depth()
308 if self.opts.min_depth > self.opts.max_depth { in min_depth()
309 self.opts.min_depth = self.opts.max_depth; in min_depth()
325 if self.opts.max_depth < self.opts.min_depth { in max_depth()
326 self.opts.max_depth = self.opts.min_depth; in max_depth()
939 self.depth < self.opts.min_depth || self.depth > self.opts.max_depth in skippable()
/dports/devel/grcov/grcov-0.8.2/cargo-crates/walkdir-2.3.2/src/
H A Dlib.rs241 min_depth: usize, field
269 .field("min_depth", &self.min_depth) in fmt()
291 min_depth: 0, in new()
306 pub fn min_depth(mut self, depth: usize) -> Self { in min_depth() method
307 self.opts.min_depth = depth; in min_depth()
308 if self.opts.min_depth > self.opts.max_depth { in min_depth()
309 self.opts.min_depth = self.opts.max_depth; in min_depth()
325 if self.opts.max_depth < self.opts.min_depth { in max_depth()
326 self.opts.max_depth = self.opts.min_depth; in max_depth()
975 self.depth < self.opts.min_depth || self.depth > self.opts.max_depth in skippable()
/dports/security/cargo-audit/rustsec-cargo-audit-v0.15.2/cargo-audit/cargo-crates/walkdir-2.3.2/src/
H A Dlib.rs241 min_depth: usize, field
269 .field("min_depth", &self.min_depth) in fmt()
291 min_depth: 0, in new()
306 pub fn min_depth(mut self, depth: usize) -> Self { in min_depth() method
307 self.opts.min_depth = depth; in min_depth()
308 if self.opts.min_depth > self.opts.max_depth { in min_depth()
309 self.opts.min_depth = self.opts.max_depth; in min_depth()
325 if self.opts.max_depth < self.opts.min_depth { in max_depth()
326 self.opts.max_depth = self.opts.min_depth; in max_depth()
975 self.depth < self.opts.min_depth || self.depth > self.opts.max_depth in skippable()
/dports/editors/helix/helix-0.5.0/cargo-crates/walkdir-2.3.2/src/
H A Dlib.rs241 min_depth: usize, field
269 .field("min_depth", &self.min_depth) in fmt()
291 min_depth: 0, in new()
306 pub fn min_depth(mut self, depth: usize) -> Self { in min_depth() method
307 self.opts.min_depth = depth; in min_depth()
308 if self.opts.min_depth > self.opts.max_depth { in min_depth()
309 self.opts.min_depth = self.opts.max_depth; in min_depth()
325 if self.opts.max_depth < self.opts.min_depth { in max_depth()
326 self.opts.max_depth = self.opts.min_depth; in max_depth()
975 self.depth < self.opts.min_depth || self.depth > self.opts.max_depth in skippable()
/dports/graphics/librsvg2-rust/librsvg-2.52.8/vendor/walkdir/src/
H A Dlib.rs241 min_depth: usize, field
269 .field("min_depth", &self.min_depth) in fmt()
291 min_depth: 0, in new()
306 pub fn min_depth(mut self, depth: usize) -> Self { in min_depth() method
307 self.opts.min_depth = depth; in min_depth()
308 if self.opts.min_depth > self.opts.max_depth { in min_depth()
309 self.opts.min_depth = self.opts.max_depth; in min_depth()
325 if self.opts.max_depth < self.opts.min_depth { in max_depth()
326 self.opts.max_depth = self.opts.min_depth; in max_depth()
975 self.depth < self.opts.min_depth || self.depth > self.opts.max_depth in skippable()
/dports/sysutils/vector/vector-0.10.0/cargo-crates/walkdir-2.3.1/src/
H A Dlib.rs241 min_depth: usize, field
269 .field("min_depth", &self.min_depth) in fmt()
291 min_depth: 0, in new()
306 pub fn min_depth(mut self, depth: usize) -> Self { in min_depth() method
307 self.opts.min_depth = depth; in min_depth()
308 if self.opts.min_depth > self.opts.max_depth { in min_depth()
309 self.opts.min_depth = self.opts.max_depth; in min_depth()
325 if self.opts.max_depth < self.opts.min_depth { in max_depth()
326 self.opts.max_depth = self.opts.min_depth; in max_depth()
939 self.depth < self.opts.min_depth || self.depth > self.opts.max_depth in skippable()
/dports/textproc/ripgrep/ripgrep-13.0.0/cargo-crates/walkdir-2.3.2/src/
H A Dlib.rs241 min_depth: usize, field
269 .field("min_depth", &self.min_depth) in fmt()
291 min_depth: 0, in new()
306 pub fn min_depth(mut self, depth: usize) -> Self { in min_depth() method
307 self.opts.min_depth = depth; in min_depth()
308 if self.opts.min_depth > self.opts.max_depth { in min_depth()
309 self.opts.min_depth = self.opts.max_depth; in min_depth()
325 if self.opts.max_depth < self.opts.min_depth { in max_depth()
326 self.opts.max_depth = self.opts.min_depth; in max_depth()
975 self.depth < self.opts.min_depth || self.depth > self.opts.max_depth in skippable()

12345678910>>...32