Home | History | Annotate | Download | only in lib_src

Lines Matching defs:tmp2

82     EAS_I32 tmp2;
112 tmp2 = gain >> 16;
115 tmp2 *= tmp0;
121 tmp2 = tmp2 >> 14;
127 tmp0 = tmp2 * gainLeft;
137 tmp0 = tmp2 * gainRight;
149 tmp2 = tmp2 >> (NUM_MIXER_GUARD_BITS - 1);
150 tmp1 += tmp2;
568 EAS_I32 tmp2;
595 tmp2 = phaseInc + currentPhaseFrac;
602 pCurrentPhaseInt += (tmp2 >> NUM_PHASE_FRAC_BITS);
603 currentPhaseFrac = tmp2 & PHASE_FRAC_MASK;
606 tmp2 = (gain >> SYNTH_UPDATE_PERIOD_IN_BITS);
609 tmp2 = tmp1 * tmp2;
610 tmp2 = (tmp2 >> 9);
611 tmp0 = tmp2 + tmp0;