Searched refs:angle_sin_tab (Results 1 - 2 of 2) sorted by relevance

/development/ndk/platforms/android-8/samples/bitmap-plasma/jni/
H A Dplasma.c99 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/
H A Dplasma.c104 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 5 milliseconds