Home | History | Annotate | Download | only in src

Lines Matching defs:tmp2

1288           FIXP_DBL tmp2 = *(imTmp++);
1290 maxVal |= (FIXP_DBL)((LONG)(tmp2)^((LONG)tmp2>>(DFRACT_BITS-1)));
1797 FIXP_DBL tmp2 = fMultDiv2(C1_CLDFB, sineLevelNext);
1803 signalReal -= tmp2;
1806 signalReal += tmp2;
1826 FIXP_DBL tmp2 = fMultDiv2(C1, sineLevelNext);
1832 signalReal -= tmp2;
1835 signalReal += tmp2;