Searched refs:ANGLE_2PI (Results 1 – 2 of 2) sorted by relevance
83 #define ANGLE_2PI (1 << ANGLE_BITS) macro99 static Fixed angle_sin_tab[ANGLE_2PI+1];104 for (nn = 0; nn < ANGLE_2PI+1; nn++) { in init_angles()112 return angle_sin_tab[(uint32_t)a & (ANGLE_2PI-1)]; in angle_sin()
88 #define ANGLE_2PI (1 << ANGLE_BITS) macro104 static Fixed angle_sin_tab[ANGLE_2PI+1];109 for (nn = 0; nn < ANGLE_2PI+1; nn++) { in init_angles()117 return angle_sin_tab[(uint32_t)a & (ANGLE_2PI-1)]; in angle_sin()