Searched refs:signtheta (Results 1 – 1 of 1) sorted by relevance
52 int signtheta; in cordic_calc_iq() local59 signtheta = (theta < 0) ? -1 : 1; in cordic_calc_iq()60 theta = ((theta + CORDIC_FIXED(180) * signtheta) % CORDIC_FIXED(360)) - in cordic_calc_iq()61 CORDIC_FIXED(180) * signtheta; in cordic_calc_iq()