/external/webrtc/modules/audio_coding/neteq/ |
D | background_noise.cc | 148 if (ScaleShift(channel) > 1) { in GenerateBackgroundNoise() 149 dc_offset = 1 << (ScaleShift(channel) - 1); in GenerateBackgroundNoise() 155 ScaleShift(channel), num_noise_samples); in GenerateBackgroundNoise() 217 int16_t BackgroundNoise::ScaleShift(size_t channel) const { in ScaleShift() function in webrtc::BackgroundNoise
|
D | background_noise.h | 76 int16_t ScaleShift(size_t channel) const;
|
/external/llvm/include/llvm/Support/ |
D | ScaledNumber.h | 844 int32_t ScaleShift = std::min(Shift, ScaledNumbers::MaxScale - Scale); in shiftLeft() local 845 Scale += ScaleShift; in shiftLeft() 846 if (ScaleShift == Shift) in shiftLeft() 854 Shift -= ScaleShift; in shiftLeft() 874 int32_t ScaleShift = std::min(Shift, Scale - ScaledNumbers::MinScale); in shiftRight() local 875 Scale -= ScaleShift; in shiftRight() 876 if (ScaleShift == Shift) in shiftRight() 880 Shift -= ScaleShift; in shiftRight()
|
/external/llvm-project/llvm/include/llvm/Support/ |
D | ScaledNumber.h | 843 int32_t ScaleShift = std::min(Shift, ScaledNumbers::MaxScale - Scale); in shiftLeft() local 844 Scale += ScaleShift; in shiftLeft() 845 if (ScaleShift == Shift) in shiftLeft() 853 Shift -= ScaleShift; in shiftLeft() 873 int32_t ScaleShift = std::min(Shift, Scale - ScaledNumbers::MinScale); in shiftRight() local 874 Scale -= ScaleShift; in shiftRight() 875 if (ScaleShift == Shift) in shiftRight() 879 Shift -= ScaleShift; in shiftRight()
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
D | ScaledNumber.h | 843 int32_t ScaleShift = std::min(Shift, ScaledNumbers::MaxScale - Scale); in shiftLeft() local 844 Scale += ScaleShift; in shiftLeft() 845 if (ScaleShift == Shift) in shiftLeft() 853 Shift -= ScaleShift; in shiftLeft() 873 int32_t ScaleShift = std::min(Shift, Scale - ScaledNumbers::MinScale); in shiftRight() local 874 Scale -= ScaleShift; in shiftRight() 875 if (ScaleShift == Shift) in shiftRight() 879 Shift -= ScaleShift; in shiftRight()
|
/external/llvm-project/llvm/lib/LTO/ |
D | SummaryBasedOptimizations.cpp | 52 return Scaled64(Edge.second.RelBlockFreq, -CalleeInfo::ScaleShift); in computeSyntheticCounts()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/LTO/ |
D | SummaryBasedOptimizations.cpp | 52 return Scaled64(Edge.second.RelBlockFreq, -CalleeInfo::ScaleShift); in computeSyntheticCounts()
|
/external/mesa3d/src/mesa/drivers/dri/nouveau/ |
D | nv04_state_frag.c | 75 (rc)->logscale = c->ScaleShift##chan; \
|
D | nv10_state_frag.c | 90 (rc)->logscale = c->ScaleShift##chan; \
|
/external/llvm-project/llvm/include/llvm/IR/ |
D | ModuleSummaryIndex.h | 71 static constexpr int32_t ScaleShift = 8; member 94 Scaled64 Temp(BlockFreq, ScaleShift); in updateRelBlockFreq()
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
D | ModuleSummaryIndex.h | 70 static constexpr int32_t ScaleShift = 8; member 93 Scaled64 Temp(BlockFreq, ScaleShift); in updateRelBlockFreq()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
D | X86ISelLowering.cpp | 39093 unsigned ScaleShift = countTrailingZeros(MulAmt); in combineMulSpecial() local 39094 if (ScaleShift >= 1 && ScaleShift < 4) { in combineMulSpecial() 39099 DAG.getConstant(ScaleShift, DL, MVT::i8)); in combineMulSpecial()
|
/external/llvm-project/llvm/lib/Target/X86/ |
D | X86ISelLowering.cpp | 42121 unsigned ScaleShift = countTrailingZeros(MulAmt); in combineMulSpecial() local 42122 if (ScaleShift >= 1 && ScaleShift < 4) { in combineMulSpecial() 42127 DAG.getConstant(ScaleShift, DL, MVT::i8)); in combineMulSpecial()
|