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

  /gdk/samples/bitmap-plasma-llvm/jni/
libplasma.c 67 static Fixed *angle_sin_tab; variable
68 //static Fixed angle_sin_tab[ANGLE_2PI+1];
72 return angle_sin_tab[(uint32_t)a & (ANGLE_2PI-1)];
142 angle_sin_tab = _angle_sin_tab;
plasmaLLVM.cpp 101 static Fixed angle_sin_tab[ANGLE_2PI+1]; variable
108 angle_sin_tab[nn] = FIXED_FROM_FLOAT(sin(radians));
114 return angle_sin_tab[(uint32_t)a & (ANGLE_2PI-1)];
442 native_function(info.width, info.height, info.stride, time_ms, palette, pixels, angle_sin_tab);
  /development/ndk/platforms/android-8/samples/bitmap-plasma/jni/
plasma.c 99 static Fixed angle_sin_tab[ANGLE_2PI+1]; variable
106 angle_sin_tab[nn] = FIXED_FROM_FLOAT(sin(radians));
112 return angle_sin_tab[(uint32_t)a & (ANGLE_2PI-1)];
  /development/ndk/platforms/android-9/samples/native-plasma/jni/
plasma.c 104 static Fixed angle_sin_tab[ANGLE_2PI+1]; variable
111 angle_sin_tab[nn] = FIXED_FROM_FLOAT(sin(radians));
117 return angle_sin_tab[(uint32_t)a & (ANGLE_2PI-1)];

Completed in 30 milliseconds