Lines Matching refs:tmpScale
621 INT tmpScale;622 tmpScale = CountLeadingBits(nrg);623 nrg <<= tmpScale;625 nrg >>= tmpScale;908 INT tmpScale;910 tmpScale = CountLeadingBits(nrgLeft);911 nrgLeft = nrgLeft << tmpScale;914 tmp1 = ((FIXP_DBL) (commonScale+tmpScale)) << (DFRACT_BITS-1-LD_DATA_SHIFT-1); /* scaled by 1/64 */