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

Function fix16_func1

benchmarks/trigonometry.cpp:14–17  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

12
13template <Fix16 (Fix16::*func)() const>
14static Fix16 fix16_func1(Fix16 f)
15{
16 return (f.*func)();
17}
18
19template <Fix16 (Fix16::*func)(const Fix16&) const>
20static Fix16 fix16_func2(Fix16 f, Fix16 y)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected