Home
last modified time | relevance | path

Searched refs:ipntr (Results 1 – 6 of 6) sorted by relevance

/petsc/src/mat/graphops/color/impls/minpack/ !
H A Ddsm.c7 …cInt *ngrp, PetscInt *maxgrp, PetscInt *mingrp, PetscInt *info, PetscInt *ipntr, PetscInt *jpntr, … in MINPACKdsm() argument
90 --ipntr; in MINPACKdsm()
104 i__3 = ipntr[i + 1] - ipntr[i]; in MINPACKdsm()
111 …PetscCall(MINPACKdegr(n, &indrow[1], &jpntr[1], &indcol[1], &ipntr[1], &iwa[*n * 5 + 1], &iwa[*n +… in MINPACKdsm()
116 …PetscCall(MINPACKslo(n, &indrow[1], &jpntr[1], &indcol[1], &ipntr[1], &iwa[*n * 5 + 1], &iwa[(*n <… in MINPACKdsm()
117 …PetscCall(MINPACKseq(n, &indrow[1], &jpntr[1], &indcol[1], &ipntr[1], &iwa[(*n << 2) + 1], &ngrp[1… in MINPACKdsm()
127 …PetscCall(MINPACKido(m, n, &indrow[1], &jpntr[1], &indcol[1], &ipntr[1], &iwa[*n * 5 + 1], &iwa[(*… in MINPACKdsm()
128 …PetscCall(MINPACKseq(n, &indrow[1], &jpntr[1], &indcol[1], &ipntr[1], &iwa[(*n << 2) + 1], &iwa[1]… in MINPACKdsm()
148 …PetscCall(MINPACKseq(n, &indrow[1], &jpntr[1], &indcol[1], &ipntr[1], &iwa[(*n << 2) + 1], &iwa[1]… in MINPACKdsm()
H A Dsetr.c5 …, PetscInt *n, PetscInt *indrow, PetscInt *jpntr, PetscInt *indcol, PetscInt *ipntr, PetscInt *iwa) in MINPACKsetr() argument
51 --ipntr; in MINPACKsetr()
65 ipntr[1] = 1; in MINPACKsetr()
69 ipntr[ir + 1] = ipntr[ir] + iwa[ir]; in MINPACKsetr()
70 iwa[ir] = ipntr[ir]; in MINPACKsetr()
H A Ddegr.c5 …t *indrow, const PetscInt *jpntr, const PetscInt *indcol, const PetscInt *ipntr, PetscInt *ndeg, P… in MINPACKdegr() argument
56 --ipntr; in MINPACKdegr()
86 i__3 = ipntr[ir + 1] - 1; in MINPACKdegr()
87 for (ip = ipntr[ir]; ip <= i__3; ++ip) { in MINPACKdegr()
H A Dseq.c5 …t *indrow, const PetscInt *jpntr, const PetscInt *indcol, const PetscInt *ipntr, PetscInt *list, P… in MINPACKseq() argument
68 --ipntr; in MINPACKseq()
99 i__3 = ipntr[ir + 1] - 1; in MINPACKseq()
100 for (ip = ipntr[ir]; ip <= i__3; ++ip) { in MINPACKseq()
H A Dido.c7 …t *indrow, const PetscInt *jpntr, const PetscInt *indcol, const PetscInt *ipntr, PetscInt *ndeg, P… in MINPACKido() argument
75 --ipntr; in MINPACKido()
122 i__2 = ipntr[ir + 1] - ipntr[ir]; in MINPACKido()
188 i__2 = ipntr[ir + 1] - 1; in MINPACKido()
189 for (ip = ipntr[ir]; ip <= i__2; ++ip) { in MINPACKido()
H A Dslo.c5 …t *indrow, const PetscInt *jpntr, const PetscInt *indcol, const PetscInt *ipntr, PetscInt *ndeg, P… in MINPACKslo() argument
68 --ipntr; in MINPACKslo()
163 i__2 = ipntr[ir + 1] - 1; in MINPACKslo()
164 for (ip = ipntr[ir]; ip <= i__2; ++ip) { in MINPACKslo()