Home
last modified time | relevance | path

Searched defs:ScaleShift (Results 1 – 5 of 5) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
DModuleSummaryIndex.h69 static constexpr int32_t ScaleShift = 8; member
/external/webrtc/webrtc/modules/audio_coding/neteq/
Dbackground_noise.cc165 int16_t BackgroundNoise::ScaleShift(size_t channel) const { in ScaleShift() function in webrtc::BackgroundNoise
/external/llvm/include/llvm/Support/
DScaledNumber.h844 int32_t ScaleShift = std::min(Shift, ScaledNumbers::MaxScale - Scale); in shiftLeft() local
874 int32_t ScaleShift = std::min(Shift, Scale - ScaledNumbers::MinScale); in shiftRight() local
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Support/
DScaledNumber.h844 int32_t ScaleShift = std::min(Shift, ScaledNumbers::MaxScale - Scale); in shiftLeft() local
874 int32_t ScaleShift = std::min(Shift, Scale - ScaledNumbers::MinScale); in shiftRight() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/
DX86ISelLowering.cpp33769 unsigned ScaleShift = countTrailingZeros(MulAmt); in combineMulSpecial() local