/aosp_15_r20/external/emboss/runtime/cpp/test/ |
H A D | emboss_bit_util_test.cc | 41 TEST(IsPowerOfTwo, IsPowerOfTwo) { in TEST() argument
|
/aosp_15_r20/external/gemmlowp/internal/ |
H A D | common.h | 167 struct IsPowerOfTwo { struct 168 static constexpr bool value = !(N & (N - 1));
|
/aosp_15_r20/external/pdfium/third_party/base/ |
H A D | bits.h | 19 constexpr inline bool IsPowerOfTwo(T value) { in IsPowerOfTwo() function
|
/aosp_15_r20/external/emboss/runtime/cpp/ |
H A D | emboss_bit_util.h | 69 inline constexpr bool IsPowerOfTwo(T value) { in IsPowerOfTwo() function
|
/aosp_15_r20/external/perfetto/src/profiling/memory/ |
H A D | scoped_spinlock.cc | 26 constexpr bool IsPowerOfTwo(size_t v) { in IsPowerOfTwo() function
|
H A D | malloc_interceptor_glibc_preload.cc | 32 bool IsPowerOfTwo(size_t v) { in IsPowerOfTwo() function
|
/aosp_15_r20/frameworks/av/media/module/foundation/include/media/stagefright/foundation/ |
H A D | AUtils.h | 95 inline static bool IsPowerOfTwo(int32_t value) { in IsPowerOfTwo() function
|
/aosp_15_r20/external/libchrome/base/ |
H A D | bits.h | 27 constexpr inline bool IsPowerOfTwo(T value) { in IsPowerOfTwo() function
|
/aosp_15_r20/out/soong/.intermediates/external/libchrome/libchrome-include/gen/0/external/libchrome/base/ |
D | bits.h | 30 constexpr inline bool IsPowerOfTwo(T value) { in IsPowerOfTwo() function
|
/aosp_15_r20/out/soong/.intermediates/external/libchrome/libchrome-include/gen/gensrcs/external/libchrome/base/ |
D | bits.h | 30 constexpr inline bool IsPowerOfTwo(T value) { in IsPowerOfTwo() function
|
/aosp_15_r20/external/OpenCL-CTS/test_conformance/basic/ |
H A D | test_sizeof.cpp | 128 static int IsPowerOfTwo( cl_ulong x ){ return 0 == (x & (x-1)); } in IsPowerOfTwo() function
|
/aosp_15_r20/external/intel-media-driver/media_driver/agnostic/common/cm/ |
H A D | cm_mem.h | 307 inline bool IsPowerOfTwo( const size_t number ) in IsPowerOfTwo() function
|
/aosp_15_r20/external/perfetto/src/profiling/perf/ |
H A D | event_reader.cc | 47 bool IsPowerOfTwo(size_t v) { in IsPowerOfTwo() function
|
H A D | event_config.cc | 113 constexpr bool IsPowerOfTwo(size_t v) { in IsPowerOfTwo() function
|
H A D | event_config_unittest.cc | 37 bool IsPowerOfTwo(size_t v) { in IsPowerOfTwo() function
|
/aosp_15_r20/prebuilts/module_sdk/art/3/common_os/include/art/libartbase/base/ |
D | bit_utils.h | 145 constexpr bool IsPowerOfTwo(T x) { in IsPowerOfTwo() function
|
/aosp_15_r20/prebuilts/module_sdk/art/current/sdk/common_os/include/art/libartbase/base/ |
D | bit_utils.h | 145 constexpr bool IsPowerOfTwo(T x) { in IsPowerOfTwo() function
|
/aosp_15_r20/prebuilts/module_sdk/art/7/common_os/include/art/libartbase/base/ |
D | bit_utils.h | 145 constexpr bool IsPowerOfTwo(T x) { in IsPowerOfTwo() function
|
/aosp_15_r20/prebuilts/module_sdk/art/current/host-exports/include/art/libartbase/base/ |
D | bit_utils.h | 145 constexpr bool IsPowerOfTwo(T x) { in IsPowerOfTwo() function
|
/aosp_15_r20/external/tensorflow/tensorflow/lite/kernels/ |
H A D | rfft2d.cc | 53 bool IsPowerOfTwo(uint32_t v) { return v && !(v & (v - 1)); } in IsPowerOfTwo() function
|
H A D | irfft2d.cc | 53 bool IsPowerOfTwo(uint32_t v) { return v && !(v & (v - 1)); } in IsPowerOfTwo() function
|
/aosp_15_r20/prebuilts/module_sdk/art/1/common_os/include/art/libartbase/base/ |
D | bit_utils.h | 145 constexpr bool IsPowerOfTwo(T x) { in IsPowerOfTwo() function
|
/aosp_15_r20/prebuilts/module_sdk/art/13/include/art/libartbase/base/ |
D | bit_utils.h | 145 constexpr bool IsPowerOfTwo(T x) { in IsPowerOfTwo() function
|
/aosp_15_r20/prebuilts/module_sdk/art/current/sdk/include/art/libartbase/base/ |
D | bit_utils.h | 145 constexpr bool IsPowerOfTwo(T x) { in IsPowerOfTwo() function
|
/aosp_15_r20/prebuilts/module_sdk/art/1/host-exports/include/art/libartbase/base/ |
D | bit_utils.h | 145 constexpr bool IsPowerOfTwo(T x) { in IsPowerOfTwo() function
|