Home | History | Annotate | Download | only in src

Lines Matching refs:tmp1

1287           FIXP_DBL tmp1 = *(reTmp++);
1289 maxVal |= (FIXP_DBL)((LONG)(tmp1)^((LONG)tmp1>>(DFRACT_BITS-1)));
1795 FIXP_DBL tmp1 = scaleValue( fMultDiv2(C1_CLDFB, sineLevel), -shift );
1802 *(ptrReal-1) += tmp1;
1805 *(ptrReal-1) -= tmp1;
1824 FIXP_DBL tmp1 = (shift>=0) ? ( fMultDiv2(C1, sineLevel) >> shift )
1831 *(ptrReal-1) += tmp1;
1834 *(ptrReal-1) -= tmp1;