HDK
|
Go to the source code of this file.
Macros | |
#define | SYS_LOG2F(x) |
#define | R2(n) n, n + 2*64, n + 1*64, n + 3*64 |
#define | R4(n) R2(n), R2(n + 2*16), R2(n + 1*16), R2(n + 3*16) |
#define | R6(n) R4(n), R4(n + 2*4 ), R4(n + 1*4 ), R4(n + 3*4 ) |
#define SYS_LOG2F | ( | x | ) |