Home
last modified time | relevance | path

Searched refs:m_NumCols (Results 1 – 11 of 11) sorted by relevance

/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/algo/structure/cd_utils/
H A DcuMatrix.cpp49 int NumCols = Max(m_NumCols, ColIndex+1); in BEGIN_SCOPE()
62 m_NumCols = NewMatrix.m_NumCols; in BEGIN_SCOPE()
69 NewMatrix.m_NumCols = 0; in BEGIN_SCOPE()
79 if ((NumRows < m_NumRows) || (NumCols < m_NumCols)) { in Shrink()
126 m_NumCols = NumCols; in Allocate()
151 m_NumCols = 0; in DeAllocate()
161 Allocate(Matrix.m_NumRows, Matrix.m_NumCols); in Copy()
162 memcpy(m_Array, Matrix.m_Array, m_NumRows*m_NumCols*sizeof(double)); in Copy()
163 memcpy(m_ColumnFlags, Matrix.m_ColumnFlags, m_NumCols*sizeof(bool)); in Copy()
174 if ((m_NumRows == Matrix.m_NumRows) && (m_NumCols == Matrix.m_NumCols)) { in SlowCopy()
[all …]
/dports/x11-toolkits/wxgtk28-contrib/wxGTK-2.8.12/src/html/
H A Dm_tables.cpp76 int m_NumCols, m_NumRows; member in wxHtmlTableCell
133 m_NumCols = m_NumRows = 0; in wxHtmlTableCell()
195 for (j = m_NumCols; j < cols; j++) in ReallocCols()
202 m_NumCols = cols; in ReallocCols()
212 if (m_NumCols == 0) in ReallocRows()
262 if (m_ActualCol > m_NumCols - 1) in AddCell()
374 for (int c = 0; c < m_NumCols; c++) in ComputeMinMaxWidths()
467 for (i = 0; i < m_NumCols; i++) in Layout()
479 for (i = 0; i < m_NumCols; i++) in Layout()
510 for (i = 0; i < m_NumCols; i++) in Layout()
[all …]
/dports/x11-toolkits/wxgtk28-contrib-common/wxGTK-2.8.12/src/html/
H A Dm_tables.cpp76 int m_NumCols, m_NumRows; member in wxHtmlTableCell
133 m_NumCols = m_NumRows = 0; in wxHtmlTableCell()
195 for (j = m_NumCols; j < cols; j++) in ReallocCols()
202 m_NumCols = cols; in ReallocCols()
212 if (m_NumCols == 0) in ReallocRows()
262 if (m_ActualCol > m_NumCols - 1) in AddCell()
374 for (int c = 0; c < m_NumCols; c++) in ComputeMinMaxWidths()
467 for (i = 0; i < m_NumCols; i++) in Layout()
479 for (i = 0; i < m_NumCols; i++) in Layout()
510 for (i = 0; i < m_NumCols; i++) in Layout()
[all …]
/dports/x11-toolkits/wxgtk28/wxGTK-2.8.12/src/html/
H A Dm_tables.cpp76 int m_NumCols, m_NumRows; member in wxHtmlTableCell
133 m_NumCols = m_NumRows = 0; in wxHtmlTableCell()
195 for (j = m_NumCols; j < cols; j++) in ReallocCols()
202 m_NumCols = cols; in ReallocCols()
212 if (m_NumCols == 0) in ReallocRows()
262 if (m_ActualCol > m_NumCols - 1) in AddCell()
374 for (int c = 0; c < m_NumCols; c++) in ComputeMinMaxWidths()
467 for (i = 0; i < m_NumCols; i++) in Layout()
479 for (i = 0; i < m_NumCols; i++) in Layout()
510 for (i = 0; i < m_NumCols; i++) in Layout()
[all …]
/dports/x11-toolkits/wxgtk28-common/wxGTK-2.8.12/src/html/
H A Dm_tables.cpp76 int m_NumCols, m_NumRows; member in wxHtmlTableCell
133 m_NumCols = m_NumRows = 0; in wxHtmlTableCell()
195 for (j = m_NumCols; j < cols; j++) in ReallocCols()
202 m_NumCols = cols; in ReallocCols()
212 if (m_NumCols == 0) in ReallocRows()
262 if (m_ActualCol > m_NumCols - 1) in AddCell()
374 for (int c = 0; c < m_NumCols; c++) in ComputeMinMaxWidths()
467 for (i = 0; i < m_NumCols; i++) in Layout()
479 for (i = 0; i < m_NumCols; i++) in Layout()
510 for (i = 0; i < m_NumCols; i++) in Layout()
[all …]
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/src/html/
H A Dm_tables.cpp196 for (j = m_NumCols; j < cols; j++) in ReallocCols()
203 m_NumCols = cols; in ReallocCols()
229 if (m_NumCols == 0) in ReallocRows()
273 } while ((m_ActualCol < m_NumCols) && in AddCell()
276 if (m_ActualCol > m_NumCols - 1) in AddCell()
383 for (int c = 0; c < m_NumCols; c++) in ComputeMinMaxWidths()
476 for (i = 0; i < m_NumCols; i++) in Layout()
488 for (i = 0; i < m_NumCols; i++) in Layout()
519 for (i = 0; i < m_NumCols; i++) in Layout()
551 for (i = 0; i < m_NumCols; i++) in Layout()
[all …]
/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/src/html/
H A Dm_tables.cpp199 for (j = m_NumCols; j < cols; j++) in ReallocCols()
206 m_NumCols = cols; in ReallocCols()
232 if (m_NumCols == 0) in ReallocRows()
276 } while ((m_ActualCol < m_NumCols) && in AddCell()
279 if (m_ActualCol > m_NumCols - 1) in AddCell()
386 for (int c = 0; c < m_NumCols; c++) in ComputeMinMaxWidths()
479 for (i = 0; i < m_NumCols; i++) in Layout()
491 for (i = 0; i < m_NumCols; i++) in Layout()
522 for (i = 0; i < m_NumCols; i++) in Layout()
554 for (i = 0; i < m_NumCols; i++) in Layout()
[all …]
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/src/html/
H A Dm_tables.cpp199 for (j = m_NumCols; j < cols; j++) in ReallocCols()
206 m_NumCols = cols; in ReallocCols()
232 if (m_NumCols == 0) in ReallocRows()
276 } while ((m_ActualCol < m_NumCols) && in AddCell()
279 if (m_ActualCol > m_NumCols - 1) in AddCell()
386 for (int c = 0; c < m_NumCols; c++) in ComputeMinMaxWidths()
479 for (i = 0; i < m_NumCols; i++) in Layout()
491 for (i = 0; i < m_NumCols; i++) in Layout()
522 for (i = 0; i < m_NumCols; i++) in Layout()
554 for (i = 0; i < m_NumCols; i++) in Layout()
[all …]
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/include/algo/structure/cd_utils/
H A DcuMatrix.hpp49 int m_NumRows, m_NumCols; member in AMatrix_base
55 m_NumCols = 0; in AMatrix_base()
81 NumCols = m_NumCols; in GetSize()
85 int GetNumCols() const {return(m_NumCols);} in GetNumCols()
93 if (ColIndex < m_NumCols) { in IsColSet()
118 assert((ColIndex >= 0) && (ColIndex < m_NumCols)); in Get()
143 if ((m_NumRows > RowIndex) && (m_NumCols > ColIndex)) return(true); in MakeSureArrayIsBigEnough()
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/algo/blast/api/
H A Dpssm_engine.cpp310 : m_NumCols(m.GetCols()) in SNcbiMatrix2DoubleMatrix()
323 for (size_t c = 0; c < m_NumCols; c++) { in ~SNcbiMatrix2DoubleMatrix()
336 size_t m_NumCols; member
/dports/biology/ncbi-blast+/ncbi-blast-2.12.0+-src/c++/src/algo/blast/api/
H A Dpssm_engine.cpp310 : m_NumCols(m.GetCols()) in SNcbiMatrix2DoubleMatrix()
323 for (size_t c = 0; c < m_NumCols; c++) { in ~SNcbiMatrix2DoubleMatrix()
336 size_t m_NumCols; member