Home
last modified time | relevance | path

Searched refs:iNewRows (Results 1 – 3 of 3) sorted by relevance

/dports/math/scilab/scilab-6.1.1/scilab/modules/ast/src/cpp/types/
H A Dsparse.cpp1114 int iNewRows = 0; in insert() local
1149 iNewRows = 1; in insert()
1546 int iNewRows = 0; in insert() local
1577 iNewRows = 1; in insert()
2055 int iNewRows = 1; in extract() local
2061 iNewRows = piCountDim[0]; in extract()
3445 int iNewRows = 0; in insert() local
3479 iNewRows = 1; in insert()
3605 int iNewRows = 0; in insert() local
3637 iNewRows = 1; in insert()
[all …]
/dports/science/mbdyn/mbdyn-1.7.3/libraries/libmbmath/
H A Dfullmh.cc176 if (iNewRows < 0 || iNewCols < 0) { in Resize()
181 integer iSize = iNewRows*iNewCols; in Resize()
203 CreateColRow(iNewRows, iNewCols); in Resize()
207 if (iNewRows != iNumRows || iNewCols != iNumCols) { in Resize()
208 CreateColRow(iNewRows, iNewCols); in Resize()
211 iNumRows = iNewRows; in Resize()
218 iNumRows = iNewRows; in Resize()
249 if (iNewRows != iNumRows || in Resize()
251 CreateColRow(iNewRows, iNewCols); in Resize()
253 iNumRows = iNewRows; in Resize()
[all …]
H A Dfullmh.h124 virtual void Resize(integer iNewRows, integer iNewCols);
134 void Attach(integer iNewRows, integer iNewCols,