Home
last modified time | relevance | path

Searched refs:type3_w0 (Results 1 – 2 of 2) sorted by relevance

/dports/audio/goattracker/goattracker-2.76/src/resid-fp/
H A Dfilterfp.h148 float type3_w0(const float dist);
241 float FilterFP::type3_w0(const float dist) in type3_w0() function
304 Vlp -= Vbp * type3_w0(Vbp); in clock()
305 Vbp -= Vhp * type3_w0(Vhp); in clock()
/dports/emulators/pcem/pcem_emulator-pcem-faf5d6423060/src/resid-fp/
H A Dfilter.h147 float type3_w0(const float source, const float offset);
241 float FilterFP::type3_w0(const float source, const float distoffset) in type3_w0() function
350 Vlp -= Vbp * type3_w0(Vbp, type3_fc_distortion_offset_bp); in clock()
351 Vbp -= Vhp * type3_w0(Vhp, type3_fc_distortion_offset_hp) * outputleveldifference_bp_hp; in clock()