Home
last modified time | relevance | path

Searched refs:ANGLE_2PI (Results 1 – 2 of 2) sorted by relevance

/development/ndk/platforms/android-8/samples/bitmap-plasma/jni/
Dplasma.c83 #define ANGLE_2PI (1 << ANGLE_BITS) macro
99 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()
/development/ndk/platforms/android-9/samples/native-plasma/jni/
Dplasma.c88 #define ANGLE_2PI (1 << ANGLE_BITS) macro
104 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()