Home
last modified time | relevance | path

Searched defs:Log2Ceiling (Results 1 – 11 of 11) sorted by relevance

/aosp_15_r20/external/cronet/base/allocator/partition_allocator/src/partition_alloc/partition_alloc_base/
H A Dbits.h81 constexpr int Log2Ceiling(uint32_t n) { in Log2Ceiling() function
H A Dbits_pa_unittest.cc32 TEST(BitsTestPA, Log2Ceiling) { in TEST() argument
/aosp_15_r20/external/tensorflow/tensorflow/core/lib/core/
H A Dbits.h79 inline int Log2Ceiling(uint32 n) { in Log2Ceiling() function
/aosp_15_r20/external/cronet/base/
H A Dbits.h131 constexpr int Log2Ceiling(uint32_t n) { in Log2Ceiling() function
H A Dbits_unittest.cc34 TEST(BitsTest, Log2Ceiling) { in TEST() argument
/aosp_15_r20/external/libchrome/base/
H A Dbits.h174 inline int Log2Ceiling(uint32_t n) { in Log2Ceiling() function
H A Dbits_unittest.cc36 TEST(BitsTest, Log2Ceiling) { in TEST() argument
/aosp_15_r20/out/soong/.intermediates/external/libchrome/libchrome-include/gen/0/external/libchrome/base/
Dbits.h177 inline int Log2Ceiling(uint32_t n) { in Log2Ceiling() function
/aosp_15_r20/out/soong/.intermediates/external/libchrome/libchrome-include/gen/gensrcs/external/libchrome/base/
Dbits.h177 inline int Log2Ceiling(uint32_t n) { in Log2Ceiling() function
/aosp_15_r20/external/tensorflow/tensorflow/lite/kernels/internal/
H A Dspectrogram.cc61 inline int Log2Ceiling(uint32_t n) { in Log2Ceiling() function
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/
H A Dutil.h445 constexpr inline int Log2Ceiling(T x) { in Log2Ceiling() function