Home
last modified time | relevance | path

Searched refs:m_depth (Results 1 – 25 of 1310) sorted by relevance

12345678910>>...53

/dports/biology/avida/avida-2.12.4-src/avida-core/source/script/
H A DcDumpASTVisitor.cc33 m_depth++; in cDumpASTVisitor()
43 m_depth++; in VisitAssignment()
46 m_depth--; in VisitAssignment()
51 m_depth++; in VisitAssignment()
53 m_depth--; in VisitAssignment()
59 m_depth++; in VisitArgumentList()
65 m_depth--; in VisitArgumentList()
70 m_depth++; in VisitObjectAssignment()
72 m_depth--; in VisitObjectAssignment()
77 m_depth++; in VisitObjectAssignment()
[all …]
/dports/net-p2p/libtorrent/libtorrent-0.13.8/src/torrent/data/
H A Dfile_list_iterator.cc48 return m_depth >= 0 && m_depth + 1 == (int32_t)(*m_position)->path()->size(); in is_file()
58 return m_depth >= 0 && m_depth + 1 != (int32_t)(*m_position)->path()->size(); in is_entering()
70 m_depth++; in operator ++()
72 if (m_depth > size) in operator ++()
75 if (m_depth == size) in operator ++()
90 if (m_depth == 0) { in operator --()
96 m_depth = -1; in operator --()
105 m_depth = -(m_depth + 1); in operator --()
109 m_depth--; in operator --()
111 if (m_depth < -size) in operator --()
[all …]
/dports/graphics/dynamechs/dynamechs_4.0pre1/dm/
H A DdmEnvironment.cpp46 m_depth(NULL), in dmEnvironment()
260 t*(m_depth[xindex+1][yindex] - m_depth[xindex][yindex]) + in getGroundDepth()
261 u*(m_depth[xindex+1][yindex+1] - m_depth[xindex+1][yindex]); in getGroundDepth()
266 v1[2] = m_depth[xindex][yindex] - m_depth[xindex+1][yindex]; in getGroundDepth()
283 u*(m_depth[xindex][yindex+1] - m_depth[xindex][yindex]) + in getGroundDepth()
284 t*(m_depth[xindex+1][yindex+1] - m_depth[xindex][yindex+1]); in getGroundDepth()
289 v1[2] = m_depth[xindex][yindex] - m_depth[xindex][yindex+1]; in getGroundDepth()
369 t*(m_depth[xindex+1][yindex] - m_depth[xindex][yindex]) + in getGroundElevation()
375 v1[2] = m_depth[xindex][yindex] - m_depth[xindex+1][yindex]; in getGroundElevation()
392 u*(m_depth[xindex][yindex+1] - m_depth[xindex][yindex]) + in getGroundElevation()
[all …]
/dports/devel/kpublictransport/kpublictransport-21.12.3/src/lib/backends/
H A Dscopedxmlstreamreader.cpp33 ++m_depth; in ~ScopedXmlStreamReader()
36 m_depth--; in ~ScopedXmlStreamReader()
37 if (m_depth == 1) { in ~ScopedXmlStreamReader()
55 --m_depth; in readNextElement()
61 ++m_depth; in readNextElement()
65 m_depth--; in readNextElement()
81 --m_depth; in readNextSibling()
83 --m_depth; in readNextSibling()
86 const auto currentDepth = m_depth; in readNextSibling()
90 ++m_depth; in readNextSibling()
[all …]
/dports/multimedia/dirac/dirac-1.0.2/libdirac_motionest/
H A Dpixel_match.cpp115 m_level = m_depth; in DoSearch()
117 MatchPic( *(pic_down[m_depth]) , *(ref1_down[m_depth]) , *(me_data_set[m_depth]) , in DoSearch()
120 MatchPic( *(pic_down[m_depth]) , *(ref2_down[m_depth]) , *(me_data_set[m_depth]) , in DoSearch()
149 m_depth = 0; in DoSearch()
167 for (int i=1 ; i<=m_depth;++i) in MakePicHierarchy()
175 if (m_depth>0) in MakePicHierarchy()
179 for (int i=1 ; i<m_depth ; ++i) in MakePicHierarchy()
202 for (int i=1 ; i<=m_depth;++i) in MakeMEDataHierarchy()
224 for (int i=1 ; i <= m_depth ; ++i) in TidyPics()
233 for (int i=1 ; i <= m_depth ; ++i) in TidyMEData()
[all …]
/dports/devel/yaml-cpp/yaml-cpp-yaml-cpp-0.7.0/include/yaml-cpp/
H A Ddepthguard.h30 return m_depth; in depth()
34 int m_depth = 0;
51 DepthGuard(int & depth_, const Mark& mark_, const std::string& msg_) : m_depth(depth_) { in DepthGuard()
52 ++m_depth; in DepthGuard()
53 if ( max_depth <= m_depth ) { in DepthGuard()
54 throw DeepRecursion{m_depth, mark_, msg_}; in DepthGuard()
64 --m_depth; in ~DepthGuard()
68 return m_depth; in current_depth()
72 int & m_depth;
/dports/games/kmahjongg/kmahjongg-21.12.3/src/
H A Dboardlayout.cpp26 m_depth = 5; in BoardLayout()
35 m_depth = boardLayout.m_depth; in BoardLayout()
80 for (int z = 0; z < m_depth; ++z) { in saveBoardLayout()
121 m_depth = 5; in loadBoardLayout_10()
247 if (++z == m_depth) { in initialiseBoard()
274 for (int z = 0; z < m_depth; ++z) { in shiftLeft()
294 for (int z = 0; z < m_depth; ++z) { in shiftRight()
312 for (int z = 0; z < m_depth; ++z) { in shiftUp()
321 for (int z = 0; z < m_depth; ++z) { in shiftUp()
337 for (int z = 0; z < m_depth; ++z) { in shiftDown()
[all …]
/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/graphite2/src/
H A DXmlTraceLog.cpp42 : m_file(file), m_depth(0), m_mask(logMask) in XmlTraceLog()
51 m_elementStack[m_depth++] = ElementTopLevel; in XmlTraceLog()
61 assert(m_depth == 1); in ~XmlTraceLog()
62 while (m_depth > 0) in ~XmlTraceLog()
64 closeElement(m_elementStack[m_depth-1]); in ~XmlTraceLog()
76 if (xmlTraceLogElements[m_elementStack[m_depth-1]].mFlags & m_mask) in addSingleElement()
84 for (size_t i = 0; i < m_depth; i++) in addSingleElement()
111 for (size_t j = 0; j < m_depth; j++) in writeElementArray()
127 if (xmlTraceLogElements[m_elementStack[m_depth-1]].mFlags & m_mask) in writeText()
133 if (xmlTraceLogElements[m_elementStack[m_depth-1]].mFlags & m_mask) in writeText()
[all …]
/dports/math/cgal/CGAL-5.3/include/CGAL/Classification/
H A DImage.h35 std::size_t m_depth; variable
48 Image () : m_width(0), m_height(0), m_depth(0) in Image()
55 , m_depth (depth) in m_width()
57 if (m_width * m_height * m_depth > 0) in m_width()
59 if (m_width * m_height * m_depth < CGAL_CLASSIFICATION_IMAGE_SIZE_LIMIT) in m_width()
60 m_raw = std::make_shared<Vector> (m_width * m_height * m_depth); in m_width()
82 m_depth = other.depth();
88 std::size_t depth() const { return m_depth; } in depth()
92 return z + (m_depth * y) + (m_depth * m_height * x); in coord()
/dports/x11-fm/krusader2/krusader-2.7.2/krusader/DiskUsage/radialMap/
H A Dbuilder.cpp38 , m_depth(&m->m_visibleDepth) in Builder()
40 m_signature = new Chain<Segment> [*m_depth + 1]; in Builder()
72 stopDepth = *m_depth; in findVisibleDepth()
73 *m_depth = 0; in findVisibleDepth()
76 if (*m_depth < depth) *m_depth = depth; in findVisibleDepth()
77 if (*m_depth >= stopDepth) return; in findVisibleDepth()
90 m_limits = new FileSize [*m_depth + 1]; //FIXME delete! in setLimits()
92 for (unsigned int d = 0; d <= *m_depth; ++d) in setLimits()
118 if (depth != *m_depth) { in build()
/dports/graphics/appleseed/appleseed-2.1.0-beta/src/thirdparty/bcd/bcd/
H A DDeepImage.h265 int m_depth; variable
335 int m_depth; variable
759 , m_depth(i_tImage.m_depth) in DeepImage()
769 , m_depth(i_tImage.m_depth) in DeepImage()
781 m_depth = i_tImage.m_depth;
794 m_depth = i_tImage.m_depth;
1131 , m_depth(0) in iterator()
1246 , m_depth(0) in ImageWindow()
1323 , m_depth(0) in iterator()
1439 , m_depth(0) in ConstImageWindow()
[all …]
/dports/security/palisade/palisade-release-d76213499af44558170cca6c72c5314755fec23c/src/pke/include/
H A Dciphertext.h56 m_depth(1),
71 m_depth(1),
85 m_depth(1),
98 m_depth = ciphertext.m_depth;
108 m_depth = ciphertext->m_depth;
121 m_depth = std::move(ciphertext.m_depth);
131 m_depth = std::move(ciphertext->m_depth);
183 this->m_depth = rhs.m_depth;
203 this->m_depth = std::move(rhs.m_depth);
398 if (this->m_depth != rhs.m_depth) return false;
[all …]
/dports/cad/verilator/verilator-4.216/src/
H A DV3Depth.cpp45 int m_depth = 0; // How deep in an expression member in DepthVisitor
76 m_depth = 0; in visit()
86 m_depth = 0; in visitStmt()
103 VL_RESTORER(m_depth); in visit()
104 m_depth += 2; in visit()
105 if (m_depth > m_maxdepth) m_maxdepth = m_depth; in visit()
109 && (m_maxdepth - m_depth) > v3Global.opt.compLimitParens() in visit()
112 m_maxdepth = m_depth; in visit()
/dports/databases/pgrouting/pgrouting-3.2.0/include/visitors/
H A Ddfs_visitor.hpp58 m_depth.resize(m_graph.num_vertices(), 0); in Dfs_visitor()
64 m_depth[v] = 0; in start_vertex()
70 if (m_depth[target] == 0 && target != m_roots) in examine_edge()
71 m_depth[target] = m_depth[source] + 1; in examine_edge()
74 if (m_depth[target] == m_max_depth && m_colors[target] != 4) { in examine_edge()
90 std::vector<int64_t> m_depth; member in pgrouting::visitors::Dfs_visitor
/dports/games/ufoai/ufoai-2.5-source/src/tools/radiant/libs/
H A DInstance.cpp8 mutable std::size_t m_depth; member in scene::AABBAccumulateWalker
11 m_aabb(aabb), m_depth(0) in AABBAccumulateWalker()
16 if (m_depth == 1) { in pre()
19 return ++m_depth != 2; in pre()
23 --m_depth; in post()
50 mutable std::size_t m_depth; member in scene::ChildSelectedWalker
53 m_childSelected(childSelected), m_depth(0) in ChildSelectedWalker()
59 if (m_depth == 1 && !m_childSelected) { in pre()
62 return ++m_depth != 2; in pre()
66 --m_depth; in post()
/dports/math/z3/z3-z3-4.8.13/src/smt/
H A Dspanning_tree_def.h36 m_depth.resize(num_nodes); in initialize()
41 m_depth[root] = 0; in initialize()
47 m_depth[i] = 1; in initialize()
60 if (m_depth[u] > m_depth[v]) in get_common_ancestor()
99 while (m_depth[u] > m_depth[start]) { in get_descendants()
108 if (m_depth[child] < m_depth[m_root_t2]) { in in_subtree_t2()
296 SASSERT(m_depth[root] == 0); in check_well_formed()
298 SASSERT(m_depth[m_pred[i]] < m_depth[i]); in check_well_formed()
304 SASSERT(m_depth[x] == m_depth[m_pred[x]] + 1); in check_well_formed()
376 m_depth[start] = m_depth[m_pred[start]]+1; in fix_depth()
[all …]
/dports/math/py-z3-solver/z3-z3-4.8.10/src/smt/
H A Dspanning_tree_def.h36 m_depth.resize(num_nodes); in initialize()
41 m_depth[root] = 0; in initialize()
47 m_depth[i] = 1; in initialize()
60 if (m_depth[u] > m_depth[v]) in get_common_ancestor()
99 while (m_depth[u] > m_depth[start]) { in get_descendants()
108 if (m_depth[child] < m_depth[m_root_t2]) { in in_subtree_t2()
296 SASSERT(m_depth[root] == 0); in check_well_formed()
298 SASSERT(m_depth[m_pred[i]] < m_depth[i]); in check_well_formed()
304 SASSERT(m_depth[x] == m_depth[m_pred[x]] + 1); in check_well_formed()
376 m_depth[start] = m_depth[m_pred[start]]+1; in fix_depth()
[all …]
/dports/games/supertuxkart/SuperTuxKart-1.2-src/lib/bullet/src/BulletCollision/Gimpact/
H A Dgim_contact.h56 GREAL m_depth;//Positive value indicates interpenetration variable
68 m_depth(contact.m_depth), in GIM_CONTACT()
74 m_depth = contact.m_depth; in GIM_CONTACT()
83 m_depth(depth), in GIM_CONTACT()
139 newele.m_depth = depth; in push_contact()
154 newele.m_depth = tricontact.m_penetration_depth; in push_triangle_contacts()
H A Dgim_contact.cpp83 if(pcontact->m_depth - CONTACT_DIFF_EPSILON > scontact->m_depth)//) in merge_contacts()
90 if(btFabs(pcontact->m_depth - scontact->m_depth)<CONTACT_DIFF_EPSILON) in merge_contacts()
131 average_contact.m_normal += contacts[i].m_normal * contacts[i].m_depth; in merge_contacts_unique()
141 average_contact.m_depth = average_contact.m_normal.length(); in merge_contacts_unique()
143 average_contact.m_normal /= average_contact.m_depth; in merge_contacts_unique()
/dports/games/critterding/critterding-beta12/src/utils/bullet/BulletCollision/Gimpact/
H A Dgim_contact.h56 GREAL m_depth;//Positive value indicates interpenetration variable
68 m_depth(contact.m_depth), in GIM_CONTACT()
74 m_depth = contact.m_depth; in GIM_CONTACT()
83 m_depth(depth), in GIM_CONTACT()
139 newele.m_depth = depth; in push_contact()
154 newele.m_depth = tricontact.m_penetration_depth; in push_triangle_contacts()
/dports/graphics/urho3d/Urho3D-1.7.1/Source/ThirdParty/Bullet/src/BulletCollision/Gimpact/
H A Dgim_contact.h56 GREAL m_depth;//Positive value indicates interpenetration variable
68 m_depth(contact.m_depth), in GIM_CONTACT()
74 m_depth = contact.m_depth; in GIM_CONTACT()
83 m_depth(depth), in GIM_CONTACT()
139 newele.m_depth = depth; in push_contact()
154 newele.m_depth = tricontact.m_penetration_depth; in push_triangle_contacts()
/dports/games/OpenTomb/OpenTomb-win32-2018-02-03_alpha/extern/bullet/BulletCollision/Gimpact/
H A Dgim_contact.h56 GREAL m_depth;//Positive value indicates interpenetration variable
68 m_depth(contact.m_depth), in GIM_CONTACT()
74 m_depth = contact.m_depth; in GIM_CONTACT()
83 m_depth(depth), in GIM_CONTACT()
139 newele.m_depth = depth; in push_contact()
154 newele.m_depth = tricontact.m_penetration_depth; in push_triangle_contacts()
/dports/devel/emscripten/emscripten-2.0.3/tests/third_party/bullet/src/BulletCollision/Gimpact/
H A Dgim_contact.h56 GREAL m_depth;//Positive value indicates interpenetration variable
68 m_depth(contact.m_depth), in GIM_CONTACT()
74 m_depth = contact.m_depth; in GIM_CONTACT()
83 m_depth(depth), in GIM_CONTACT()
139 newele.m_depth = depth; in push_contact()
154 newele.m_depth = tricontact.m_penetration_depth; in push_triangle_contacts()
/dports/devel/bullet/bullet3-3.21/src/BulletCollision/Gimpact/
H A Dgim_contact.cpp81 if (pcontact->m_depth - CONTACT_DIFF_EPSILON > scontact->m_depth) //) in merge_contacts()
88 if (btFabs(pcontact->m_depth - scontact->m_depth) < CONTACT_DIFF_EPSILON) in merge_contacts()
129 average_contact.m_normal += contacts[i].m_normal * contacts[i].m_depth; in merge_contacts_unique()
139 average_contact.m_depth = average_contact.m_normal.length(); in merge_contacts_unique()
141 average_contact.m_normal /= average_contact.m_depth; in merge_contacts_unique()
/dports/graphics/blender/blender-2.91.0/extern/bullet2/src/BulletCollision/Gimpact/
H A Dgim_contact.cpp81 if (pcontact->m_depth - CONTACT_DIFF_EPSILON > scontact->m_depth) //) in merge_contacts()
88 if (btFabs(pcontact->m_depth - scontact->m_depth) < CONTACT_DIFF_EPSILON) in merge_contacts()
129 average_contact.m_normal += contacts[i].m_normal * contacts[i].m_depth; in merge_contacts_unique()
139 average_contact.m_depth = average_contact.m_normal.length(); in merge_contacts_unique()
141 average_contact.m_normal /= average_contact.m_depth; in merge_contacts_unique()

12345678910>>...53