Home
last modified time | relevance | path

Searched refs:nmoved (Results 1 – 25 of 87) sorted by relevance

1234

/dports/astro/pykep/pykep-2.6/src/third_party/cspice/
H A Ddasudc.c30 integer nmoved, clsize; in dasudc_() local
404 nmoved = 0; in dasudc_()
406 while(nmoved < numchr && ! failed_()) { in dasudc_()
416 i__1 = numchr - nmoved, i__2 = *epos - chr + 1; in dasudc_()
424 nmoved += nmove; in dasudc_()
448 nmoved = 0; in dasudc_()
450 while(nmoved < numchr && ! failed_()) { in dasudc_()
460 i__1 = numchr - nmoved, i__2 = *epos - chr + 1; in dasudc_()
465 nmoved += nmove; in dasudc_()
H A Ddasrdc.c32 integer nmoved, clsize; in dasrdc_() local
396 nmoved = 0; in dasrdc_()
398 while(nmoved < numchr) { in dasrdc_()
411 i__1 = numchr - nmoved, i__2 = *epos - chr + 1; in dasrdc_()
416 nmoved += nmove; in dasrdc_()
445 nmoved = 0; in dasrdc_()
447 while(nmoved < numchr && ! failed_()) { in dasrdc_()
457 i__1 = numchr - nmoved, i__2 = *epos - chr + 1; in dasrdc_()
462 nmoved += nmove; in dasrdc_()
H A Ddasadc.c39 integer lastrc[3], clsize, nmoved; in dasadc_() local
467 nmoved = 0; in dasadc_()
469 while(nmoved < numchr) { in dasadc_()
479 i__1 = numchr - nmoved, i__2 = *epos - chr + 1; in dasadc_()
484 nmoved += nmove; in dasadc_()
/dports/astro/py-pykep/pykep-2.6/src/third_party/cspice/
H A Ddasudc.c30 integer nmoved, clsize; in dasudc_() local
404 nmoved = 0; in dasudc_()
406 while(nmoved < numchr && ! failed_()) { in dasudc_()
416 i__1 = numchr - nmoved, i__2 = *epos - chr + 1; in dasudc_()
424 nmoved += nmove; in dasudc_()
448 nmoved = 0; in dasudc_()
450 while(nmoved < numchr && ! failed_()) { in dasudc_()
460 i__1 = numchr - nmoved, i__2 = *epos - chr + 1; in dasudc_()
465 nmoved += nmove; in dasudc_()
H A Ddasrdc.c32 integer nmoved, clsize; in dasrdc_() local
396 nmoved = 0; in dasrdc_()
398 while(nmoved < numchr) { in dasrdc_()
411 i__1 = numchr - nmoved, i__2 = *epos - chr + 1; in dasrdc_()
416 nmoved += nmove; in dasrdc_()
445 nmoved = 0; in dasrdc_()
447 while(nmoved < numchr && ! failed_()) { in dasrdc_()
457 i__1 = numchr - nmoved, i__2 = *epos - chr + 1; in dasrdc_()
462 nmoved += nmove; in dasrdc_()
H A Ddasadc.c39 integer lastrc[3], clsize, nmoved; in dasadc_() local
467 nmoved = 0; in dasadc_()
469 while(nmoved < numchr) { in dasadc_()
479 i__1 = numchr - nmoved, i__2 = *epos - chr + 1; in dasadc_()
484 nmoved += nmove; in dasadc_()
/dports/science/nwchem/nwchem-7b21660b82ebd85ef659f6fba7e1e73433b0bd0a/src/nwdft/grid/
H A Dgrid_balance.F23 integer tmp, i, j, p, q, test, nexch, nmoved, npass
51 nmoved= 0
169 nmoved = nmoved + tmp
175 nmoved = nmoved + tmp
196 write(LuOut,21) nexch, nmoved, used
/dports/science/nwchem-data/nwchem-7.0.2-release/src/ddscf/
H A Dint2e_balance.F19 integer tmp, i, j, p, q, test, nexch, nmoved, npass
50 nmoved= 0
167 nmoved = nmoved + tmp
173 nmoved = nmoved + tmp
193 write(6,21) nexch, nmoved, used
/dports/science/nwchem-data/nwchem-7.0.2-release/src/nwdft/grid/
H A Dgrid_balance.F23 integer tmp, i, j, p, q, test, nexch, nmoved, npass
51 nmoved= 0
169 nmoved = nmoved + tmp
175 nmoved = nmoved + tmp
196 write(LuOut,21) nexch, nmoved, used
/dports/science/nwchem/nwchem-7b21660b82ebd85ef659f6fba7e1e73433b0bd0a/src/ddscf/
H A Dint2e_balance.F19 integer tmp, i, j, p, q, test, nexch, nmoved, npass
50 nmoved= 0
167 nmoved = nmoved + tmp
173 nmoved = nmoved + tmp
193 write(6,21) nexch, nmoved, used
/dports/math/reduce/Reduce-svn5758-src/csl/cslbase/
H A Dfixafm.cpp51 static int nmoved = 0;
101 nmoved = 0;
124 { std::strcpy(movedname[nmoved], name);
125 movedwidth[nmoved] = width;
126 nmoved++;
180 code-0x108000 < nmoved &&
H A Dmathtables.cpp47 static int nmoved = 0; variable
123 code-0x108000 < nmoved && in main()
/dports/math/parmetis/parmetis-4.0.3/libparmetis/
H A Dstat.c135 idx_t i, j, ncon, nmoved, maxin, maxout, nparts; in PrintPostPartInfo() local
152 Mc_ComputeMoveStatistics(ctrl, graph, &nmoved, &maxin, &maxout); in PrintPostPartInfo()
154 nmoved, maxin, maxout, maxin+maxout); in PrintPostPartInfo()
167 void ComputeMoveStatistics(ctrl_t *ctrl, graph_t *graph, idx_t *nmoved, idx_t *maxin, idx_t *maxout) in ComputeMoveStatistics() argument
190 *nmoved = GlobalSESum(ctrl, j); in ComputeMoveStatistics()
/dports/math/libmesh/libmesh-1.6.2/contrib/parmetis/libparmetis/
H A Dstat.c135 idx_t i, j, ncon, nmoved, maxin, maxout, nparts; in PrintPostPartInfo() local
152 Mc_ComputeMoveStatistics(ctrl, graph, &nmoved, &maxin, &maxout); in PrintPostPartInfo()
154 nmoved, maxin, maxout, maxin+maxout); in PrintPostPartInfo()
167 void ComputeMoveStatistics(ctrl_t *ctrl, graph_t *graph, idx_t *nmoved, idx_t *maxin, idx_t *maxout) in ComputeMoveStatistics() argument
190 *nmoved = GlobalSESum(ctrl, j); in ComputeMoveStatistics()
/dports/math/reduce/Reduce-svn5758-src/csl/cslbase/wxfonts/
H A Dfixafm.c67 static int nmoved = 0; variable
197 nmoved = 0; in main()
218 { strcpy(movedname[nmoved], name); in main()
219 movedwidth[nmoved] = width; in main()
220 nmoved++; in main()
261 code-0x108000 < nmoved && in main()
H A Dfixafm.cpp69 static int nmoved = 0; variable
193 nmoved = 0; in main()
214 { strcpy(movedname[nmoved], name); in main()
215 movedwidth[nmoved] = width; in main()
216 nmoved++; in main()
257 code-0x108000 < nmoved && in main()
H A Dmathtables.c46 static int nmoved = 0; variable
123 code-0x108000 < nmoved && in main()
H A Dmathtables.cpp48 static int nmoved = 0; variable
123 code-0x108000 < nmoved && in main()
/dports/mail/elm/elm2.5.8/src/
H A Dsndattach.c1118 int nmoved, i, j; local
1124 nmoved = 0;
1154 for (j = i ; j < sel+nmoved ; ++j) {
1158 at_attachmenu_list[sel+nmoved].att = tmp_att.att;
1159 at_attachmenu_list[sel+nmoved].flags = tmp_att.flags;
1162 ++nmoved;
1181 for (i = sel+nmoved+1 ; i < at_attachmenu_count ; ++i) {
1188 for (j = i ; j > sel+nmoved+1 ; --j) {
1192 at_attachmenu_list[sel+nmoved+1].att = tmp_att.att;
1193 at_attachmenu_list[sel+nmoved+1].flags = tmp_att.flags;
[all …]
/dports/math/spooles/spooles.2.2/MPI/src/
H A DsplitDenseMtx.c45 nmoved, nowned, nproc, nrecv, nrow, nsend, tagbound, in DenseMtx_MPI_splitByRows() local
255 for ( ii = head[myid], nmoved = 0 ; ii != -1 ; ii = link[ii] ) { in DenseMtx_MPI_splitByRows()
256 DenseMtx_copyRowAndIndex(keepmtx, nmoved, mtx, ii) ; in DenseMtx_MPI_splitByRows()
257 nmoved++ ; in DenseMtx_MPI_splitByRows()
259 if ( nmoved > 0 ) { in DenseMtx_MPI_splitByRows()
297 for ( ii = head[right], nmoved = 0 ; ii != -1 ; ii = link[ii] ) { in DenseMtx_MPI_splitByRows()
298 DenseMtx_copyRowAndIndex(outmtx, nmoved, mtx, ii) ; in DenseMtx_MPI_splitByRows()
299 nmoved++ ; in DenseMtx_MPI_splitByRows()
/dports/math/spooles-mpich/spooles.2.2/MPI/src/
H A DsplitDenseMtx.c45 nmoved, nowned, nproc, nrecv, nrow, nsend, tagbound, in DenseMtx_MPI_splitByRows() local
255 for ( ii = head[myid], nmoved = 0 ; ii != -1 ; ii = link[ii] ) { in DenseMtx_MPI_splitByRows()
256 DenseMtx_copyRowAndIndex(keepmtx, nmoved, mtx, ii) ; in DenseMtx_MPI_splitByRows()
257 nmoved++ ; in DenseMtx_MPI_splitByRows()
259 if ( nmoved > 0 ) { in DenseMtx_MPI_splitByRows()
297 for ( ii = head[right], nmoved = 0 ; ii != -1 ; ii = link[ii] ) { in DenseMtx_MPI_splitByRows()
298 DenseMtx_copyRowAndIndex(outmtx, nmoved, mtx, ii) ; in DenseMtx_MPI_splitByRows()
299 nmoved++ ; in DenseMtx_MPI_splitByRows()
/dports/math/spooles-mpich/spooles.2.2_SHARED/MPI/src/
H A DsplitDenseMtx.c45 nmoved, nowned, nproc, nrecv, nrow, nsend, tagbound, in DenseMtx_MPI_splitByRows() local
255 for ( ii = head[myid], nmoved = 0 ; ii != -1 ; ii = link[ii] ) { in DenseMtx_MPI_splitByRows()
256 DenseMtx_copyRowAndIndex(keepmtx, nmoved, mtx, ii) ; in DenseMtx_MPI_splitByRows()
257 nmoved++ ; in DenseMtx_MPI_splitByRows()
259 if ( nmoved > 0 ) { in DenseMtx_MPI_splitByRows()
297 for ( ii = head[right], nmoved = 0 ; ii != -1 ; ii = link[ii] ) { in DenseMtx_MPI_splitByRows()
298 DenseMtx_copyRowAndIndex(outmtx, nmoved, mtx, ii) ; in DenseMtx_MPI_splitByRows()
299 nmoved++ ; in DenseMtx_MPI_splitByRows()
/dports/math/spooles/spooles.2.2_SHARED/MPI/src/
H A DsplitDenseMtx.c45 nmoved, nowned, nproc, nrecv, nrow, nsend, tagbound, in DenseMtx_MPI_splitByRows() local
255 for ( ii = head[myid], nmoved = 0 ; ii != -1 ; ii = link[ii] ) { in DenseMtx_MPI_splitByRows()
256 DenseMtx_copyRowAndIndex(keepmtx, nmoved, mtx, ii) ; in DenseMtx_MPI_splitByRows()
257 nmoved++ ; in DenseMtx_MPI_splitByRows()
259 if ( nmoved > 0 ) { in DenseMtx_MPI_splitByRows()
297 for ( ii = head[right], nmoved = 0 ; ii != -1 ; ii = link[ii] ) { in DenseMtx_MPI_splitByRows()
298 DenseMtx_copyRowAndIndex(outmtx, nmoved, mtx, ii) ; in DenseMtx_MPI_splitByRows()
299 nmoved++ ; in DenseMtx_MPI_splitByRows()
/dports/graphics/mirtk/MIRTK-2.0.0-122-g38210fa/Applications/src/
H A Doffset-surface.cc365 int subId, nmoved = 0; in main() local
415 ++nmoved; in main()
420 ++nmoved; in main()
425 cout << "Modified " << nmoved << " point" << (nmoved == 1 ? "" : "s") << endl; in main()
/dports/math/dune-uggrid/dune-uggrid-bc2d1229420367563410ce9e519f5ff82b45266f/dune/uggrid/gm/
H A Dmgio.cc1237 pr->nmoved = MGIO_ECTRL_NM(ctrl); in Read_Refinement()
1239 if (pr->nnewcorners+pr->nmoved>0) in Read_Refinement()
1240 …if (Bio_Read_mint(pr->nnewcorners+pr->nmoved,intList)) assert(0); /*return (1);*/ in Read_Refinement()
1244 for (j=0; j<pr->nmoved; j++) in Read_Refinement()
1246 if (pr->nmoved>0) in Read_Refinement()
1248 … if (Bio_Read_mdouble(MGIO_DIM*pr->nmoved,doubleList)) assert(0); /*return (1);*/ in Read_Refinement()
1250 for (j=0; j<pr->nmoved; j++) in Read_Refinement()
1369 … intList[s++] = MGIO_ECTRL(pr->refrule+1,pr->nnewcorners,pr->nmoved,pr->refclass,pr->orphanid_ex); in Write_Refinement()
1373 intList[s++] = MGIO_ECTRL(pr->refrule+1,pr->nnewcorners,pr->nmoved,pr->refclass,0); in Write_Refinement()
1380 for (j=0; j<pr->nmoved; j++) in Write_Refinement()
[all …]

1234