Home
last modified time | relevance | path

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

/dports/audio/dssi/dssi-1.1.1/examples/
H A Dless_trivial_synth.c48 #define FP_IN(x) (x.part.in & TABLE_MASK) macro
313 LERP(FP_FR(d->phase), table[0][FP_IN(d->phase)], in run_voice()
314 table[0][FP_IN(d->phase) + 1]), in run_voice()
315 LERP(FP_FR(d->phase), table[1][FP_IN(d->phase)], in run_voice()
316 table[1][FP_IN(d->phase) + 1])) * in run_voice()