Lines Matching refs:tempQ

279 	signed char tempI, tempQ, pilotSym;  in processSubCarrier()  local
392 tempQ = (utemp16>>8); in processSubCarrier()
397 tempValQ = (short)tempQ*pilotSym; in processSubCarrier()
456 signed char tempI, tempQ, pilotSym; in processSubCarrier20MHz() local
571 tempQ = (utemp16>>8); in processSubCarrier20MHz()
576 tempValQ = (short)tempQ*pilotSym; in processSubCarrier20MHz()
1281 short tempI, tempQ; local
1430 tempQ = (tempValLd >> 16);
1432 resRightI = (((int)cosPhi1*tempI) + ((int)sinPhi1*tempQ));
1433 resRightQ = (((int)cosPhi1*tempQ) - ((int)sinPhi1*tempI));
1444 tempQ = (tempValLd >> 16);
1446 resRightI = (((int)cosPhi2*tempI) + ((int)sinPhi2*tempQ));
1447 resRightQ = (((int)cosPhi2*tempQ) - ((int)sinPhi2*tempI));
1456 tempQ = (tempValLd >> 16);
1458 resRightI = (((int)cosPhi2*tempI) - ((int)sinPhi2*tempQ));
1459 resRightQ = (((int)cosPhi2*tempQ) + ((int)sinPhi2*tempI));
1471 tempQ = (tempValLd >> 16);
1473 resRightI = (((int)cosPhi1*tempI) + ((int)sinPhi1*tempQ)) / 2;
1474 resRightQ = (((int)cosPhi1*tempQ) - ((int)sinPhi1*tempI)) / 2;
1478 tempQ = (tempValLd >> 16);
1480 resLeftI = (((int)cosPhi1*tempI) - ((int)sinPhi1*tempQ)) / 2;
1481 resLeftQ = (((int)cosPhi1*tempQ) + ((int)sinPhi1*tempI)) / 2;
1494 tempQ = (tempValLd >> 16);
1496 resRightI = (((int)cosPhi1*tempI) + ((int)sinPhi1*tempQ)) / 2;
1497 resRightQ = (((int)cosPhi1*tempQ) - ((int)sinPhi1*tempI)) / 2;
1499 resMidI = (((int)cosPhi2*tempI) + ((int)sinPhi2*tempQ)) / 2;
1500 resMidQ = (((int)cosPhi2*tempQ) - ((int)sinPhi2*tempI)) / 2;
1502 resLeftI = (((int)cosPhi3*tempI) + ((int)sinPhi3*tempQ)) / 2;
1503 resLeftQ = (((int)cosPhi3*tempQ) - ((int)sinPhi3*tempI)) / 2;
1507 tempQ = (tempValLd >> 16);
1509 resRightI += (((int)cosPhi3*tempI) - ((int)sinPhi3*tempQ)) / 2;
1510 resRightQ += (((int)cosPhi3*tempQ) + ((int)sinPhi3*tempI)) / 2;
1512 resMidI += (((int)cosPhi2*tempI) - ((int)sinPhi2*tempQ)) / 2;
1513 resMidQ += (((int)cosPhi2*tempQ) + ((int)sinPhi2*tempI)) / 2;
1515 resLeftI += (((int)cosPhi1*tempI) - ((int)sinPhi1*tempQ)) / 2;
1516 resLeftQ += (((int)cosPhi1*tempQ) + ((int)sinPhi1*tempI)) / 2;
1536 tempQ = (tempValLd >> 16);
1537 resMidI = (((int)cosPhi1*tempI) + ((int)sinPhi1*tempQ)) / 2;
1538 resMidQ = (((int)cosPhi1*tempQ) - ((int)sinPhi1*tempI)) / 2;
1542 tempQ = (tempValLd >> 16);
1543 resMidI += (((int)cosPhi1*tempI) - ((int)sinPhi1*tempQ)) / 2;
1544 resMidQ += (((int)cosPhi1*tempQ) + ((int)sinPhi1*tempI)) / 2;
1566 short tempI, tempQ; local
1600 tempQ = (tempValLd >> 16);
1602 resLeftI1 = ((int)cosPhi2*tempI) - ((int)sinPhi2*tempQ);
1603 resLeftQ1 = ((int)cosPhi2*tempQ) + ((int)sinPhi2*tempI);
1605 resLeftI2 = ((int)cosPhi1*tempI) - ((int)sinPhi1*tempQ);
1606 resLeftQ2 = ((int)cosPhi1*tempQ) + ((int)sinPhi1*tempI);
1621 tempQ = (tempValLd >> 16);
1623 resLeftI2 = (((int)cosPhi0*tempI) - ((int)sinPhi0*tempQ));
1624 resLeftQ2 = (((int)cosPhi0*tempQ) + ((int)sinPhi0*tempI));
1634 tempQ = (tempValLd >> 16);
1636 resRightI2 = ((int)cosPhi1*tempI) + ((int)sinPhi1*tempQ);
1637 resRightQ2 = ((int)cosPhi1*tempQ) - ((int)sinPhi1*tempI);
1639 resRightI1 = ((int)cosPhi2*tempI) + ((int)sinPhi2*tempQ);
1640 resRightQ1 = ((int)cosPhi2*tempQ) - ((int)sinPhi2*tempI);
1655 tempQ = (tempValLd >> 16);
1657 resRightI1 = (((int)cosPhi0*tempI) - ((int)sinPhi0*tempQ));
1658 resRightQ1 = (((int)cosPhi0*tempQ) + ((int)sinPhi0*tempI));
1669 tempQ = (tempValLd >> 16);
1671 resLeftI1 = ((int)cosPhi1*tempI) + ((int)sinPhi1*tempQ);
1672 resLeftQ1 = ((int)cosPhi1*tempQ) - ((int)sinPhi1*tempI);
1681 tempQ = (tempValLd >> 16);
1683 resRightI1 = (((int)cosPhi1*tempI) - ((int)sinPhi1*tempQ));
1684 resRightQ1 = (((int)cosPhi1*tempQ) + ((int)sinPhi1*tempI));
1702 short tempI, tempQ; local
1745 tempQ = (tempValLd >> 16);
1747 resRightI2 = 5*(((int)cosPhi1*tempI) + ((int)sinPhi1*tempQ)) / 6;
1748 resRightQ2 = 5*(((int)cosPhi1*tempQ) - ((int)sinPhi1*tempI)) / 6;
1750 resRightI1 = 4*(((int)cosPhi2*tempI) + ((int)sinPhi2*tempQ)) / 6;
1751 resRightQ1 = 4*(((int)cosPhi2*tempQ) - ((int)sinPhi2*tempI)) / 6;
1753 resMidI = (((int)cosPhi3*tempI) + ((int)sinPhi3*tempQ)) / 2;
1754 resMidQ = (((int)cosPhi3*tempQ) - ((int)sinPhi3*tempI)) / 2;
1756 resLeftI1 = 2*(((int)cosPhi4*tempI) + ((int)sinPhi4*tempQ)) / 6;
1757 resLeftQ1 = 2*(((int)cosPhi4*tempQ) - ((int)sinPhi4*tempI)) / 6;
1759 resLeftI2 = (((int)cosPhi5*tempI) + ((int)sinPhi5*tempQ)) / 6;
1760 resLeftQ2 = (((int)cosPhi5*tempQ) - ((int)sinPhi5*tempI)) / 6;
1764 tempQ = (tempValLd >> 16);
1766 resRightI2 += (((int)cosPhi5*tempI) - ((int)sinPhi5*tempQ)) / 6;
1767 resRightQ2 += (((int)cosPhi5*tempQ) + ((int)sinPhi5*tempI)) / 6;
1769 resRightI1 += 2*(((int)cosPhi4*tempI) - ((int)sinPhi4*tempQ)) / 6;
1770 resRightQ1 += 2*(((int)cosPhi4*tempQ) + ((int)sinPhi4*tempI)) / 6;
1772 resMidI += (((int)cosPhi3*tempI) - ((int)sinPhi3*tempQ)) / 2;
1773 resMidQ += (((int)cosPhi3*tempQ) + ((int)sinPhi3*tempI)) / 2;
1775 resLeftI1 += 4*(((int)cosPhi2*tempI) - ((int)sinPhi2*tempQ)) / 6;
1776 resLeftQ1 += 4*(((int)cosPhi2*tempQ) + ((int)sinPhi2*tempI)) / 6;
1778 resLeftI2 += 5*(((int)cosPhi1*tempI) - ((int)sinPhi1*tempQ)) / 6;
1779 resLeftQ2 += 5*(((int)cosPhi1*tempQ) + ((int)sinPhi1*tempI)) / 6;
1815 tempQ = (tempValLd >> 16);
1817 resLeftI2 = (((int)cosPhi0*tempI) - ((int)sinPhi0*tempQ));
1818 resLeftQ2 = (((int)cosPhi0*tempQ) + ((int)sinPhi0*tempI));
1827 tempQ = (tempValLd >> 16);
1829 resRightI1 = (((int)cosPhi0*tempI) - ((int)sinPhi0*tempQ));
1830 resRightQ1 = (((int)cosPhi0*tempQ) + ((int)sinPhi0*tempI));
1857 short tempI, tempQ; local
1891 tempQ = (tempValLd>>16);
1893 resRightI = (((int)cosPhi2*tempI)+((int)sinPhi2*tempQ))/4;
1894 resRightQ = (((int)cosPhi2*tempQ)-((int)sinPhi2*tempI))/4;
1899 tempQ = (tempValLd>>16);
1901 resRightI += (((int)cosPhi1*tempI)+((int)sinPhi1*tempQ))/2;
1902 resRightQ += (((int)cosPhi1*tempQ)-((int)sinPhi1*tempI))/2;
1904 resLeftI = (((int)cosPhi2*tempI)+((int)sinPhi2*tempQ))/4;
1905 resLeftQ = (((int)cosPhi2*tempQ)-((int)sinPhi2*tempI))/4;
1910 tempQ = (tempValLd>>16);
1912 resRightI += (((int)cosPhi2*tempI)-((int)sinPhi2*tempQ))/4;
1913 resRightQ += (((int)cosPhi2*tempQ)+((int)sinPhi2*tempI))/4;
1915 resLeftI += (((int)cosPhi1*tempI)-((int)sinPhi1*tempQ))/2;
1916 resLeftQ += (((int)cosPhi1*tempQ)+((int)sinPhi1*tempI))/2;
1930 tempQ = (tempValLd>>16);
1932 resLeftI += (((int)cosPhi2*tempI)-((int)sinPhi2*tempQ))/4;
1933 resLeftQ += (((int)cosPhi2*tempQ)+((int)sinPhi2*tempI))/4;
2090 short tempI, tempQ; local
2119 tempQ = writePtr[2*kk+1];
2120 writePtr[2*kk] = tempQ;
2149 tempQ = writePtr[2*kk+1];
2151 writePtr[2*kk+1] = -tempQ;
2181 tempQ = writePtr[2 * kk + 1];
2182 writePtr[2 * kk] = tempQ;
2187 tempQ = writePtr[2 * kk + 1];
2188 writePtr[2 * kk] = -tempQ;
2195 tempQ = writePtr[2 * kk + 1];
2196 writePtr[2 * kk] = -tempQ;
2201 tempQ = writePtr[2 * kk + 1];
2202 writePtr[2 * kk] = tempQ;
2209 tempQ = writePtr[2 * kk + 1];
2211 writePtr[2 * kk + 1] = -tempQ;
2222 tempQ = writePtr[2 * kk + 1];
2223 writePtr[2 * kk] = -tempQ;
2230 tempQ = writePtr[2 * kk + 1];
2231 writePtr[2 * kk] = tempQ;
2247 short tempI, tempQ;
2264 tempQ = (tempVal>>16)&0xffff;
2267 tempVal = tempQ*tempQ;
2281 short tempI, tempQ; local
2295 tempQ = (tempVal >> 16) & 0xffff;
2298 tempVal = tempQ*tempQ;
2404 short tempI, tempQ; local
2466 tempQ = (tempVal>>16)&0xffff;
2469 tempVal = tempQ*tempQ;
2497 short tempI, tempQ; local
2539 tempQ = (tempVal >> 16) & 0xffff;
2542 tempVal = tempQ*tempQ;
2576 short tempI, tempQ; local
2596 tempQ = (tempVal>>16)&0xffff;
2599 tempVal = tempQ*tempQ;