Home
last modified time | relevance | path

Searched defs:IsPowerOf2 (Results 1 – 13 of 13) sorted by relevance

/aosp_15_r20/frameworks/libs/binary_translation/base/include/berberis/base/
Dbit_util.h42 constexpr bool IsPowerOf2(T x) { in IsPowerOf2() function
49 constexpr bool IsPowerOf2(Raw<T> x) { in IsPowerOf2() function
54 constexpr bool IsPowerOf2(Saturating<T> x) { in IsPowerOf2() function
59 constexpr bool IsPowerOf2(Wrapping<T> x) { in IsPowerOf2() function
/aosp_15_r20/external/vixl/src/
H A Dcompiler-intrinsics-vixl.h92 inline bool IsPowerOf2(V value) { in IsPowerOf2() function
/aosp_15_r20/external/swiftshader/third_party/SPIRV-Tools/source/opt/
H A Dstrength_reduction_pass.cpp44 bool IsPowerOf2(uint32_t val) { in IsPowerOf2() function
/aosp_15_r20/external/deqp-deps/SPIRV-Tools/source/opt/
Dstrength_reduction_pass.cpp44 bool IsPowerOf2(uint32_t val) { in IsPowerOf2() function
/aosp_15_r20/external/angle/third_party/spirv-tools/src/source/opt/
H A Dstrength_reduction_pass.cpp44 bool IsPowerOf2(uint32_t val) { in IsPowerOf2() function
/aosp_15_r20/external/private-join-and-compute/third_party/abseil-cpp-20230125.2/absl/numeric/internal/
H A Dbits.h69 constexpr bool IsPowerOf2(unsigned int x) noexcept { in IsPowerOf2() function
/aosp_15_r20/external/webrtc/third_party/abseil-cpp/absl/numeric/internal/
H A Dbits.h69 constexpr bool IsPowerOf2(unsigned int x) noexcept { in IsPowerOf2() function
/aosp_15_r20/external/abseil-cpp/absl/numeric/internal/
H A Dbits.h69 constexpr bool IsPowerOf2(unsigned int x) noexcept { in IsPowerOf2() function
/aosp_15_r20/external/cronet/third_party/abseil-cpp/absl/numeric/internal/
H A Dbits.h69 constexpr bool IsPowerOf2(unsigned int x) noexcept { in IsPowerOf2() function
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/numeric/internal/
Dbits.h69 constexpr bool IsPowerOf2(unsigned int x) noexcept { in IsPowerOf2() function
/aosp_15_r20/external/angle/third_party/abseil-cpp/absl/numeric/internal/
H A Dbits.h69 constexpr bool IsPowerOf2(unsigned int x) noexcept { in IsPowerOf2() function
/aosp_15_r20/packages/modules/adb/client/openscreen/platform/
Dudp_socket.cpp32 constexpr bool IsPowerOf2(uint32_t x) { in IsPowerOf2() function
/aosp_15_r20/external/openscreen/platform/impl/
H A Dudp_socket_posix.cc38 constexpr bool IsPowerOf2(uint32_t x) { in IsPowerOf2() function