Searched refs:SWAP_DOUBLE (Results 1 – 1 of 1) sorted by relevance
136649 #define SWAP_DOUBLE(X,Y) {double ttt=(X);(X)=(Y);(Y)=ttt;} macro136671 SWAP_DOUBLE(a[0],a[n-1])136677 SWAP_DOUBLE(a[0],a[i])136679 SWAP_DOUBLE(a[i],a[iGt])136686 if( i>iLt ) SWAP_DOUBLE(a[i],a[iLt])136693 SWAP_DOUBLE(a[i],a[iGt])