This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Classes | |
| struct | file |
Macros | |
| #define | N sizeof(double) |
| #define | SWAP1(i) if(N>2*(i)+1) t=buf[i],buf[i]=buf[N-1-(i)],buf[N-1-(i)]=t |
| #define | SWAP2(i) SWAP1(i); SWAP1((i)+0x01); SWAP1((i)+0x02); SWAP1((i)+0x03) |
| #define | SWAP3(i) SWAP2(i); SWAP2((i)+0x04); SWAP2((i)+0x08); SWAP2((i)+0x0c) |
| #define | SWAP4(i) SWAP3(i); SWAP3((i)+0x10); SWAP3((i)+0x20); SWAP3((i)+0x30) |
| #define N sizeof(double) |