HomeSort by relevance Sort by last modified time
    Searched refs:ANGLE_2PI (Results 1 - 4 of 4) 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)];
  /gdk/samples/bitmap-plasma-llvm/jni/
plasmaLLVM.cpp 85 #define ANGLE_2PI (1 << ANGLE_BITS)
101 static Fixed angle_sin_tab[ANGLE_2PI+1];
106 for (nn = 0; nn < ANGLE_2PI+1; nn++) {
114 return angle_sin_tab[(uint32_t)a & (ANGLE_2PI-1)];
libplasma.c 51 #define ANGLE_2PI (1 << ANGLE_BITS)
68 //static Fixed angle_sin_tab[ANGLE_2PI+1];
72 return angle_sin_tab[(uint32_t)a & (ANGLE_2PI-1)];

Completed in 217 milliseconds