Home
last modified time | relevance | path

Searched refs:ceil_log2 (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/lib/gcc/arm-none-linux-gnueabihf/10.3.1/plugin/include/
H A Dhwint.h179 extern int ceil_log2 (unsigned HOST_WIDE_INT);
243 ceil_log2 (unsigned HOST_WIDE_INT x) in ceil_log2() function
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/lib/gcc/aarch64-none-linux-gnu/10.3.1/plugin/include/
H A Dhwint.h179 extern int ceil_log2 (unsigned HOST_WIDE_INT);
243 ceil_log2 (unsigned HOST_WIDE_INT x) in ceil_log2() function
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/include/mbgl/math/
H A Dlog2.hpp16 uint32_t ceil_log2(uint64_t x);
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/math/
H A Dlog2.cpp7 uint32_t ceil_log2(uint64_t x) { in ceil_log2() function
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/algorithm/
H A Dgenerate_clip_ids_impl.hpp59 const uint32_t bit_count = util::ceil_log2(size + 1); in update()