Home
last modified time | relevance | path

Searched defs:has_single_bit (Results 1 – 20 of 20) sorted by relevance

/aosp_15_r20/prebuilts/clang/host/linux-x86/embedded-sysroots/pigweed_riscv32_sysroot/include/c++/v1/__bit/
Dhas_single_bit.h27 [[nodiscard]] _LIBCPP_HIDE_FROM_ABI constexpr bool has_single_bit(_Tp __t) noexcept { in has_single_bit() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/c++/v1/__bit/
Dhas_single_bit.h27 _LIBCPP_NODISCARD_EXT _LIBCPP_HIDE_FROM_ABI constexpr bool has_single_bit(_Tp __t) noexcept { in has_single_bit() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/c++/v1/__bit/
Dhas_single_bit.h27 _LIBCPP_NODISCARD_EXT _LIBCPP_HIDE_FROM_ABI constexpr bool has_single_bit(_Tp __t) noexcept { in has_single_bit() function
/aosp_15_r20/external/cronet/third_party/libc++/src/include/__bit/
H A Dhas_single_bit.h27 _LIBCPP_NODISCARD_EXT _LIBCPP_HIDE_FROM_ABI constexpr bool has_single_bit(_Tp __t) noexcept { in has_single_bit() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/c++/v1/__bit/
Dhas_single_bit.h27 [[nodiscard]] _LIBCPP_HIDE_FROM_ABI constexpr bool has_single_bit(_Tp __t) noexcept { in has_single_bit() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/c++/v1/__bit/
Dhas_single_bit.h27 _LIBCPP_NODISCARD_EXT _LIBCPP_HIDE_FROM_ABI constexpr bool has_single_bit(_Tp __t) noexcept { in has_single_bit() function
/aosp_15_r20/external/angle/third_party/abseil-cpp/absl/numeric/
H A Dbits.h151 has_single_bit(T x) noexcept { in has_single_bit() function
/aosp_15_r20/external/cronet/third_party/abseil-cpp/absl/numeric/
H A Dbits.h151 has_single_bit(T x) noexcept { in has_single_bit() function
/aosp_15_r20/external/abseil-cpp/absl/numeric/
H A Dbits.h151 has_single_bit(T x) noexcept { in has_single_bit() function
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/ADT/
H A Dbit.h110 [[nodiscard]] constexpr inline bool has_single_bit(T Value) noexcept { in has_single_bit() function
/aosp_15_r20/external/webrtc/third_party/abseil-cpp/absl/numeric/
H A Dbits.h126 has_single_bit(T x) noexcept { in has_single_bit() function
/aosp_15_r20/external/private-join-and-compute/third_party/abseil-cpp-20230125.2/absl/numeric/
H A Dbits.h126 has_single_bit(T x) noexcept { in has_single_bit() function
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/numeric/
Dbits.h126 has_single_bit(T x) noexcept { in has_single_bit() function
/aosp_15_r20/external/pigweed/third_party/fuchsia/repo/sdk/lib/stdcompat/include/lib/stdcompat/
H A Dbit.h141 constexpr std::enable_if_t<std::is_unsigned<T>::value, bool> has_single_bit(T value) { in has_single_bit() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/ADT/
Dbit.h146 [[nodiscard]] constexpr inline bool has_single_bit(T Value) noexcept { in has_single_bit() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/ADT/
Dbit.h146 [[nodiscard]] constexpr inline bool has_single_bit(T Value) noexcept { in has_single_bit() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/ADT/
Dbit.h146 [[nodiscard]] constexpr inline bool has_single_bit(T Value) noexcept { in has_single_bit() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/ADT/
Dbit.h146 [[nodiscard]] constexpr inline bool has_single_bit(T Value) noexcept { in has_single_bit() function
/aosp_15_r20/external/llvm-libc/src/__support/CPP/
H A Dbit.h59 has_single_bit(T value) { in has_single_bit() function
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/core/include/boost/core/
Dbit.hpp437 BOOST_CONSTEXPR bool has_single_bit( T x ) BOOST_NOEXCEPT in has_single_bit() function