Searched refs:SWAP2ri (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/sys/utils/ |
| H A D | sortd.c | 110 #define SWAP2ri(a, b, c, d, rt, it) \ macro 130 if (v[0] > v[1]) SWAP2ri(v[0], v[1], V[0], V[1], rtmp, itmp); in PetscSortRealWithArrayInt_Private() 134 SWAP2ri(v[0], v[right / 2], V[0], V[right / 2], rtmp, itmp); in PetscSortRealWithArrayInt_Private() 140 SWAP2ri(v[last], v[i], V[last], V[i], rtmp, itmp); in PetscSortRealWithArrayInt_Private() 143 SWAP2ri(v[0], v[last], V[0], V[last], rtmp, itmp); in PetscSortRealWithArrayInt_Private() 177 SWAP2ri(r[k], r[j], Ii[k], Ii[j], rtmp, itmp); in PetscSortRealWithArrayInt()
|