Lines Matching refs:fst
311 PetscInt fst, j, k, d, cdim = graph->cdim, n = n_shared[ns]; in PCBDDCGraphComputeConnectedComponents() local
316 for (j = 0, fst = -1, k = 0; j < n; j++) { in PCBDDCGraphComputeConnectedComponents()
324 else if (fst == -1) fst = j; in PCBDDCGraphComputeConnectedComponents()
326 if (fst == -1) continue; in PCBDDCGraphComputeConnectedComponents()
332 anchor = wdist + fst * cdim; in PCBDDCGraphComputeConnectedComponents()
334 point1 = fst; in PCBDDCGraphComputeConnectedComponents()
335 for (j = fst; j < n; j++) { in PCBDDCGraphComputeConnectedComponents()
350 for (j = fst; j < n; j++) { in PCBDDCGraphComputeConnectedComponents()
369 for (j = fst; j < n; j++) { in PCBDDCGraphComputeConnectedComponents()
394 for (j = fst; j < n; j++) { in PCBDDCGraphComputeConnectedComponents()
411 for (j = fst; j < n; j++) { in PCBDDCGraphComputeConnectedComponents()