Home
last modified time | relevance | path

Searched refs:ScaleShift (Results 1 – 3 of 3) sorted by relevance

/external/llvm/include/llvm/Support/
DScaledNumber.h841 int32_t ScaleShift = std::min(Shift, ScaledNumbers::MaxScale - Scale); in shiftLeft() local
842 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() local
873 Scale -= ScaleShift; in shiftRight()
874 if (ScaleShift == Shift) in shiftRight()
878 Shift -= ScaleShift; in shiftRight()
/external/mesa3d/src/mesa/drivers/dri/nouveau/
Dnv04_state_frag.c75 (rc)->logscale = c->ScaleShift##chan; \
Dnv10_state_frag.c90 (rc)->logscale = c->ScaleShift##chan; \