Home
last modified time | relevance | path

Searched refs:colend (Results 1 – 25 of 237) sorted by relevance

12345678910

/dports/cad/scotch/scotch-6.0.4/src/esmumps/
H A Dsymbol_fax.c274 colend = permtax[vertend]; /* Get end column number */ in symbolFax()
284 if (*hashptr == colend) /* If end column in hash table */ in symbolFax()
287 *hashptr = colend; /* Set column in hash table */ in symbolFax()
288 sorttab[sortnbr ++] = colend; /* Add end column to sort array */ in symbolFax()
308 INT colend; /* Column number of current entry */ in symbolFax() local
310 colend = sorttab[sortnum]; in symbolFax()
319 if (rangtax[cblktmm] <= colend) in symbolFax()
326 bloktax[bloknum].frownum = colend; /* Set beginning of new block */ in symbolFax()
350 colend = sorttab[sortnum]; in symbolFax()
359 if (rangtax[cblktmm] <= colend) in symbolFax()
[all …]
/dports/graphics/netpbm/netpbm-10.91.01/analyzer/
H A Dpamslice.c101 unsigned int const colend, in printSlice() argument
113 colstart, rowstart, colend, rowend); in printSlice()
114 if (colend - colstart == 1) in printSlice()
128 for (col = colstart; col < colend; ++col) { in printSlice()
147 unsigned int colstart, colend, rowstart, rowend, planestart, planeend; in main() local
164 colend = colstart + 1; in main()
174 colend = inpam.width; in main()
193 rowstart, rowend, colstart, colend, planestart, planeend, in main()
/dports/multimedia/opentoonz/opentoonz-1.5.0/thirdparty/superlu/SuperLU_4.1/SRC/
H A Dsp_preorder.c87 ACstore->colend = (int*) SUPERLU_MALLOC(n*sizeof(int)); in sp_preorder()
88 if ( !(ACstore->colend) ) ABORT("SUPERLU_MALLOC fails for ACstore->colend"); in sp_preorder()
97 ACstore->colend[perm_c[i]] = Astore->colptr[i+1]; in sp_preorder()
140 sp_coletree(ACstore->colbeg, ACstore->colend, ACstore->rowind, in sp_preorder()
172 for (i = 0; i < n; ++i) iwork[post[i]] = ACstore->colend[i]; in sp_preorder()
173 for (i = 0; i < n; ++i) ACstore->colend[i] = iwork[i]; in sp_preorder()
/dports/math/geogram/geogram-1.7.7/src/lib/third_party/numerics/SUPERLU/
H A Dsp_preorder.c97 ACstore->colend = (int*) SUPERLU_MALLOC(n*sizeof(int)); in sp_preorder()
98 if ( !(ACstore->colend) ) ABORT("SUPERLU_MALLOC fails for ACstore->colend"); in sp_preorder()
107 ACstore->colend[perm_c[i]] = Astore->colptr[i+1]; in sp_preorder()
150 sp_coletree(ACstore->colbeg, ACstore->colend, ACstore->rowind, in sp_preorder()
182 for (i = 0; i < n; ++i) iwork[post[i]] = ACstore->colend[i]; in sp_preorder()
183 for (i = 0; i < n; ++i) ACstore->colend[i] = iwork[i]; in sp_preorder()
/dports/math/algae/algae-4.3.6/superlu/
H A Dsp_preorder.c79 ACstore->colend = (int*) SUPERLU_MALLOC(n*sizeof(int)); in sp_preorder()
80 if ( !(ACstore->colend) ) ABORT("SUPERLU_MALLOC fails for ACstore->colend"); in sp_preorder()
89 ACstore->colend[perm_c[i]] = Astore->colptr[i+1]; in sp_preorder()
132 sp_coletree(ACstore->colbeg, ACstore->colend, ACstore->rowind, in sp_preorder()
162 for (i = 0; i < n; ++i) iwork[post[i]] = ACstore->colend[i]; in sp_preorder()
163 for (i = 0; i < n; ++i) ACstore->colend[i] = iwork[i]; in sp_preorder()
/dports/science/apbs/apbs-pdb2pqr-apbs-1.5-102-g500c1473/apbs/externals/fetk/punc/src/superlu/
H A Dsp_preorder.c87 ACstore->colend = (int*) SUPERLU_MALLOC(n*sizeof(int)); in sp_preorder()
88 if ( !(ACstore->colend) ) ABORT("SUPERLU_MALLOC fails for ACstore->colend"); in sp_preorder()
97 ACstore->colend[perm_c[i]] = Astore->colptr[i+1]; in sp_preorder()
140 sp_coletree(ACstore->colbeg, ACstore->colend, ACstore->rowind, in sp_preorder()
172 for (i = 0; i < n; ++i) iwork[post[i]] = ACstore->colend[i]; in sp_preorder()
173 for (i = 0; i < n; ++i) ACstore->colend[i] = iwork[i]; in sp_preorder()
/dports/science/py-scipy/scipy-1.7.1/scipy/sparse/linalg/dsolve/SuperLU/SRC/
H A Dsp_preorder.c97 ACstore->colend = (int*) SUPERLU_MALLOC(n*sizeof(int)); in sp_preorder()
98 if ( !(ACstore->colend) ) ABORT("SUPERLU_MALLOC fails for ACstore->colend"); in sp_preorder()
107 ACstore->colend[perm_c[i]] = Astore->colptr[i+1]; in sp_preorder()
150 sp_coletree(ACstore->colbeg, ACstore->colend, ACstore->rowind, in sp_preorder()
182 for (i = 0; i < n; ++i) iwork[post[i]] = ACstore->colend[i]; in sp_preorder()
183 for (i = 0; i < n; ++i) ACstore->colend[i] = iwork[i]; in sp_preorder()
/dports/math/superlu/superlu-5.2.2/SRC/
H A Dsp_preorder.c97 ACstore->colend = (int*) SUPERLU_MALLOC(n*sizeof(int)); in sp_preorder()
98 if ( !(ACstore->colend) ) ABORT("SUPERLU_MALLOC fails for ACstore->colend"); in sp_preorder()
107 ACstore->colend[perm_c[i]] = Astore->colptr[i+1]; in sp_preorder()
150 sp_coletree(ACstore->colbeg, ACstore->colend, ACstore->rowind, in sp_preorder()
182 for (i = 0; i < n; ++i) iwork[post[i]] = ACstore->colend[i]; in sp_preorder()
183 for (i = 0; i < n; ++i) ACstore->colend[i] = iwork[i]; in sp_preorder()
/dports/science/liggghts/LIGGGHTS-PUBLIC-3.8.0-26-g6e873439/lib/hotint/HotInt_V1/SuperLU/
H A Dsp_preorder.c83 ACstore->colend = (int*) SUPERLU_MALLOC(n*sizeof(int)); in sp_preorder()
84 if ( !(ACstore->colend) ) ABORT("SUPERLU_MALLOC fails for ACstore->colend"); in sp_preorder()
93 ACstore->colend[perm_c[i]] = Astore->colptr[i+1]; in sp_preorder()
136 sp_coletree(ACstore->colbeg, ACstore->colend, ACstore->rowind, in sp_preorder()
168 for (i = 0; i < n; ++i) iwork[post[i]] = ACstore->colend[i]; in sp_preorder()
169 for (i = 0; i < n; ++i) ACstore->colend[i] = iwork[i]; in sp_preorder()
/dports/multimedia/opentoonz/opentoonz-1.5.0/thirdparty/superlu/SuperLU_4.1/TESTING/
H A Ddgst01.c64 int *colbeg, *colend; in dgst01() local
128 colend = intMalloc(n); in dgst01()
131 colend[perm_c[i]] = Astore->colptr[i+1]; in dgst01()
134 for (i = colbeg[k]; i < colend[k]; ++i) { in dgst01()
160 SUPERLU_FREE(colend); in dgst01()
H A Dsgst01.c64 int *colbeg, *colend; in sgst01() local
128 colend = intMalloc(n); in sgst01()
131 colend[perm_c[i]] = Astore->colptr[i+1]; in sgst01()
134 for (i = colbeg[k]; i < colend[k]; ++i) { in sgst01()
160 SUPERLU_FREE(colend); in sgst01()
H A Dcgst01.c64 int *colbeg, *colend; in cgst01() local
132 colend = intMalloc(n); in cgst01()
135 colend[perm_c[i]] = Astore->colptr[i+1]; in cgst01()
138 for (i = colbeg[k]; i < colend[k]; ++i) { in cgst01()
165 SUPERLU_FREE(colend); in cgst01()
H A Dzgst01.c64 int *colbeg, *colend; in zgst01() local
132 colend = intMalloc(n); in zgst01()
135 colend[perm_c[i]] = Astore->colptr[i+1]; in zgst01()
138 for (i = colbeg[k]; i < colend[k]; ++i) { in zgst01()
165 SUPERLU_FREE(colend); in zgst01()
/dports/math/superlu/superlu-5.2.2/TESTING/
H A Ddgst01.c74 int *colbeg, *colend; in dgst01() local
96 colend = intMalloc(n); in dgst01()
100 colend[perm_c[i]] = Astore->colptr[i+1]; in dgst01()
145 for (i = colbeg[k]; i < colend[k]; ++i) { in dgst01()
171 SUPERLU_FREE(colend); in dgst01()
H A Dsgst01.c74 int *colbeg, *colend; in sgst01() local
96 colend = intMalloc(n); in sgst01()
100 colend[perm_c[i]] = Astore->colptr[i+1]; in sgst01()
145 for (i = colbeg[k]; i < colend[k]; ++i) { in sgst01()
171 SUPERLU_FREE(colend); in sgst01()
H A Dzgst01.c74 int *colbeg, *colend; in zgst01() local
96 colend = intMalloc(n); in zgst01()
100 colend[perm_c[i]] = Astore->colptr[i+1]; in zgst01()
149 for (i = colbeg[k]; i < colend[k]; ++i) { in zgst01()
176 SUPERLU_FREE(colend); in zgst01()
H A Dcgst01.c74 int *colbeg, *colend; in cgst01() local
96 colend = intMalloc(n); in cgst01()
100 colend[perm_c[i]] = Astore->colptr[i+1]; in cgst01()
149 for (i = colbeg[k]; i < colend[k]; ++i) { in cgst01()
176 SUPERLU_FREE(colend); in cgst01()
/dports/math/octave/octave-6.4.0/liboctave/operators/
H A DSparse-diag-op-defs.h54 const octave_idx_type colend = a.cidx (j+1); in do_mul_dm_sm() local
55 for (octave_idx_type k = a.cidx (j); k < colend; k++) in do_mul_dm_sm()
89 const octave_idx_type colend = a.cidx (j+1); in do_mul_sm_dm() local
91 for (octave_idx_type k = a.cidx (j); k < colend; ++k) in do_mul_sm_dm()
132 const octave_idx_type colend = a.cidx (j+1); in inner_do_add_sm_dm() local
136 for (k_split = k_src; k_split < colend; k_split++) in inner_do_add_sm_dm()
146 if (k_src < colend && a.ridx (k_src) == j) in inner_do_add_sm_dm()
159 for (; k_src < colend; k_src++, k++) in inner_do_add_sm_dm()
/dports/math/SCIP/scip-7.0.3/src/scip/
H A Dpresol_dualagg.c84 int* colend; in getUplockRowIdx() local
93 colend = colpnt + SCIPmatrixGetColNNonzs(matrix, aggvaridx); in getUplockRowIdx()
98 for(; (colpnt < colend); colpnt++, valpnt++) in getUplockRowIdx()
114 assert(colpnt < colend); in getUplockRowIdx()
115 for(colpnt++, valpnt++; (colpnt < colend); colpnt++, valpnt++) in getUplockRowIdx()
132 int* colend; in getDownlockRowIdx() local
141 colend = colpnt + SCIPmatrixGetColNNonzs(matrix, aggvaridx); in getDownlockRowIdx()
146 for(; (colpnt < colend); colpnt++, valpnt++) in getDownlockRowIdx()
162 assert(colpnt < colend); in getDownlockRowIdx()
163 for(colpnt++, valpnt++; (colpnt < colend); colpnt++, valpnt++) in getDownlockRowIdx()
/dports/devel/py-pyparsing/pyparsing-3.0.6/examples/
H A DparseTabularData.py28 def tableValue(expr, colstart, colend): argument
33 mustMatchCols(colstart, colend), message="text not in expected columns"
40 mustMatchCols(colstart, colend), message="text not in expected columns"
/dports/devel/py-pyparsing2/pyparsing-2.4.7/examples/
H A DparseTabularData.py27 def tableValue(expr, colstart, colend): argument
30 return Optional(expr.copy().addCondition(mustMatchCols(colstart,colend),
34 return Optional(expr.copy().addCondition(mustMatchCols(colstart,colend),
/dports/math/octave/octave-6.4.0/libinterp/corefcn/
H A Dcolamd.cc158 octave_idx_type *colend, octave_idx_type *parent, in coletree() argument
170 for (octave_idx_type p = colbeg[col]; p < colend[col]; p++) in coletree()
186 for (octave_idx_type p = colbeg[col]; p < colend[col]; p++) in coletree()
400 OCTAVE_LOCAL_BUFFER (octave_idx_type, colend, n_col + 1);
406 colend[i] = cidx[p[i]+1];
409 coletree (ridx, colbeg, colend, etree, n_row, n_col);
727 OCTAVE_LOCAL_BUFFER (octave_idx_type, colend, n_col);
732 colend[i] = cidx[i+1];
735 coletree (ridx, colbeg, colend, etree, n_row, n_col);
/dports/mail/claws-mail-perl/claws-mail-3.18.0/src/gtk/
H A Ddescription_window.c114 gint colend = j+1; in description_create() local
116 while ((colend < dwindow->columns) && in description_create()
117 (dwindow->symbol_table[i+colend] == NULL)) { in description_create()
118 colend++; in description_create()
127 col, colend, line, line+1, in description_create()
/dports/mail/claws-mail-pgp/claws-mail-3.18.0/src/gtk/
H A Ddescription_window.c114 gint colend = j+1; in description_create() local
116 while ((colend < dwindow->columns) && in description_create()
117 (dwindow->symbol_table[i+colend] == NULL)) { in description_create()
118 colend++; in description_create()
127 col, colend, line, line+1, in description_create()
/dports/mail/claws-mail-spamassassin/claws-mail-3.18.0/src/gtk/
H A Ddescription_window.c114 gint colend = j+1; in description_create() local
116 while ((colend < dwindow->columns) && in description_create()
117 (dwindow->symbol_table[i+colend] == NULL)) { in description_create()
118 colend++; in description_create()
127 col, colend, line, line+1, in description_create()

12345678910