HomeSort by relevance Sort by last modified time
    Searched defs:MinScale (Results 1 - 15 of 15) sorted by null

  /external/llvm/include/llvm/Support/
ScaledNumber.h 40 const int32_t MinScale = -16382;
700 /// \pre Shift >= MinScale && Shift + 64 <= MaxScale.
702 assert(Shift >= ScaledNumbers::MinScale && "Shift should be close to 0");
874 int32_t ScaleShift = std::min(Shift, Scale - ScaledNumbers::MinScale);
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
ScaledNumber.h 40 const int32_t MinScale = -16382;
700 /// \pre Shift >= MinScale && Shift + 64 <= MaxScale.
702 assert(Shift >= ScaledNumbers::MinScale && "Shift should be close to 0");
874 int32_t ScaleShift = std::min(Shift, Scale - ScaledNumbers::MinScale);
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Support/
ScaledNumber.h 40 const int32_t MinScale = -16382;
700 /// \pre Shift >= MinScale && Shift + 64 <= MaxScale.
702 assert(Shift >= ScaledNumbers::MinScale && "Shift should be close to 0");
874 int32_t ScaleShift = std::min(Shift, Scale - ScaledNumbers::MinScale);
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/Support/
ScaledNumber.h 40 const int32_t MinScale = -16382;
700 /// \pre Shift >= MinScale && Shift + 64 <= MaxScale.
702 assert(Shift >= ScaledNumbers::MinScale && "Shift should be close to 0");
874 int32_t ScaleShift = std::min(Shift, Scale - ScaledNumbers::MinScale);
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Support/
ScaledNumber.h 40 const int32_t MinScale = -16382;
700 /// \pre Shift >= MinScale && Shift + 64 <= MaxScale.
702 assert(Shift >= ScaledNumbers::MinScale && "Shift should be close to 0");
874 int32_t ScaleShift = std::min(Shift, Scale - ScaledNumbers::MinScale);
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Support/
ScaledNumber.h 40 const int32_t MinScale = -16382;
700 /// \pre Shift >= MinScale && Shift + 64 <= MaxScale.
702 assert(Shift >= ScaledNumbers::MinScale && "Shift should be close to 0");
874 int32_t ScaleShift = std::min(Shift, Scale - ScaledNumbers::MinScale);
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/Support/
ScaledNumber.h 40 const int32_t MinScale = -16382;
700 /// \pre Shift >= MinScale && Shift + 64 <= MaxScale.
702 assert(Shift >= ScaledNumbers::MinScale && "Shift should be close to 0");
874 int32_t ScaleShift = std::min(Shift, Scale - ScaledNumbers::MinScale);
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/Support/
ScaledNumber.h 40 const int32_t MinScale = -16382;
700 /// \pre Shift >= MinScale && Shift + 64 <= MaxScale.
702 assert(Shift >= ScaledNumbers::MinScale && "Shift should be close to 0");
874 int32_t ScaleShift = std::min(Shift, Scale - ScaledNumbers::MinScale);
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
ScaledNumber.h 40 const int32_t MinScale = -16382;
700 /// \pre Shift >= MinScale && Shift + 64 <= MaxScale.
702 assert(Shift >= ScaledNumbers::MinScale && "Shift should be close to 0");
874 int32_t ScaleShift = std::min(Shift, Scale - ScaledNumbers::MinScale);
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/Support/
ScaledNumber.h 40 const int32_t MinScale = -16382;
700 /// \pre Shift >= MinScale && Shift + 64 <= MaxScale.
702 assert(Shift >= ScaledNumbers::MinScale && "Shift should be close to 0");
874 int32_t ScaleShift = std::min(Shift, Scale - ScaledNumbers::MinScale);
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/Support/
ScaledNumber.h 40 const int32_t MinScale = -16382;
700 /// \pre Shift >= MinScale && Shift + 64 <= MaxScale.
702 assert(Shift >= ScaledNumbers::MinScale && "Shift should be close to 0");
874 int32_t ScaleShift = std::min(Shift, Scale - ScaledNumbers::MinScale);
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/Support/
ScaledNumber.h 40 const int32_t MinScale = -16382;
700 /// \pre Shift >= MinScale && Shift + 64 <= MaxScale.
702 assert(Shift >= ScaledNumbers::MinScale && "Shift should be close to 0");
874 int32_t ScaleShift = std::min(Shift, Scale - ScaledNumbers::MinScale);
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/Support/
ScaledNumber.h 40 const int32_t MinScale = -16382;
700 /// \pre Shift >= MinScale && Shift + 64 <= MaxScale.
702 assert(Shift >= ScaledNumbers::MinScale && "Shift should be close to 0");
874 int32_t ScaleShift = std::min(Shift, Scale - ScaledNumbers::MinScale);
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/Support/
ScaledNumber.h 40 const int32_t MinScale = -16382;
700 /// \pre Shift >= MinScale && Shift + 64 <= MaxScale.
702 assert(Shift >= ScaledNumbers::MinScale && "Shift should be close to 0");
874 int32_t ScaleShift = std::min(Shift, Scale - ScaledNumbers::MinScale);
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/Support/
ScaledNumber.h 40 const int32_t MinScale = -16382;
700 /// \pre Shift >= MinScale && Shift + 64 <= MaxScale.
702 assert(Shift >= ScaledNumbers::MinScale && "Shift should be close to 0");
874 int32_t ScaleShift = std::min(Shift, Scale - ScaledNumbers::MinScale);

Completed in 278 milliseconds