Searched refs:signtheta (Results 1 – 1 of 1) sorted by relevance
3034 int signtheta; in wlc_phy_cordic() local3040 signtheta = (theta < 0) ? -1 : 1; in wlc_phy_cordic()3042 ((theta + FIXED(180) * signtheta) % FIXED(360)) - in wlc_phy_cordic()3043 FIXED(180) * signtheta; in wlc_phy_cordic()