HomeSort by relevance Sort by last modified time
    Searched refs:Log2_64_Ceil (Results 1 - 25 of 36) sorted by null

1 2

  /external/llvm/include/llvm/Support/
ArrayRecycler.h 79 return Capacity(N ? Log2_64_Ceil(N) : 0);
MathExtras.h 508 /// Log2_64_Ceil - This function returns the ceil log base 2 of the specified
510 inline unsigned Log2_64_Ceil(uint64_t Value) {
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
ArrayRecycler.h 78 return Capacity(N ? Log2_64_Ceil(N) : 0);
MathExtras.h 530 /// Log2_64_Ceil - This function returns the ceil log base 2 of the specified
532 inline unsigned Log2_64_Ceil(uint64_t Value) {
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
ArrayRecycler.h 78 return Capacity(N ? Log2_64_Ceil(N) : 0);
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Support/
ArrayRecycler.h 81 return Capacity(N ? Log2_64_Ceil(N) : 0);
MathExtras.h 550 inline unsigned Log2_64_Ceil(uint64_t Value) {
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/Support/
ArrayRecycler.h 81 return Capacity(N ? Log2_64_Ceil(N) : 0);
MathExtras.h 550 inline unsigned Log2_64_Ceil(uint64_t Value) {
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Support/
ArrayRecycler.h 81 return Capacity(N ? Log2_64_Ceil(N) : 0);
MathExtras.h 550 inline unsigned Log2_64_Ceil(uint64_t Value) {
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Support/
ArrayRecycler.h 81 return Capacity(N ? Log2_64_Ceil(N) : 0);
MathExtras.h 550 inline unsigned Log2_64_Ceil(uint64_t Value) {
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/Support/
ArrayRecycler.h 81 return Capacity(N ? Log2_64_Ceil(N) : 0);
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/Support/
ArrayRecycler.h 81 return Capacity(N ? Log2_64_Ceil(N) : 0);
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/Support/
ArrayRecycler.h 81 return Capacity(N ? Log2_64_Ceil(N) : 0);
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/Support/
ArrayRecycler.h 81 return Capacity(N ? Log2_64_Ceil(N) : 0);
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/Support/
ArrayRecycler.h 81 return Capacity(N ? Log2_64_Ceil(N) : 0);
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/Support/
ArrayRecycler.h 81 return Capacity(N ? Log2_64_Ceil(N) : 0);
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/Support/
ArrayRecycler.h 81 return Capacity(N ? Log2_64_Ceil(N) : 0);
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/Support/
ArrayRecycler.h 81 return Capacity(N ? Log2_64_Ceil(N) : 0);
  /external/capstone/
MathExtras.h 292 /// Log2_64_Ceil - This function returns the ceil log base 2 of the specified
294 static inline unsigned Log2_64_Ceil(uint64_t Value) {
  /external/swiftshader/third_party/LLVM/include/llvm/Support/
MathExtras.h 328 /// Log2_64_Ceil - This function returns the ceil log base 2 of the specified
330 inline unsigned Log2_64_Ceil(uint64_t Value) {
  /external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
MathExtras.h 530 /// Log2_64_Ceil - This function returns the ceil log base 2 of the specified
532 inline unsigned Log2_64_Ceil(uint64_t Value) {
  /external/swiftshader/third_party/llvm-subzero/lib/Support/
raw_ostream.cpp 379 Power = llvm::Log2_64_Ceil(MaxOffset);

Completed in 671 milliseconds

1 2