HomeSort by relevance Sort by last modified time
    Searched refs:Log2Max (Results 1 - 16 of 16) sorted by null

  /external/llvm/include/llvm/Support/
MathExtras.h 730 // will necessarily be less than Log2Max as desired.
733 int Log2Max = Log2_64(Max);
734 if (Log2Z < Log2Max) {
737 if (Log2Z > Log2Max) {
  /external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
MathExtras.h 788 // will necessarily be less than Log2Max as desired.
791 int Log2Max = Log2_64(Max);
792 if (Log2Z < Log2Max) {
795 if (Log2Z > Log2Max) {
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
MathExtras.h 780 // will necessarily be less than Log2Max as desired.
783 int Log2Max = Log2_64(Max);
784 if (Log2Z < Log2Max) {
787 if (Log2Z > Log2Max) {
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Support/
MathExtras.h 793 // will necessarily be less than Log2Max as desired.
796 int Log2Max = Log2_64(Max);
797 if (Log2Z < Log2Max) {
800 if (Log2Z > Log2Max) {
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/Support/
MathExtras.h 793 // will necessarily be less than Log2Max as desired.
796 int Log2Max = Log2_64(Max);
797 if (Log2Z < Log2Max) {
800 if (Log2Z > Log2Max) {
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Support/
MathExtras.h 798 // will necessarily be less than Log2Max as desired.
801 int Log2Max = Log2_64(Max);
802 if (Log2Z < Log2Max) {
805 if (Log2Z > Log2Max) {
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Support/
MathExtras.h 798 // will necessarily be less than Log2Max as desired.
801 int Log2Max = Log2_64(Max);
802 if (Log2Z < Log2Max) {
805 if (Log2Z > Log2Max) {
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/Support/
MathExtras.h 798 // will necessarily be less than Log2Max as desired.
801 int Log2Max = Log2_64(Max);
802 if (Log2Z < Log2Max) {
805 if (Log2Z > Log2Max) {
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/Support/
MathExtras.h 798 // will necessarily be less than Log2Max as desired.
801 int Log2Max = Log2_64(Max);
802 if (Log2Z < Log2Max) {
805 if (Log2Z > Log2Max) {
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
MathExtras.h 780 // will necessarily be less than Log2Max as desired.
783 int Log2Max = Log2_64(Max);
784 if (Log2Z < Log2Max) {
787 if (Log2Z > Log2Max) {
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/Support/
MathExtras.h 793 // will necessarily be less than Log2Max as desired.
796 int Log2Max = Log2_64(Max);
797 if (Log2Z < Log2Max) {
800 if (Log2Z > Log2Max) {
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/Support/
MathExtras.h 793 // will necessarily be less than Log2Max as desired.
796 int Log2Max = Log2_64(Max);
797 if (Log2Z < Log2Max) {
800 if (Log2Z > Log2Max) {
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/Support/
MathExtras.h 798 // will necessarily be less than Log2Max as desired.
801 int Log2Max = Log2_64(Max);
802 if (Log2Z < Log2Max) {
805 if (Log2Z > Log2Max) {
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/Support/
MathExtras.h 798 // will necessarily be less than Log2Max as desired.
801 int Log2Max = Log2_64(Max);
802 if (Log2Z < Log2Max) {
805 if (Log2Z > Log2Max) {
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/Support/
MathExtras.h 798 // will necessarily be less than Log2Max as desired.
801 int Log2Max = Log2_64(Max);
802 if (Log2Z < Log2Max) {
805 if (Log2Z > Log2Max) {
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/Support/
MathExtras.h 798 // will necessarily be less than Log2Max as desired.
801 int Log2Max = Log2_64(Max);
802 if (Log2Z < Log2Max) {
805 if (Log2Z > Log2Max) {

Completed in 995 milliseconds