Home
last modified time | relevance | path

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

/src/contrib/sqlite3/
H A Dshell.c4909 #define SWAP_DOUBLE(X,Y) {double ttt=(X);(X)=(Y);(Y)=ttt;} macro
4931 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()