HomeSort by relevance Sort by last modified time
    Searched refs:ANGLE_2PI (Results 1 - 2 of 2) sorted by null

  /development/ndk/platforms/android-8/samples/bitmap-plasma/jni/
plasma.c 83 #define ANGLE_2PI (1 << ANGLE_BITS)
99 static Fixed angle_sin_tab[ANGLE_2PI+1];
104 for (nn = 0; nn < ANGLE_2PI+1; nn++) {
112 return angle_sin_tab[(uint32_t)a & (ANGLE_2PI-1)];
  /development/ndk/platforms/android-9/samples/native-plasma/jni/
plasma.c 88 #define ANGLE_2PI (1 << ANGLE_BITS)
104 static Fixed angle_sin_tab[ANGLE_2PI+1];
109 for (nn = 0; nn < ANGLE_2PI+1; nn++) {
117 return angle_sin_tab[(uint32_t)a & (ANGLE_2PI-1)];

Completed in 2158 milliseconds