Home
last modified time | relevance | path

Searched defs:pow7 (Results 1 – 2 of 2) sorted by relevance

/dports/audio/caps-lv2/caps-lv2-5d52a0c/dsp/
H A Dutil.h38 inline float pow7 (float x) { return x * (pow6 (x)); } in pow7() function
/dports/audio/mixxx/mixxx-2.3.0/lib/reverb/dsp/
H A Dutil.h38 inline float pow7 (float x) { return x * (pow6 (x)); } in pow7() function