MCPcopy Create free account
hub / github.com/MikeLankamp/fpm / fix16_func

Function fix16_func

benchmarks/power.cpp:15–18  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

13
14template <fix16_t (*func)(fix16_t)>
15static 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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected