Home
last modified time | relevance | path

Searched refs:leaf_ (Results 1 – 25 of 35) sorted by relevance

12

/dports/graphics/pcl-pointclouds/pcl-pcl-1.12.0/tools/
H A Dobj_rec_ransac_orr_octree.cpp91 leaf_(leaf) in CallbackParameters()
96 std::vector<ORROctree::Node*>::iterator leaf_; member in CallbackParameters
127 if (params->leaf_ == params->octree_.getFullLeaves ().begin ()) in keyboardCB()
128 params->leaf_ = params->octree_.getFullLeaves ().end (); in keyboardCB()
130 updateViewer(params->octree_, params->viz_, --params->leaf_); in keyboardCB()
134 ++params->leaf_; in keyboardCB()
135 if (params->leaf_ == params->octree_.getFullLeaves ().end ()) in keyboardCB()
136 params->leaf_ = params->octree_.getFullLeaves ().begin (); in keyboardCB()
138 updateViewer (params->octree_, params->viz_, params->leaf_); in keyboardCB()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/platform/text/
H A Dsuffix_tree.h59 SuffixTree(const String& text, unsigned depth) : depth_(depth), leaf_(true) { in SuffixTree()
122 DCHECK_NE(current, &leaf_); in Build()
125 child = base + offset + 1 == limit ? &leaf_ : new Node(); in Build()
137 Node leaf_; variable
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/platform/text/
H A Dsuffix_tree.h59 SuffixTree(const String& text, unsigned depth) : depth_(depth), leaf_(true) { in SuffixTree()
122 DCHECK_NE(current, &leaf_); in Build()
125 child = base + offset + 1 == limit ? &leaf_ : new Node(); in Build()
137 Node leaf_; variable
/dports/science/nest/nest-simulator-3.1/nestkernel/
H A Dntree.h370 bool leaf_; variable
392 , leaf_( true ) in Ntree()
403 if ( leaf_ ) in ~Ntree()
421 assert( ntree_->leaf_ ); in iterator()
434 return leaf_; in is_leaf()
H A Dntree_impl.h411 if ( leaf_ ) in append_nodes_()
438 if ( leaf_ ) in append_nodes_()
481 if ( leaf_ && ( nodes_.size() >= max_capacity ) && ( my_depth_ < max_depth ) ) in insert()
485 if ( leaf_ ) in insert()
512 assert( leaf_ ); in split_()
535 leaf_ = false; in split_()
/dports/math/tblis/tblis-1.2.0/src/external/marray/include/
H A Dindexed_dpd_varray_base.hpp45 dim_vector leaf_; member in MArray::indexed_dpd_varray_base
71 leaf_.clear(); in reset()
103 leaf_ = other.leaf_; in reset()
135 leaf_ = other.leaf_; in reset()
198 leaf_.resize(dense_ndim); in reset()
400 swap(leaf_, other.leaf_); in swap()
661 for (unsigned i = 0;i < ndim;i++) len[i] = size_[leaf_[perm_[i]]]; in dense_lengths()
H A Ddpd_marray_base.hpp71 auto& leaf = derived().leaf_; in set_tree()
126 const auto& leaf = derived().leaf_; in set_size()
179 auto& leaf = derived().leaf_; in get_block()
263 std::array<unsigned, NDim> leaf_ = {}; member in MArray::dpd_marray_base
284 leaf_ = {}; in reset()
311 leaf_ = other.leaf_; in reset()
442 swap(leaf_, other.leaf_); in swap()
H A Ddpd_varray_base.hpp35 dim_vector leaf_; member in MArray::dpd_varray_base
56 leaf_.clear(); in reset()
83 leaf_ = other.leaf_; in reset()
121 leaf_.resize(ndim); in reset()
301 swap(leaf_, other.leaf_); in swap()
H A Ddpd_varray_view.hpp18 using base::leaf_;
H A Ddpd_marray_view.hpp19 using base::leaf_;
H A Dindexed_dpd_varray.hpp33 using base::leaf_;
354 leaf_.resize(dense_ndim); in reset()
H A Dindexed_dpd_varray_view.hpp24 using base::leaf_;
H A Ddpd_marray.hpp20 using base::leaf_;
H A Ddpd_varray.hpp19 using base::leaf_;
/dports/multimedia/v4l_compat/linux-5.13-rc2/lib/
H A Dtest_stackinit.c113 ignored = leaf_ ##name((unsigned long)&ignored, 1, \
125 ignored = leaf_ ##name((unsigned long)&ignored, 0, \
163 static noinline __init int leaf_ ## name(unsigned long sp, \
/dports/multimedia/libv4l/linux-5.13-rc2/lib/
H A Dtest_stackinit.c113 ignored = leaf_ ##name((unsigned long)&ignored, 1, \
125 ignored = leaf_ ##name((unsigned long)&ignored, 0, \
163 static noinline __init int leaf_ ## name(unsigned long sp, \
/dports/multimedia/v4l-utils/linux-5.13-rc2/lib/
H A Dtest_stackinit.c113 ignored = leaf_ ##name((unsigned long)&ignored, 1, \
125 ignored = leaf_ ##name((unsigned long)&ignored, 0, \
163 static noinline __init int leaf_ ## name(unsigned long sp, \
/dports/games/stuntrally/stuntrally-2.6.1/source/vdrift/
H A Djoeserialize.h441 T leaf_;
448 out << Implode(location) << " = " << leaf_ << std::endl; in Print()
475 leaf_ = T(); in clear()
480 return leaf_; in leaf()
485 leaf_ = theValue; in set_leaf()
616 leaf_ = othertree.leaf_; in Merge()
/dports/misc/rump/buildrump.sh-b914579/src/sys/altq/
H A Daltq_rmclass.h156 int leaf_; /* Note whether leaf class or not.*/ member
H A Daltq_rmclass.c240 cl->leaf_ = 1; in rmc_newclass()
326 parent->leaf_ = 0; in rmc_newclass()
570 cl->parent_->leaf_ = 1; in rmc_delete_class()
/dports/devel/fossil/fossil-src-2.17/win/
H A DMakefile.dmc33 …_.c json_status_.c json_tag_.c json_timeline_.c json_user_.c json_wiki_.c leaf_.c loadctrl_.c logi…
589 $(OBJDIR)\leaf$O : leaf_.c leaf.h
590 $(TCC) -o$@ -c leaf_.c
592 leaf_.c : $(SRCDIR)\leaf.c
1016 …line_.c:json_timeline.h json_user_.c:json_user.h json_wiki_.c:json_wiki.h leaf_.c:leaf.h loadctrl_…
H A DMakefile.mingw764 $(OBJDIR)/leaf_.c \
1279 $(OBJDIR)/leaf_.c:$(OBJDIR)/leaf.h \
1975 $(OBJDIR)/leaf_.c: $(SRCDIR)/leaf.c $(TRANSLATE)
1978 $(OBJDIR)/leaf.o: $(OBJDIR)/leaf_.c $(OBJDIR)/leaf.h $(SRCDIR)/config.h
1979 $(XTCC) -o $(OBJDIR)/leaf.o -c $(OBJDIR)/leaf_.c
H A DMakefile.mingw.mistachkin763 $(OBJDIR)/leaf_.c \
1278 $(OBJDIR)/leaf_.c:$(OBJDIR)/leaf.h \
1974 $(OBJDIR)/leaf_.c: $(SRCDIR)/leaf.c $(TRANSLATE)
1977 $(OBJDIR)/leaf.o: $(OBJDIR)/leaf_.c $(OBJDIR)/leaf.h $(SRCDIR)/config.h
1978 $(XTCC) -o $(OBJDIR)/leaf.o -c $(OBJDIR)/leaf_.c
/dports/devel/cook/cook-2.30/etc/
H A DCHANGES.2.20196 source modify 1 -> 2 lib/en/user-guide/function/leaf_
/dports/devel/fossil/fossil-src-2.17/src/
H A Dmain.mk355 $(OBJDIR)/leaf_.c \
845 $(OBJDIR)/leaf_.c:$(OBJDIR)/leaf.h \
1539 $(OBJDIR)/leaf_.c: $(SRCDIR)/leaf.c $(OBJDIR)/translate
1542 $(OBJDIR)/leaf.o: $(OBJDIR)/leaf_.c $(OBJDIR)/leaf.h $(SRCDIR)/config.h
1543 $(XTCC) -o $(OBJDIR)/leaf.o -c $(OBJDIR)/leaf_.c

12