Searched refs:istep (Results 1 – 1 of 1) sorted by relevance
181 PetscInt istep; /* Chunk-sizes of already sorted parts of arrays */ in spbas_mergesort_icols() local196 for (istep = 1; istep < nrows; istep *= 2) { in spbas_mergesort_icols()206 for (istart = 0; istart < nrows; istart += 2 * istep) { in spbas_mergesort_icols()209 i1end = i1 + istep; in spbas_mergesort_icols()211 i2 = istart + istep; in spbas_mergesort_icols()212 i2end = i2 + istep; in spbas_mergesort_icols()528 PetscInt istep; /* Chunk-sizes of already sorted parts of arrays */ in spbas_mergesort() local552 for (istep = 1; istep < nnz; istep *= 2) { in spbas_mergesort()562 for (istart = 0; istart < nnz; istart += 2 * istep) { in spbas_mergesort()565 i1end = i1 + istep; in spbas_mergesort()[all …]