Searched defs:GetIntLog2 (Results 1 – 4 of 4) sorted by relevance
34 constexpr uint32_t GetIntLog2(const uint32_t X) in GetIntLog2() function45 constexpr uint64_t GetIntLog2(const uint64_t X) in GetIntLog2() function
33 constexpr uint32_t GetIntLog2(const uint32_t x) in GetIntLog2() function44 constexpr uint64_t GetIntLog2(const uint64_t x) in GetIntLog2() function
30 static constexpr uint32_t GetIntLog2(const uint32_t X) in GetIntLog2() function35 static constexpr uint64_t GetIntLog2(const uint64_t X) in GetIntLog2() function
25 TEST(MathHelpers, GetIntLog2) in TEST() argument