| /external/gemmlowp/internal/ |
| D | common.h | 167 struct IsPowerOfTwo { struct 168 static constexpr bool value = !(N & (N - 1));
|
| /external/pdfium/third_party/base/ |
| D | bits.h | 19 constexpr inline bool IsPowerOfTwo(T value) { in IsPowerOfTwo() function
|
| /external/perfetto/src/profiling/memory/ |
| D | scoped_spinlock.cc | 26 constexpr bool IsPowerOfTwo(size_t v) { in IsPowerOfTwo() function
|
| D | malloc_interceptor_glibc_preload.cc | 32 bool IsPowerOfTwo(size_t v) { in IsPowerOfTwo() function
|
| /external/cronet/base/ |
| D | bits.h | 27 constexpr bool IsPowerOfTwo(T value) { in IsPowerOfTwo() function
|
| /external/cronet/base/allocator/partition_allocator/partition_alloc_base/ |
| D | bits.h | 23 constexpr bool IsPowerOfTwo(T value) { in IsPowerOfTwo() function
|
| /external/libchrome/base/ |
| D | bits.h | 27 constexpr inline bool IsPowerOfTwo(T value) { in IsPowerOfTwo() function
|
| /external/OpenCL-CTS/test_conformance/basic/ |
| D | test_sizeof.cpp | 128 static int IsPowerOfTwo( cl_ulong x ){ return 0 == (x & (x-1)); } in IsPowerOfTwo() function
|
| /external/rust/crates/grpcio-sys/grpc/third_party/upb/upbc/ |
| D | message_layout.h | 82 static bool IsPowerOfTwo(size_t val) { in IsPowerOfTwo() function
|
| /external/perfetto/src/profiling/perf/ |
| D | event_reader.cc | 47 bool IsPowerOfTwo(size_t v) { in IsPowerOfTwo() function
|
| D | event_config.cc | 113 constexpr bool IsPowerOfTwo(size_t v) { in IsPowerOfTwo() function
|
| D | event_config_unittest.cc | 37 bool IsPowerOfTwo(size_t v) { in IsPowerOfTwo() function
|
| /external/tensorflow/tensorflow/lite/kernels/ |
| D | irfft2d.cc | 53 bool IsPowerOfTwo(uint32_t v) { return v && !(v & (v - 1)); } in IsPowerOfTwo() function
|
| D | rfft2d.cc | 53 bool IsPowerOfTwo(uint32_t v) { return v && !(v & (v - 1)); } in IsPowerOfTwo() function
|
| /external/compiler-rt/lib/sanitizer_common/ |
| D | sanitizer_common.h | 440 INLINE bool IsPowerOfTwo(uptr x) { in IsPowerOfTwo() function
|
| /external/sqlite/dist/orig/ |
| D | sqlite3.c | 14556 #define IsPowerOfTwo(X) (((X)&((X)-1))==0) macro
|
| /external/sqlite/dist/ |
| D | sqlite3.c | 14556 #define IsPowerOfTwo(X) (((X)&((X)-1))==0) macro
|
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/ |
| D | DAGCombiner.cpp | 3806 auto IsPowerOfTwo = [](ConstantSDNode *C) { in visitSDIVLike() local
|
| /external/rust/crates/libsqlite3-sys/sqlite3/ |
| D | sqlite3.c | 14715 #define IsPowerOfTwo(X) (((X)&((X)-1))==0) macro
|