Lines Matching refs:tmp

25   PetscInt tmp, i, vl, last;  in PetscSortIntWithPermutation_Private()  local
30 if (v[vdx[0]] > v[vdx[1]]) SWAP(vdx[0], vdx[1], tmp); in PetscSortIntWithPermutation_Private()
34 SWAP(vdx[0], vdx[right / 2], tmp); in PetscSortIntWithPermutation_Private()
40 SWAP(vdx[last], vdx[i], tmp); in PetscSortIntWithPermutation_Private()
43 SWAP(vdx[0], vdx[last], tmp); in PetscSortIntWithPermutation_Private()
69 PetscInt j, k, tmp, ik; in PetscSortIntWithPermutation() local
82 SWAP(idx[k], idx[j], tmp); in PetscSortIntWithPermutation()
96 PetscInt tmp, i, last; in PetscSortRealWithPermutation_Private() local
101 if (v[vdx[0]] > v[vdx[1]]) SWAP(vdx[0], vdx[1], tmp); in PetscSortRealWithPermutation_Private()
105 SWAP(vdx[0], vdx[right / 2], tmp); in PetscSortRealWithPermutation_Private()
111 SWAP(vdx[last], vdx[i], tmp); in PetscSortRealWithPermutation_Private()
114 SWAP(vdx[0], vdx[last], tmp); in PetscSortRealWithPermutation_Private()
140 PetscInt j, k, tmp; in PetscSortRealWithPermutation() local
154 SWAP(idx[k], idx[j], tmp); in PetscSortRealWithPermutation()
167 PetscInt tmp, i, last; in PetscSortStrWithPermutation_Private() local
175 if (gt) SWAP(vdx[0], vdx[1], tmp); in PetscSortStrWithPermutation_Private()
179 SWAP(vdx[0], vdx[right / 2], tmp); in PetscSortStrWithPermutation_Private()
186 SWAP(vdx[last], vdx[i], tmp); in PetscSortStrWithPermutation_Private()
189 SWAP(vdx[0], vdx[last], tmp); in PetscSortStrWithPermutation_Private()
215 PetscInt j, k, tmp; in PetscSortStrWithPermutation() local
231 SWAP(idx[k], idx[j], tmp); in PetscSortStrWithPermutation()