Searched refs:SWAP_DOUBLE (Results 1 – 1 of 1) sorted by relevance
4909 #define SWAP_DOUBLE(X,Y) {double ttt=(X);(X)=(Y);(Y)=ttt;} macro4931 SWAP_DOUBLE(a[0],a[n-1]) in percentSort()4937 SWAP_DOUBLE(a[0],a[i]) in percentSort()4939 SWAP_DOUBLE(a[i],a[iGt]) in percentSort()4946 if( i>iLt ) SWAP_DOUBLE(a[i],a[iLt]) in percentSort()4953 SWAP_DOUBLE(a[i],a[iGt]) in percentSort()