00001 00022 #ifndef HYPERTABLE_MATH_H 00023 #define HYPERTABLE_MATH_H 00024 00025 namespace Hypertable { 00026 00027 class Math { 00028 public: 00029 static const int MultiplyDeBruijnBitPosition[32]; 00030 static int32_t log2(uint32_t v); 00031 }; 00032 00033 } 00034 00035 #endif // HYPERTABLE_MATH_H
1.7.2