Home
last modified time | relevance | path

Searched refs:cpvec (Results 1 – 25 of 35) sorted by relevance

12

/dports/math/chaco/Chaco-2.2/code/eigen/
H A Dget_ritzvals.c45 void cpvec(); /* vector copy */
69 cpvec(ritz_sav, 1, j, alpha);
70 cpvec(workj, 0, j, beta);
86 cpvec(ritz, 1, j, alpha);
87 cpvec(workj, 0, j, beta);
102 cpvec(ritz, 1, j, alpha);
103 cpvec(workj, 0, j, beta);
H A DTevec.c62 void cpvec(); /* vector copy routine */
91 cpvec(&(work[6*j]),1,j,s);
127 cpvec(s,1,j,&(work[6*j]));
H A Dcheckeig_ext.c33 void cpvec(); /* vector copy */
37 cpvec(work, 1, n, gvec); /* only need if going to re-use gvec */
H A Dget_extval.c34 void tri_solve(), cpvec();
42 cpvec(v, 1, j, s);
H A Dlanczos_ext.c113 void cpvec(); /* copy a vector */
182 cpvec(r, 1, n, gvec);
/dports/games/dungeon/dungeon-3.2_1/
H A DDSO7.C111 dgm[i - 1] = pict[puzzle_1.cpvec[st + j - 1] + 3];
122 if (puzzle_1.cpvec[st + k - 1] != 0 && puzzle_1.cpvec[st + l - 1] !=
156 if (puzzle_1.cpvec[st] == -2) {
160 if (puzzle_1.cpvec[st - 2] == -3) {
H A DDVERB2.C46 do_uio(64, &puzzle_1.cpvec[0], sizeof(integer)); in savegm_()
138 do_uio(64, &puzzle_1.cpvec[0], sizeof(integer)); in rstrgm_()
633 if (puzzle_1.cpvec[findex_1.cphere] != -2) {
673 if ((abs(j) == 1 || abs(j) == 8 || (puzzle_1.cpvec[findex_1.cphere + k -
674 1] == 0 || puzzle_1.cpvec[nxt - k - 1] == 0)) && puzzle_1.cpvec[
H A DNOBJS.C402 wl = puzzle_1.cpvec[nxt - 1];
419 if (puzzle_1.cpvec[nxt + j - 1] == 0) {
436 puzzle_1.cpvec[nxt + j - 1] = wl;
438 puzzle_1.cpvec[nxt - 1] = 0;
H A DGDT.C764 printf("%3d", puzzle_1.cpvec[j - 1]); in gdt_()
778 printf("Old= %6d New= ", puzzle_1.cpvec[j - 1]); in gdt_()
783 sscanf(buf, "%d", &puzzle_1.cpvec[j - 1]); in gdt_()
/dports/graphics/graphviz/graphviz-2.44.1/lib/topfish/
H A Drescale_layout.c220 cpvec(copy_coords, 0, n - 1, x_coords); in rescaleLayout()
231 cpvec(copy_coords, 0, n - 1, y_coords); in rescaleLayout()
342 cpvec(orig_distances, 0, n - 1, distances); in rescale_layout_polarFocus()
460 cpvec(cp_x_coords, 0, n - 1, x_coords); in rescale_layout_polar()
461 cpvec(cp_y_coords, 0, n - 1, y_coords); in rescale_layout_polar()
467 cpvec(x_coords, 0, n - 1, final_x_coords); in rescale_layout_polar()
468 cpvec(y_coords, 0, n - 1, final_y_coords); in rescale_layout_polar()
/dports/graphics/graphviz/graphviz-2.44.1/lib/neatogen/
H A Dsmart_ini_x.c110 cpvec(last_vec,0,n-1,curr_vector); in power_iteration_orthog()
113 cpvec(curr_vector,0,n-1,tmp_vec); in power_iteration_orthog()
168 cpvec(tmp_vec,0,n-1,eigs[i]); in power_iteration_orthog()
169 cpvec(eigs[i],0,n-1,eigs[largest_index]); in power_iteration_orthog()
170 cpvec(eigs[largest_index],0,n-1,tmp_vec); in power_iteration_orthog()
H A Dmatrix_ops.c68 cpvec(last_vec, 0, n - 1, curr_vector); in power_iteration()
72 cpvec(curr_vector, 0, n - 1, tmp_vec); in power_iteration()
124 cpvec(tmp_vec, 0, n - 1, eigs[i]); in power_iteration()
125 cpvec(eigs[i], 0, n - 1, eigs[largest_index]); in power_iteration()
126 cpvec(eigs[largest_index], 0, n - 1, tmp_vec); in power_iteration()
258 void cpvec(double *copy, int beg, int end, double *vec) in cpvec() function
H A Dmatrix_ops.h25 extern void cpvec(double *, int, int, double *);
/dports/math/parmetis/parmetis-4.0.3/metis/libmetis/
H A Dcontig.c341 idx_t *cptr, *cind, *cpvec, *pcptr, *pcind, *cwhere; in EliminateComponents() local
376 cpvec = iwspacemalloc(ctrl, nparts); in EliminateComponents()
444 iset(nparts, 0, cpvec); in EliminateComponents()
449 cpvec[cwhere[adjncy[jj]]] += (adjwgt ? adjwgt[jj] : 1); in EliminateComponents()
454 if (cpvec[j] > 0) { in EliminateComponents()
455 cand[ncand].key = cpvec[j]; in EliminateComponents()
486 … printf("\tMoving it to %"PRIDX" [%"PRIDX"] [%"PRIDX"]\n", target, cpvec[target], ncand)); in EliminateComponents()
/dports/math/py-PyMetis/PyMetis-2020.1/src/metis/libmetis/
H A Dcontig.c341 idx_t *cptr, *cind, *cpvec, *pcptr, *pcind, *cwhere;
376 cpvec = iwspacemalloc(ctrl, nparts);
444 iset(nparts, 0, cpvec);
449 cpvec[cwhere[adjncy[jj]]] += (adjwgt ? adjwgt[jj] : 1);
454 if (cpvec[j] > 0) {
455 cand[ncand].key = cpvec[j];
486 … printf("\tMoving it to %"PRIDX" [%"PRIDX"] [%"PRIDX"]\n", target, cpvec[target], ncand));
/dports/cad/gmsh/gmsh-4.9.2-source/contrib/metis/libmetis/
H A Dcontig.c341 idx_t *cptr, *cind, *cpvec, *pcptr, *pcind, *cwhere; in EliminateComponents() local
376 cpvec = iwspacemalloc(ctrl, nparts); in EliminateComponents()
444 iset(nparts, 0, cpvec); in EliminateComponents()
449 cpvec[cwhere[adjncy[jj]]] += (adjwgt ? adjwgt[jj] : 1); in EliminateComponents()
454 if (cpvec[j] > 0) { in EliminateComponents()
455 cand[ncand].key = cpvec[j]; in EliminateComponents()
486 … printf("\tMoving it to %"PRIDX" [%"PRIDX"] [%"PRIDX"]\n", target, cpvec[target], ncand)); in EliminateComponents()
/dports/math/libmesh/libmesh-1.6.2/contrib/metis/libmetis/
H A Dcontig.c341 idx_t *cptr, *cind, *cpvec, *pcptr, *pcind, *cwhere; in EliminateComponents() local
376 cpvec = iwspacemalloc(ctrl, nparts); in EliminateComponents()
444 iset(nparts, 0, cpvec); in EliminateComponents()
449 cpvec[cwhere[adjncy[jj]]] += (adjwgt ? adjwgt[jj] : 1); in EliminateComponents()
454 if (cpvec[j] > 0) { in EliminateComponents()
455 cand[ncand].key = cpvec[j]; in EliminateComponents()
486 … printf("\tMoving it to %"PRIDX" [%"PRIDX"] [%"PRIDX"]\n", target, cpvec[target], ncand)); in EliminateComponents()
/dports/science/octopus/octopus-10.5/external_libs/metis-5.1/libmetis/
H A Dcontig.c340 idx_t *cptr, *cind, *cpvec, *pcptr, *pcind, *cwhere; in EliminateComponents() local
375 cpvec = iwspacemalloc(ctrl, nparts); in EliminateComponents()
443 iset(nparts, 0, cpvec); in EliminateComponents()
448 cpvec[cwhere[adjncy[jj]]] += (adjwgt ? adjwgt[jj] : 1); in EliminateComponents()
453 if (cpvec[j] > 0) { in EliminateComponents()
454 cand[ncand].key = cpvec[j]; in EliminateComponents()
485 … printf("\tMoving it to %"PRIDX" [%"PRIDX"] [%"PRIDX"]\n", target, cpvec[target], ncand)); in EliminateComponents()
/dports/math/metis/metis-5.1.0/libmetis/
H A Dcontig.c341 idx_t *cptr, *cind, *cpvec, *pcptr, *pcind, *cwhere; in EliminateComponents() local
376 cpvec = iwspacemalloc(ctrl, nparts); in EliminateComponents()
444 iset(nparts, 0, cpvec); in EliminateComponents()
449 cpvec[cwhere[adjncy[jj]]] += (adjwgt ? adjwgt[jj] : 1); in EliminateComponents()
454 if (cpvec[j] > 0) { in EliminateComponents()
455 cand[ncand].key = cpvec[j]; in EliminateComponents()
486 … printf("\tMoving it to %"PRIDX" [%"PRIDX"] [%"PRIDX"]\n", target, cpvec[target], ncand)); in EliminateComponents()
/dports/games/dungeon/dungeon-3.2_1/dungeon-gdt/
H A Dgdt.c797 #define PUZZLE_SIZE (sizeof(puzzle_1.cpvec) / sizeof(puzzle_1.cpvec[0])) in gdt_()
805 puzzle_1.cpvec[i + j]); in gdt_()
818 puzzle_1.cpvec[arg1 - 1]); in gdt_()
822 puzzle_1.cpvec[arg1 - 1] = arg2; in gdt_()
H A Dsubr.c2037 s_copy(dgm + ((i__ - 1) << 1), pict + ((puzzle_1.cpvec[*st + j - 1] + in cpinfo_()
2049 if (puzzle_1.cpvec[*st + k - 1] != 0 && puzzle_1.cpvec[*st + l - 1] != in cpinfo_()
2082 if (puzzle_1.cpvec[*st] == -2) { in cpinfo_()
2086 if (puzzle_1.cpvec[*st - 2] == -3) { in cpinfo_()
/dports/math/chaco/Chaco-2.2/code/util/
H A Dcpvec.c6 void cpvec(copy, beg, end, vec) in cpvec() function
/dports/math/ipopt/Ipopt-3.12.13/ThirdParty/Metis/metis-4.0/Lib/
H A Dsubdomains.c1052 idxtype *cpvec, *touched, *perm, *todo, *cind, *cptr, *npcmps; in EliminateComponents() local
1069 cpvec = idxwspacemalloc(ctrl, nparts); in EliminateComponents()
1130 idxset(nparts, 0, cpvec); in EliminateComponents()
1134 cpvec[where[adjncy[jj]]] += adjwgt[jj]; in EliminateComponents()
1136 cpvec[me] = 0; in EliminateComponents()
1140 if (cpvec[j] > 0 && (cwgt < deltawgt || pwgts[j] + cwgt < maxpwgt[j])) { in EliminateComponents()
1141 if (target == -1 || cpvec[target] < cpvec[j]) in EliminateComponents()
/dports/graphics/colmap/colmap-3.6/lib/Graclus/metisLib/
H A Dsubdomains.c1052 idxtype *cpvec, *touched, *perm, *todo, *cind, *cptr, *npcmps; in EliminateComponents() local
1069 cpvec = idxwspacemalloc(ctrl, nparts); in EliminateComponents()
1130 idxset(nparts, 0, cpvec); in EliminateComponents()
1134 cpvec[where[adjncy[jj]]] += adjwgt[jj]; in EliminateComponents()
1136 cpvec[me] = 0; in EliminateComponents()
1140 if (cpvec[j] > 0 && (cwgt < deltawgt || pwgts[j] + cwgt < maxpwgt[j])) { in EliminateComponents()
1141 if (target == -1 || cpvec[target] < cpvec[j]) in EliminateComponents()
/dports/science/siconos/siconos-4.4.0/externals/lbl/metis4/
H A Dsubdomains.c1052 idxtype *cpvec, *touched, *perm, *todo, *cind, *cptr, *npcmps; in EliminateComponents() local
1069 cpvec = idxwspacemalloc(ctrl, nparts); in EliminateComponents()
1130 idxset(nparts, 0, cpvec); in EliminateComponents()
1134 cpvec[where[adjncy[jj]]] += adjwgt[jj]; in EliminateComponents()
1136 cpvec[me] = 0; in EliminateComponents()
1140 if (cpvec[j] > 0 && (cwgt < deltawgt || pwgts[j] + cwgt < maxpwgt[j])) { in EliminateComponents()
1141 if (target == -1 || cpvec[target] < cpvec[j]) in EliminateComponents()

12