MCPcopy Create free account
hub / github.com/VCVRack/Rack / complexMult

Function complexMult

include/rack0.hpp:99–101  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

97 return interpolateLinear(p, x);
98}
99DEPRECATED inline void complexMult(float* cr, float* ci, float ar, float ai, float br, float bi) {
100 complexMult(ar, ai, br, bi, cr, ci);
101}
102DEPRECATED inline void cmultf(float* cr, float* ci, float ar, float ai, float br, float bi) {
103 return complexMult(ar, ai, br, bi, cr, ci);
104}

Callers 1

cmultfFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected