| 13 | |
| 14 | template <fix16_t (*func)(fix16_t)> |
| 15 | static Fix16 fix16_func(Fix16 f) |
| 16 | { |
| 17 | return (*func)(f); |
| 18 | } |
| 19 | |
| 20 | // Constants for our power function arguments. |
| 21 | // Stored as volatile to force the compiler to read them and |
nothing calls this directly
no outgoing calls
no test coverage detected