Searched refs:SWAP_DOUBLE (Results 1 – 1 of 1) sorted by relevance
136871 #define SWAP_DOUBLE(X,Y) {double ttt=(X);(X)=(Y);(Y)=ttt;} macro136893 SWAP_DOUBLE(a[0],a[n-1])136899 SWAP_DOUBLE(a[0],a[i])136901 SWAP_DOUBLE(a[i],a[iGt])136908 if( i>iLt ) SWAP_DOUBLE(a[i],a[iLt])136915 SWAP_DOUBLE(a[i],a[iGt])