Home
last modified time | relevance | path

Searched defs:Log2Floor (Results 1 – 2 of 2) sorted by relevance

/device/generic/vulkan-cereal/third-party/astc-codec/src/base/test/
Dmath_utils_test.cpp22 TEST(MathUtils, Log2Floor) { in TEST() argument
/device/generic/vulkan-cereal/third-party/astc-codec/src/base/
Dmath_utils.h27 inline int Log2Floor(uint32_t n) { in Log2Floor() function