Searched defs:UNROLL (Results 1 – 3 of 3) sorted by relevance
3 #define UNROLL macro
4 #define UNROLL macro
12 #define UNROLL(N, MACRO, args...) CONCATENATE(__UNROLL_, N)(MACRO, args) macro