HomeSort by: relevance | last modified time | path
    Searched defs:ScaleShift (Results 1 - 4 of 4) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/Support/
ScaledNumber.h 843 int32_t ScaleShift = std::min(Shift, ScaledNumbers::MaxScale - Scale);
844 Scale += ScaleShift;
845 if (ScaleShift == Shift)
853 Shift -= ScaleShift;
873 int32_t ScaleShift = std::min(Shift, Scale - ScaledNumbers::MinScale);
874 Scale -= ScaleShift;
875 if (ScaleShift == Shift)
879 Shift -= ScaleShift;
  /src/external/gpl3/gdb.old/dist/sim/aarch64/
decode.h 81 typedef enum ScaleShift
87 } ScaleShift;
  /src/external/gpl3/gdb/dist/sim/aarch64/
decode.h 81 typedef enum ScaleShift
87 } ScaleShift;
  /src/external/apache2/llvm/dist/llvm/include/llvm/IR/
ModuleSummaryIndex.h 69 /// a scaled number with a scale of \p -ScaleShift.
71 static constexpr int32_t ScaleShift = 8;
89 /// scale of -ScaleShift.
94 Scaled64 Temp(BlockFreq, ScaleShift);

Completed in 42 milliseconds