Home
last modified time | relevance | path

Searched refs:SWAP_DOUBLE (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/sqlite3/
H A Dsqlite3.c136649 #define SWAP_DOUBLE(X,Y) {double ttt=(X);(X)=(Y);(Y)=ttt;} macro
136671 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])