Home
last modified time | relevance | path

Searched defs:num_leaves (Results 1 – 25 of 117) sorted by relevance

12345

/dports/science/py-DendroPy/DendroPy-4.4.0/src/dendropy/calculate/
H A Dcombinatorics.py56 def num_edges_on_tree(num_leaves, is_rooted=True): argument
62 def num_internal_nodes_on_tree(num_leaves, is_rooted=True): argument
68 def num_internal_edges_on_tree(num_leaves, is_rooted=True): argument
/dports/biology/iqtree/IQ-TREE-2.0.6/terraphast/test/
H A Dsupertree.cpp11 uint64_t count_supertree(index num_leaves, const constraints& constraints) { in count_supertree()
16 bool check_supertree(index num_leaves, const constraints& constraints) { in check_supertree()
/dports/biology/iqtree/IQ-TREE-2.0.6/terraphast/lib/
H A Dsupertree_enumerator.hpp51 auto tree_enumerator<Callback>::run(index num_leaves, const constraints& constraints) in run()
62 auto tree_enumerator<Callback>::run(index num_leaves, const constraints& constraints, in run()
82 auto tree_enumerator<Callback>::run(index num_leaves, const constraints& constraints, in run()
H A Dmultitree.hpp49 index num_leaves; member
75 inline index multitree_nodes::unexplored::num_leaves() const { return (index)(end - begin); } in num_leaves() function in terraces::multitree_nodes::unexplored
76 inline index multitree_nodes::unconstrained::num_leaves() const { return (index)(end - begin); } in num_leaves() function in terraces::multitree_nodes::unconstrained
H A Dsmall_bipartition.hpp44 index num_leaves() const { return popcount(m_mask); } in num_leaves() function
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/webrtc/modules/audio_processing/transient/
H A Dwpd_tree.h81 int num_leaves() const { return 1 << levels_; } in num_leaves() function
/dports/net-im/tg_owt/tg_owt-d578c76/src/modules/audio_processing/transient/
H A Dwpd_tree.h81 int num_leaves() const { return 1 << levels_; } in num_leaves() function
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/webrtc/modules/audio_processing/transient/
H A Dwpd_tree.h81 int num_leaves() const { return 1 << levels_; } in num_leaves() function
/dports/www/firefox/firefox-99.0/third_party/libwebrtc/modules/audio_processing/transient/
H A Dwpd_tree.h81 int num_leaves() const { return 1 << levels_; } in num_leaves() function
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/libwebrtc/webrtc/modules/audio_processing/transient/
H A Dwpd_tree.h81 int num_leaves() const { return 1 << levels_; } in num_leaves() function
/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/ThirdParty/libtgvoip/webrtc_dsp/modules/audio_processing/transient/
H A Dwpd_tree.h80 int num_leaves() const { return 1 << levels_; } in num_leaves() function
/dports/lang/spidermonkey60/firefox-60.9.0/media/webrtc/trunk/webrtc/modules/audio_processing/transient/
H A Dwpd_tree.h81 int num_leaves() const { return 1 << levels_; } in num_leaves() function
/dports/www/firefox-legacy/firefox-52.8.0esr/media/webrtc/trunk/webrtc/modules/audio_processing/transient/
H A Dwpd_tree.h80 int num_leaves() const { return 1 << levels_; } in num_leaves() function
/dports/www/firefox-esr/firefox-91.8.0/third_party/libwebrtc/webrtc/modules/audio_processing/transient/
H A Dwpd_tree.h81 int num_leaves() const { return 1 << levels_; } in num_leaves() function
/dports/audio/webrtc-audio-processing/webrtc-audio-processing-1.0/webrtc/modules/audio_processing/transient/
H A Dwpd_tree.h81 int num_leaves() const { return 1 << levels_; } in num_leaves() function
/dports/audio/webrtc-audio-processing0/webrtc-audio-processing-0.3.1/webrtc/modules/audio_processing/transient/
H A Dwpd_tree.h80 int num_leaves() const { return 1 << levels_; } in num_leaves() function
/dports/lang/spidermonkey78/firefox-78.9.0/media/webrtc/trunk/webrtc/modules/audio_processing/transient/
H A Dwpd_tree.h81 int num_leaves() const { return 1 << levels_; } in num_leaves() function
/dports/multimedia/mswebrtc/mswebrtc-1.1.1/webrtc/webrtc/modules/audio_processing/transient/
H A Dwpd_tree.h80 int num_leaves() const { return 1 << levels_; } in num_leaves() function
/dports/biology/iqtree/IQ-TREE-2.0.6/terraphast/include/terraces/
H A Dadvanced.hpp21 index num_leaves; member
/dports/misc/vxl/vxl-3.3.2/contrib/brl/bseg/boct/tests/
H A Dtest_binary_io.cxx14 unsigned int num_leaves = 0; in test_binary_io() local
/dports/graphics/appleseed/appleseed-2.1.0-beta/src/appleseed/foundation/math/bsp/
H A Dbsp_tree.h169 const size_t num_leaves = m_leaves.size(); in get_memory_size() local
/dports/math/fcl05/fcl-0.5.0/include/fcl/broadphase/
H A Dhierarchy_tree.hxx356 int num_leaves = lend - lbeg; in topdown_0() local
393 int num_leaves = lend - lbeg; in topdown_1() local
549 int num_leaves = lend - lbeg; in mortonRecurse_0() local
596 int num_leaves = lend - lbeg; in mortonRecurse_1() local
649 int num_leaves = lend - lbeg; in mortonRecurse_2() local
1442 int num_leaves = lend - lbeg; in topdown_0() local
1479 int num_leaves = lend - lbeg; in topdown_1() local
1549 int num_leaves = lend - lbeg; in mortonRecurse_0() local
1597 int num_leaves = lend - lbeg; in mortonRecurse_1() local
1651 int num_leaves = lend - lbeg; in mortonRecurse_2() local
/dports/math/fcl/fcl-0.7.0/include/fcl/broadphase/detail/
H A Dhierarchy_tree-inl.h427 int num_leaves = lend - lbeg; in topdown_0() local
465 int num_leaves = lend - lbeg; in topdown_1() local
626 int num_leaves = lend - lbeg; in mortonRecurse_0() local
674 int num_leaves = lend - lbeg; in mortonRecurse_1() local
728 int num_leaves = lend - lbeg; in mortonRecurse_2() local
H A Dhierarchy_tree_array-inl.h604 int num_leaves = lend - lbeg; in topdown_0() local
642 int num_leaves = lend - lbeg; in topdown_1() local
713 int num_leaves = lend - lbeg; in mortonRecurse_0() local
760 int num_leaves = lend - lbeg; in mortonRecurse_1() local
813 int num_leaves = lend - lbeg; in mortonRecurse_2() local
/dports/math/py-yt/yt-4.0.1/yt/utilities/lib/cykdtree/
H A Dkdtree.pxd98 cdef void _init_node(self, Node* node, uint32_t num_leaves,

12345