Home
last modified time | relevance | path

Searched refs:m_Top (Results 1 – 25 of 62) sorted by relevance

123

/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/algo/align/prosplign/
H A DIntronChain.hpp136 m_Top->Init(beg,len); in Creat()
137 m_Top->m_Prev = NULL; in Creat()
142 CIgapIntron* tmp = m_Top; in Expand()
144 m_Top->Init(beg,len); in Expand()
145 m_Top->m_Prev = tmp; in Expand()
148 if (m_Top != source.m_Top) { in Copy()
149 m_Top = source.m_Top; in Copy()
150 ++m_Top->ref_counter; in Copy()
154 while (m_Top && --m_Top->ref_counter < 1) { in Clear()
157 m_Top = prev; in Clear()
[all …]
/dports/math/geogram/geogram-1.7.7/src/examples/contrib/topopt/
H A Dtopopt.cpp16 : m_Top(top) in TopoptSolver()
47 m_X.setConstant(m_Top.volfrac); in resetDesign()
63 const double rmin = m_Top.radius; in prepareFilter()
155 m_Rho = m_Top.E_min + m_D.array().pow(m_Top.penalty) * (1.0 - m_Top.E_min); in assembleStiffnessMatrix()
165 if (m_Top.fixed(i1) == 1) { in assembleStiffnessMatrix()
223 switch (m_Top.filter) { in filterGradient()
242 return m_Top.forces.dot(m_U); in computeCompliance()
253 …const double deltaRho = m_Top.penalty * (1.0 - m_Top.E_min) * std::pow(m_D(i), m_Top.penalty - 1.0… in computeGradient()
299 switch (m_Top.filter) { in updateWithOptimalityCriterion()
328 if (m_Top.radius != m_CachedFilterRadius) { in analyze()
[all …]
H A Dtopopt.h54 TopoptProblem &m_Top; member
77 int numNodes() const { return (int) m_Top.nnodes().prod(); } in numNodes()
/dports/devel/boost-docs/boost_1_72_0/libs/log/src/
H A Drecord_ostream.cpp101 stream_compound_t* m_Top;
106 while ((p = m_Top) != NULL)
108 m_Top = p->next;
128 stream_compound_pool() : m_Top(NULL) {}
139 if (pool.m_Top)
141 stream_compound* p = pool.m_Top;
142 pool.m_Top = p->next;
156 compound->next = pool.m_Top; in release_compound()
157 pool.m_Top = compound; in release_compound()
/dports/devel/boost-python-libs/boost_1_72_0/libs/log/src/
H A Drecord_ostream.cpp101 stream_compound_t* m_Top;
106 while ((p = m_Top) != NULL)
108 m_Top = p->next;
128 stream_compound_pool() : m_Top(NULL) {}
139 if (pool.m_Top)
141 stream_compound* p = pool.m_Top;
142 pool.m_Top = p->next;
156 compound->next = pool.m_Top; in release_compound()
157 pool.m_Top = compound; in release_compound()
/dports/devel/boost-libs/boost_1_72_0/libs/log/src/
H A Drecord_ostream.cpp101 stream_compound_t* m_Top;
106 while ((p = m_Top) != NULL)
108 m_Top = p->next;
128 stream_compound_pool() : m_Top(NULL) {}
139 if (pool.m_Top)
141 stream_compound* p = pool.m_Top;
142 pool.m_Top = p->next;
156 compound->next = pool.m_Top; in release_compound()
157 pool.m_Top = compound; in release_compound()
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/libs/log/src/
H A Drecord_ostream.cpp99 stream_compound_t* m_Top;
104 while ((p = m_Top) != NULL)
106 m_Top = p->next;
126 stream_compound_pool() : m_Top(NULL) {}
137 if (pool.m_Top)
139 stream_compound* p = pool.m_Top;
140 pool.m_Top = p->next;
154 compound->next = pool.m_Top; in release_compound()
155 pool.m_Top = compound; in release_compound()
/dports/databases/percona57-server/boost_1_59_0/libs/log/src/
H A Drecord_ostream.cpp99 stream_compound_t* m_Top;
104 while ((p = m_Top) != NULL)
106 m_Top = p->next;
126 stream_compound_pool() : m_Top(NULL) {}
137 if (pool.m_Top)
139 stream_compound* p = pool.m_Top;
140 pool.m_Top = p->next;
154 compound->next = pool.m_Top; in release_compound()
155 pool.m_Top = compound; in release_compound()
/dports/databases/xtrabackup/boost_1_59_0/libs/log/src/
H A Drecord_ostream.cpp99 stream_compound_t* m_Top;
104 while ((p = m_Top) != NULL)
106 m_Top = p->next;
126 stream_compound_pool() : m_Top(NULL) {}
137 if (pool.m_Top)
139 stream_compound* p = pool.m_Top;
140 pool.m_Top = p->next;
154 compound->next = pool.m_Top; in release_compound()
155 pool.m_Top = compound; in release_compound()
/dports/databases/percona57-client/boost_1_59_0/libs/log/src/
H A Drecord_ostream.cpp99 stream_compound_t* m_Top;
104 while ((p = m_Top) != NULL)
106 m_Top = p->next;
126 stream_compound_pool() : m_Top(NULL) {}
137 if (pool.m_Top)
139 stream_compound* p = pool.m_Top;
140 pool.m_Top = p->next;
154 compound->next = pool.m_Top; in release_compound()
155 pool.m_Top = compound; in release_compound()
/dports/databases/mysqlwsrep57-server/boost_1_59_0/libs/log/src/
H A Drecord_ostream.cpp99 stream_compound_t* m_Top;
104 while ((p = m_Top) != NULL)
106 m_Top = p->next;
126 stream_compound_pool() : m_Top(NULL) {}
137 if (pool.m_Top)
139 stream_compound* p = pool.m_Top;
140 pool.m_Top = p->next;
154 compound->next = pool.m_Top; in release_compound()
155 pool.m_Top = compound; in release_compound()
/dports/devel/hyperscan/boost_1_75_0/libs/log/src/
H A Drecord_ostream.cpp101 stream_compound_t* m_Top;
106 while ((p = m_Top) != NULL)
108 m_Top = p->next;
128 stream_compound_pool() : m_Top(NULL) {}
139 if (pool.m_Top)
141 stream_compound* p = pool.m_Top;
142 pool.m_Top = p->next;
156 compound->next = pool.m_Top; in release_compound()
157 pool.m_Top = compound; in release_compound()
/dports/devel/bullet/bullet3-3.21/examples/ThirdPartyLibs/Gwen/Controls/
H A DDockBase.cpp26 m_Top = NULL; in GWEN_CONTROL_CONSTRUCTOR()
71 if (iPos == Pos::Top) return &m_Top; in GetChildDockPtr()
108 if (top == minimum && (!m_Top || m_Top->Hidden())) return Pos::Top; in GetDroppedTabDirection()
181 if (m_Top && !m_Top->IsEmpty()) return false; in IsEmpty()
215 if (m_Top && !m_Top->IsEmpty()) in DoConsolidateCheck()
217 m_Top->m_DockedTabControl->MoveTabsTo(m_DockedTabControl); in DoConsolidateCheck()
314 if (m_Top && m_Top->Visible()) in DragAndDrop_Hover()
316 m_HoverRect.y += m_Top->Height(); in DragAndDrop_Hover()
317 m_HoverRect.h -= m_Top->Height(); in DragAndDrop_Hover()
/dports/devel/py-bullet3/bullet3-3.21/examples/ThirdPartyLibs/Gwen/Controls/
H A DDockBase.cpp26 m_Top = NULL; in GWEN_CONTROL_CONSTRUCTOR()
71 if (iPos == Pos::Top) return &m_Top; in GetChildDockPtr()
108 if (top == minimum && (!m_Top || m_Top->Hidden())) return Pos::Top; in GetDroppedTabDirection()
181 if (m_Top && !m_Top->IsEmpty()) return false; in IsEmpty()
215 if (m_Top && !m_Top->IsEmpty()) in DoConsolidateCheck()
217 m_Top->m_DockedTabControl->MoveTabsTo(m_DockedTabControl); in DoConsolidateCheck()
314 if (m_Top && m_Top->Visible()) in DragAndDrop_Hover()
316 m_HoverRect.y += m_Top->Height(); in DragAndDrop_Hover()
317 m_HoverRect.h -= m_Top->Height(); in DragAndDrop_Hover()
/dports/lang/spidermonkey60/firefox-60.9.0/modules/pdfium/pdfium/core/fpdfapi/page/
H A Dcpdf_pageobject.cpp77 m_Top = pSrc->m_Top; in CopyData()
94 CFX_FloatRect rect(m_Left, m_Bottom, m_Right, m_Top); in GetBBox()
H A Dcpdf_shadingobject.cpp29 matrix.TransformRect(m_Left, m_Right, m_Top, m_Bottom); in Transform()
52 m_Top = rect.top; in CalcBoundingBox()
H A Dcpdf_imageobject.cpp47 m_Top = 1.0f; in CalcBoundingBox()
48 m_Matrix.TransformRect(m_Left, m_Right, m_Top, m_Bottom); in CalcBoundingBox()
H A Dcpdf_pageobject.h56 return CFX_FloatRect(m_Left, m_Bottom, m_Right, m_Top); in GetRect()
62 FX_FLOAT m_Top; variable
H A Dcpdf_textobject.cpp266 m_Top = max_y; in CalcPositionData()
267 GetTextMatrix().TransformRect(m_Left, m_Right, m_Top, m_Bottom); in CalcPositionData()
275 m_Top += half_width; in CalcPositionData()
288 m_Top += dy; in SetPosition()
/dports/editors/texmaker/texmaker-5.0.3/pdfium/core/fpdfapi/fpdf_page/
H A Dcpdf_pageobject.cpp77 m_Top = pSrc->m_Top; in CopyData()
98 CFX_FloatRect rect(m_Left, m_Bottom, m_Right, m_Top); in GetBBox()
H A Dcpdf_imageobject.cpp59 m_Right = m_Top = 1.0f; in CalcBoundingBox()
60 m_Matrix.TransformRect(m_Left, m_Right, m_Top, m_Bottom); in CalcBoundingBox()
H A Dcpdf_shadingobject.cpp46 matrix.TransformRect(m_Left, m_Right, m_Top, m_Bottom); in Transform()
70 m_Top = rect.top; in CalcBoundingBox()
H A Dcpdf_textobject.cpp365 m_Top = max_y; in CalcPositionData()
366 matrix.TransformRect(m_Left, m_Right, m_Top, m_Bottom); in CalcPositionData()
371 m_Top += half_width; in CalcPositionData()
383 m_Top += dy; in SetPosition()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/pdfium/core/fxge/
H A Dcfx_glyphbitmap.h26 int top() const { return m_Top; } in top()
30 const int m_Top; variable
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/pdfium/core/fxge/
H A Dcfx_glyphbitmap.h24 int top() const { return m_Top; } in top()
28 const int m_Top; variable

123