Home | History | Annotate | Download | only in src

Lines Matching refs:tmpScale

513     INT tmpScale;
514 tmpScale = CountLeadingBits(nrg);
515 nrg <<= tmpScale;
517 nrg >>= tmpScale;
800 INT tmpScale;
802 tmpScale = CountLeadingBits(nrgLeft);
803 nrgLeft = nrgLeft << tmpScale;
806 tmp1 = ((FIXP_DBL) (commonScale+tmpScale)) << (DFRACT_BITS-1-LD_DATA_SHIFT-1); /* scaled by 1/64 */