Searched refs:Log2 (Results 1 – 2 of 2) sorted by relevance
58 struct Log2 { static const int value = 1 + Log2<(NUM >> 1)>::value; }; argument60 struct Log2<1> { static const int value = 0; };
73 static const int MaxSizeExp = Log2<MAX_SIZE>::value;74 static const int MinSizeExp = Log2<MIN_SIZE>::value;76 static const int StepFactorExp = Log2<StepFactor>::value;