MCPcopy Create free account
hub / github.com/android/ndk-samples / angle_sin

Function angle_sin

bitmap-plasma/app/src/main/cpp/plasma.cpp:107–109  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

105}
106
107static __inline__ Fixed angle_sin(Angle a) {
108 return angle_sin_tab[(uint32_t)a & (ANGLE_2PI - 1)];
109}
110
111static __inline__ Fixed fixed_sin(Fixed f) {
112 return angle_sin(ANGLE_FROM_FIXED(f));

Callers 1

fixed_sinFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected