Home
last modified time | relevance | path

Searched refs:colSize (Results 1 – 25 of 292) sorted by relevance

12345678910>>...12

/dports/devel/poco/poco-1.10.1-all/Data/ODBC/src/
H A DBinder.cpp105 SQLINTEGER colSize = 0; in bind() local
137 (SQLUINTEGER) colSize, in bind()
188 (SQLUINTEGER)colSize, in bind()
221 colSize, in bind()
254 colSize, in bind()
287 colSize, in bind()
319 colSize, in bind()
420 SQLINTEGER& colSize, in getColSizeAndPrecision() argument
468 if ((0 != colSize) && (actualSize > colSize)) in getColSizeAndPrecision()
476 colSize = 0; in getColSizeAndPrecision()
[all …]
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.debug/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/views/memory/renderings/
H A DUnsignedIntegerRendering.java75 switch (colSize) { in convertToBytes()
80 bytes = extractBytes(bytes, endianess, colSize); in convertToBytes()
88 bytes = extractBytes(bytes, endianess, colSize); in convertToBytes()
95 bytes = extractBytes(bytes, endianess, colSize); in convertToBytes()
102 bytes = extractBytes(bytes, endianess, colSize); in convertToBytes()
109 bytes = extractBytes(bytes, endianess, colSize); in convertToBytes()
200 if (colSize > bytes.length) { in extractBytes()
211 for (int i=0; i<colSize; i++) in extractBytes()
218 byte[] copy = new byte[colSize]; in extractBytes()
231 for (int i=colSize; i<bytes.length; i++) in extractBytes()
[all …]
H A DSignedIntegerRendering.java75 private byte[] convertToBytes(int colSize, String newValue, int endianess) in convertToBytes() argument
79 switch (colSize) { in convertToBytes()
118 if (fColSize != colSize) in convertToBytes()
120 fColSize = colSize; in convertToBytes()
122 fMax = fMax.pow(colSize*8-1); in convertToBytes()
131 bytes = RenderingsUtil.convertSignedBigIntToByteArray(i, endianess, colSize); in convertToBytes()
H A DFormatTableRenderingDialog.java213 int colSize = fColumnSizes[fColumnControl.getSelectionIndex()]; in createDialogArea() local
302 if (!isValid(rowSize, colSize)) in createPreviewPage()
310 if (colSize > rowSize) in createPreviewPage()
324 int numCol = rowSize/colSize; in createPreviewPage()
335 for (int j=0; j<colSize; j++) in createPreviewPage()
362 private boolean isValid(int rowSize, int colSize) in isValid() argument
364 if (rowSize % colSize != 0) in isValid()
367 if (colSize > rowSize) in isValid()
377 int colSize = fColumnSizes[fColumnControl.getSelectionIndex()]; in refreshPreviewPage() local
384 int colSize = fColumnSizes[fColumnControl.getSelectionIndex()]; in updateButtons() local
[all …]
/dports/math/latte-integrale/latte-version_1_7_6/code/latte/interpolation/
H A DPolynomialInterpolation.cpp18 colSize(degree + 1), in PolynomialInterpolation()
28 for(int col = 0; col <= colSize; ++col) in PolynomialInterpolation()
43 for(int i = 0; i <= colSize; ++i) in addMultRows()
65 for(int col = 0; col < colSize; ++col) in addPoint()
71 matrix[initCounter][colSize] = f; in addPoint()
188 answer[i] = matrix[i][colSize]; in getSolutionVector()
199 for(int col = 0; col <= colSize; ++col) in printMatrix()
213 for(int k = 0; k < colSize; ++k) in isSingular()
246 for(int i = 0; i <= colSize; ++i) in timesRow()
260 colSize = rhs.colSize; in operator =()
[all …]
/dports/math/scilab/scilab-6.1.1/scilab/modules/scicos/src/scicos_sundials/src/sundials/
H A Dsundials_direct.c114 long int j, colSize; in NewBandMat() local
128 colSize = smu + ml + 1; in NewBandMat()
150 A->cols[j] = A->data + j * colSize; in NewBandMat()
158 A->ldim = colSize; in NewBandMat()
159 A->ldata = N * colSize; in NewBandMat()
169 long int j, colSize; in newBandMat() local
183 colSize = smu + ml + 1; in newBandMat()
195 a[j] = a[0] + j * colSize; in newBandMat()
349 long int i, j, colSize; in SetToZero() local
370 colSize = A->mu + A->ml + 1; in SetToZero()
[all …]
/dports/math/casadi/casadi-3.5.5/external_packages/casadi-sundials/sundials/
H A Dsundials_direct.c94 long int j, colSize; in NewBandMat() local
102 colSize = smu + ml + 1; in NewBandMat()
118 for (j=0; j < N; j++) A->cols[j] = A->data + j * colSize; in NewBandMat()
125 A->ldim = colSize; in NewBandMat()
126 A->ldata = N * colSize; in NewBandMat()
136 long int j, colSize; in newBandMat() local
144 colSize = smu + ml + 1; in newBandMat()
152 for (j=1; j < n; j++) a[j] = a[0] + j * colSize; in newBandMat()
276 long int i, j, colSize; in SetToZero() local
293 colSize = A->mu + A->ml + 1; in SetToZero()
[all …]
/dports/math/stanmath/math-4.2.0/lib/sundials_5.7.0/src/sundials/
H A Dsundials_direct.c89 sunindextype j, colSize; in NewBandMat() local
97 colSize = smu + ml + 1; in NewBandMat()
113 for (j=0; j < N; j++) A->cols[j] = A->data + j * colSize; in NewBandMat()
120 A->ldim = colSize; in NewBandMat()
121 A->ldata = N * colSize; in NewBandMat()
131 sunindextype j, colSize; in newBandMat() local
139 colSize = smu + ml + 1; in newBandMat()
147 for (j=1; j < n; j++) a[j] = a[0] + j * colSize; in newBandMat()
271 sunindextype i, j, colSize; in SetToZero() local
288 colSize = A->mu + A->ml + 1; in SetToZero()
[all …]
/dports/devel/upp/upp/bazaar/plugin/sundials/src/sundials/
H A Dsundials_direct.c89 sunindextype j, colSize; in NewBandMat() local
97 colSize = smu + ml + 1; in NewBandMat()
113 for (j=0; j < N; j++) A->cols[j] = A->data + j * colSize; in NewBandMat()
120 A->ldim = colSize; in NewBandMat()
121 A->ldata = N * colSize; in NewBandMat()
131 sunindextype j, colSize; in newBandMat() local
139 colSize = smu + ml + 1; in newBandMat()
147 for (j=1; j < n; j++) a[j] = a[0] + j * colSize; in newBandMat()
271 sunindextype i, j, colSize; in SetToZero() local
288 colSize = A->mu + A->ml + 1; in SetToZero()
[all …]
/dports/science/cantera/cantera-2.5.1-611-gc4d6ecc15/ext/sundials/src/sundials/
H A Dsundials_direct.c89 sunindextype j, colSize; in NewBandMat() local
97 colSize = smu + ml + 1; in NewBandMat()
113 for (j=0; j < N; j++) A->cols[j] = A->data + j * colSize; in NewBandMat()
120 A->ldim = colSize; in NewBandMat()
121 A->ldata = N * colSize; in NewBandMat()
131 sunindextype j, colSize; in newBandMat() local
139 colSize = smu + ml + 1; in newBandMat()
147 for (j=1; j < n; j++) a[j] = a[0] + j * colSize; in newBandMat()
271 sunindextype i, j, colSize; in SetToZero() local
288 colSize = A->mu + A->ml + 1; in SetToZero()
[all …]
/dports/math/sundials/sundials-5.7.0/src/sundials/
H A Dsundials_direct.c89 sunindextype j, colSize; in NewBandMat() local
97 colSize = smu + ml + 1; in NewBandMat()
113 for (j=0; j < N; j++) A->cols[j] = A->data + j * colSize; in NewBandMat()
120 A->ldim = colSize; in NewBandMat()
121 A->ldata = N * colSize; in NewBandMat()
131 sunindextype j, colSize; in newBandMat() local
139 colSize = smu + ml + 1; in newBandMat()
147 for (j=1; j < n; j++) a[j] = a[0] + j * colSize; in newBandMat()
271 sunindextype i, j, colSize; in SetToZero() local
288 colSize = A->mu + A->ml + 1; in SetToZero()
[all …]
/dports/math/py-pystan/pystan-2.19.0.0/pystan/stan/lib/stan_math/lib/sundials_4.1.0/src/sundials/
H A Dsundials_direct.c89 sunindextype j, colSize; in NewBandMat() local
97 colSize = smu + ml + 1; in NewBandMat()
113 for (j=0; j < N; j++) A->cols[j] = A->data + j * colSize; in NewBandMat()
120 A->ldim = colSize; in NewBandMat()
121 A->ldata = N * colSize; in NewBandMat()
131 sunindextype j, colSize; in newBandMat() local
139 colSize = smu + ml + 1; in newBandMat()
147 for (j=1; j < n; j++) a[j] = a[0] + j * colSize; in newBandMat()
271 sunindextype i, j, colSize; in SetToZero() local
288 colSize = A->mu + A->ml + 1; in SetToZero()
[all …]
/dports/games/toycars/toycars-0.3.10/toycars/src/Scoobie/
H A DScImage.cpp62 colSize = new short [columns]; in ScImage()
72 calculateCellSizeAndTC(maxtexsize, imageWidth, colSize, colTC1, colTC2); in ScImage()
140 colSize[col]+2, in ScImage()
153 x += colSize[col]; in ScImage()
171 colSize[0]++; in ScImage()
172 colSize[columns-1]++; in ScImage()
196 if (colSize) delete [] colSize; in ~ScImage()
236 x2 = x1 + colSize[col]; in draw()
/dports/games/toycars/toycars-0.3.10/toycars_track_editor/src/Scoobie/
H A DScImage.cpp62 colSize = new short [columns]; in ScImage()
72 calculateCellSizeAndTC(maxtexsize, imageWidth, colSize, colTC1, colTC2); in ScImage()
140 colSize[col]+2, in ScImage()
153 x += colSize[col]; in ScImage()
171 colSize[0]++; in ScImage()
172 colSize[columns-1]++; in ScImage()
196 if (colSize) delete [] colSize; in ~ScImage()
236 x2 = x1 + colSize[col]; in draw()
/dports/games/toycars/toycars-0.3.10/toycars_vehicle_editor/src/Scoobie/
H A DScImage.cpp62 colSize = new short [columns]; in ScImage()
72 calculateCellSizeAndTC(maxtexsize, imageWidth, colSize, colTC1, colTC2); in ScImage()
140 colSize[col]+2, in ScImage()
153 x += colSize[col]; in ScImage()
171 colSize[0]++; in ScImage()
172 colSize[columns-1]++; in ScImage()
196 if (colSize) delete [] colSize; in ~ScImage()
236 x2 = x1 + colSize[col]; in draw()
/dports/science/simbody/simbody-Simbody-3.7/SimTKmath/Integrators/src/CPodes/sundials/src/sundials/
H A Dsundials_direct.c86 int j, colSize; in NewBandMat() local
94 colSize = smu + ml + 1; in NewBandMat()
96 A->data = (realtype *) malloc(N * colSize * sizeof(realtype)); in NewBandMat()
110 for (j=0; j < N; j++) A->cols[j] = A->data + j * colSize; in NewBandMat()
117 A->ldim = colSize; in NewBandMat()
118 A->ldata = N * colSize; in NewBandMat()
128 int j, colSize; in newBandMat() local
136 colSize = smu + ml + 1; in newBandMat()
138 a[0] = (realtype *) malloc(n * colSize * sizeof(realtype)); in newBandMat()
144 for (j=1; j < n; j++) a[j] = a[0] + j * colSize; in newBandMat()
/dports/www/kanboard/kanboard-1.2.21/vendor/symfony/console/Tests/
H A DTerminalTest.php19 private $colSize; variable in Symfony\\Component\\Console\\Tests\\TerminalTest
24 $this->colSize = getenv('COLUMNS');
30 putenv($this->colSize ? 'COLUMNS='.$this->colSize : 'COLUMNS');
/dports/games/trenchbroom/TrenchBroom-ed46601/common/src/View/
H A DKeyboardPreferencePane.cpp56 int colSize = width - m_grid->GetColSize(0) - m_grid->GetColSize(1); in OnGridSize() local
57 if (colSize < -1 || colSize == 0) in OnGridSize()
58 colSize = -1; in OnGridSize()
59 m_grid->SetColSize(2, colSize); in OnGridSize()
/dports/mail/phplist/phplist-3.6.6/public_html/lists/base/vendor/symfony/symfony/src/Symfony/Component/Console/Tests/
H A DTerminalTest.php19 private $colSize; variable in Symfony\\Component\\Console\\Tests\\TerminalTest
25 $this->colSize = getenv('COLUMNS');
33 putenv($this->colSize ? 'COLUMNS='.$this->colSize : 'COLUMNS');
/dports/www/elgg/elgg-3.3.23/vendor/symfony/console/Tests/
H A DTerminalTest.php19 private $colSize; variable in Symfony\\Component\\Console\\Tests\\TerminalTest
25 $this->colSize = getenv('COLUMNS');
33 putenv($this->colSize ? 'COLUMNS='.$this->colSize : 'COLUMNS');
/dports/finance/prestashop/prestashop/vendor/symfony/symfony/src/Symfony/Component/Console/Tests/
H A DTerminalTest.php19 private $colSize; variable in Symfony\\Component\\Console\\Tests\\TerminalTest
25 $this->colSize = getenv('COLUMNS');
33 putenv($this->colSize ? 'COLUMNS='.$this->colSize : 'COLUMNS');
/dports/math/stanmath/math-4.2.0/lib/sundials_5.7.0/src/sunmatrix/band/
H A Dsunmatrix_band.c63 sunindextype j, colSize; in SUNBandMatrixStorage() local
93 colSize = smu + ml + 1; in SUNBandMatrixStorage()
99 content->ldim = colSize; in SUNBandMatrixStorage()
100 content->ldata = N * colSize; in SUNBandMatrixStorage()
105 content->data = (realtype *) calloc(N * colSize, sizeof(realtype)); in SUNBandMatrixStorage()
110 for (j=0; j<N; j++) content->cols[j] = content->data + j * colSize; in SUNBandMatrixStorage()
290 sunindextype i, j, colSize, ml, mu, smu; in SUNMatCopy_Band() local
303 colSize = smu + ml + 1; in SUNMatCopy_Band()
307 SM_CONTENT_B(B)->ldim = colSize; in SUNMatCopy_Band()
308 SM_CONTENT_B(B)->ldata = SM_COLUMNS_B(B) * colSize; in SUNMatCopy_Band()
[all …]
/dports/devel/upp/upp/bazaar/plugin/sundials/src/sunmatrix/band/
H A Dsunmatrix_band.c63 sunindextype j, colSize; in SUNBandMatrixStorage() local
93 colSize = smu + ml + 1; in SUNBandMatrixStorage()
99 content->ldim = colSize; in SUNBandMatrixStorage()
100 content->ldata = N * colSize; in SUNBandMatrixStorage()
105 content->data = (realtype *) calloc(N * colSize, sizeof(realtype)); in SUNBandMatrixStorage()
110 for (j=0; j<N; j++) content->cols[j] = content->data + j * colSize; in SUNBandMatrixStorage()
290 sunindextype i, j, colSize, ml, mu, smu; in SUNMatCopy_Band() local
303 colSize = smu + ml + 1; in SUNMatCopy_Band()
307 SM_CONTENT_B(B)->ldim = colSize; in SUNMatCopy_Band()
308 SM_CONTENT_B(B)->ldata = SM_COLUMNS_B(B) * colSize; in SUNMatCopy_Band()
[all …]
/dports/science/cantera/cantera-2.5.1-611-gc4d6ecc15/ext/sundials/src/sunmatrix/band/
H A Dsunmatrix_band.c63 sunindextype j, colSize; in SUNBandMatrixStorage() local
93 colSize = smu + ml + 1; in SUNBandMatrixStorage()
99 content->ldim = colSize; in SUNBandMatrixStorage()
100 content->ldata = N * colSize; in SUNBandMatrixStorage()
105 content->data = (realtype *) calloc(N * colSize, sizeof(realtype)); in SUNBandMatrixStorage()
110 for (j=0; j<N; j++) content->cols[j] = content->data + j * colSize; in SUNBandMatrixStorage()
290 sunindextype i, j, colSize, ml, mu, smu; in SUNMatCopy_Band() local
303 colSize = smu + ml + 1; in SUNMatCopy_Band()
307 SM_CONTENT_B(B)->ldim = colSize; in SUNMatCopy_Band()
308 SM_CONTENT_B(B)->ldata = SM_COLUMNS_B(B) * colSize; in SUNMatCopy_Band()
[all …]
/dports/math/sundials/sundials-5.7.0/src/sunmatrix/band/
H A Dsunmatrix_band.c63 sunindextype j, colSize; in SUNBandMatrixStorage() local
93 colSize = smu + ml + 1; in SUNBandMatrixStorage()
99 content->ldim = colSize; in SUNBandMatrixStorage()
100 content->ldata = N * colSize; in SUNBandMatrixStorage()
105 content->data = (realtype *) calloc(N * colSize, sizeof(realtype)); in SUNBandMatrixStorage()
110 for (j=0; j<N; j++) content->cols[j] = content->data + j * colSize; in SUNBandMatrixStorage()
290 sunindextype i, j, colSize, ml, mu, smu; in SUNMatCopy_Band() local
303 colSize = smu + ml + 1; in SUNMatCopy_Band()
307 SM_CONTENT_B(B)->ldim = colSize; in SUNMatCopy_Band()
308 SM_CONTENT_B(B)->ldata = SM_COLUMNS_B(B) * colSize; in SUNMatCopy_Band()
[all …]

12345678910>>...12