Searched defs:log2 (Results 1 – 9 of 9) sorted by relevance
38 #define ALIGNARG(log2) log2 argument
23 #define ALIGNARG(log2) 1 << log2 argument
60 #define ALIGNARG(log2) log2 argument
28 #define ALIGNARG(log2) log2 argument
30 #define ALIGNARG(log2) 1<<log2 argument
31 #define ALIGNARG(log2) 1<<log2 argument
176 #define ALIGNARG(log2) log2 argument
37 #define ALIGNARG(log2) log2 argument
321 #define log2(Val) __TGMATH_UNARY_REAL_ONLY (Val, log2) macro
Completed in 21 milliseconds