| utils.h | 65 template <int Begin, int End, int Step = 1> 69 INLINE static void step(Lambda& func) function in struct:UnrollerL 72 UnrollerL<Begin + Step, End, Step>::step(func); 76 template <int End, int Step> 77 struct UnrollerL<End, End, Step> 80 static void step(Lambda& func) function in struct:UnrollerL 86 template <int Begin, int End, int Step = 1, int Mask = 0x7f> 90 INLINE static void step(Lambda& func function in struct:UnrollerLMask 104 static void step(Lambda& func) function in struct:UnrollerLMask [all...] |