Searched refs:ScaleShift (Results 1 – 3 of 3) sorted by relevance
841 int32_t ScaleShift = std::min(Shift, ScaledNumbers::MaxScale - Scale); in shiftLeft() local842 Scale += ScaleShift; in shiftLeft()843 if (ScaleShift == Shift) in shiftLeft()851 Shift -= ScaleShift; in shiftLeft()872 int32_t ScaleShift = std::min(Shift, Scale - ScaledNumbers::MinScale); in shiftRight() local873 Scale -= ScaleShift; in shiftRight()874 if (ScaleShift == Shift) in shiftRight()878 Shift -= ScaleShift; in shiftRight()
75 (rc)->logscale = c->ScaleShift##chan; \
90 (rc)->logscale = c->ScaleShift##chan; \