HomeSort by relevance Sort by last modified time
    Searched refs:__builtin_popcount (Results 76 - 100 of 126) sorted by null

1 2 34 5 6

  /external/clang/lib/Headers/
intrin.h 518 return __builtin_popcount((int)_Value);
522 return __builtin_popcount(_Value);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3289846/lib64/clang/3.8/include/
intrin.h 518 return __builtin_popcount((int)_Value);
522 return __builtin_popcount(_Value);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3289846/lib64/clang/3.8/include/
intrin.h 518 return __builtin_popcount((int)_Value);
522 return __builtin_popcount(_Value);
    [all...]
  /prebuilts/sdk/renderscript/clang-include/
intrin.h 518 return __builtin_popcount((int)_Value);
522 return __builtin_popcount(_Value);
    [all...]
  /art/libartbase/base/
bit_utils.h 89 return (sizeof(T) == sizeof(uint32_t)) ? __builtin_popcount(x) : __builtin_popcountll(x);
  /external/libunwind_llvm/src/
CompactUnwinder.hpp 25 ((value >> __builtin_ctz(mask)) & (((1 << __builtin_popcount(mask))) - 1))
  /external/llvm/include/llvm/Support/
MathExtras.h 443 return __builtin_popcount(Value);
  /external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
MathExtras.h 465 return __builtin_popcount(Value);
  /external/tensorflow/tensorflow/core/framework/
types.h 211 return __builtin_popcount(mask_);
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
MathExtras.h 465 return __builtin_popcount(Value);
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Support/
MathExtras.h 483 return __builtin_popcount(Value);
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/Support/
MathExtras.h 483 return __builtin_popcount(Value);
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Support/
MathExtras.h 483 return __builtin_popcount(Value);
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Support/
MathExtras.h 483 return __builtin_popcount(Value);
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/Support/
MathExtras.h 483 return __builtin_popcount(Value);
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/Support/
MathExtras.h 483 return __builtin_popcount(Value);
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
MathExtras.h 465 return __builtin_popcount(Value);
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/Support/
MathExtras.h 483 return __builtin_popcount(Value);
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/Support/
MathExtras.h 483 return __builtin_popcount(Value);
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/Support/
MathExtras.h 483 return __builtin_popcount(Value);
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/Support/
MathExtras.h 483 return __builtin_popcount(Value);
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/Support/
MathExtras.h 483 return __builtin_popcount(Value);
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/Support/
MathExtras.h 483 return __builtin_popcount(Value);
  /prebuilts/ndk/r16/sources/android/cpufeatures/
cpu-features.c 371 return __builtin_popcount(list->mask);
    [all...]
  /external/harfbuzz_ng/src/
hb-private.hh 310 return __builtin_popcount (mask);

Completed in 1923 milliseconds

1 2 34 5 6