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

Function fixed_sin

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

Source from the content-addressed store, hash-verified

109}
110
111static __inline__ Fixed fixed_sin(Fixed f) {
112 return angle_sin(ANGLE_FROM_FIXED(f));
113}
114
115/* Color palette used for rendering the plasma */
116#define PALETTE_BITS 8

Callers 1

fill_plasmaFunction · 0.85

Calls 1

angle_sinFunction · 0.85

Tested by

no test coverage detected