Home | History | Annotate | Download | only in lib_src

Lines Matching refs:FMUL_15x15

156     pitchCents += FMUL_15x15(temp, pWTVoice->modLFO.lfoValue);
170 pitchCents += FMUL_15x15(temp, pWTVoice->vibLFO.lfoValue);
173 pitchCents += FMUL_15x15(pDLSArt->eg2ToPitch, pWTVoice->eg2Value);
201 gain += FMUL_15x15(temp, pWTVoice->modLFO.lfoValue);
216 gain = FMUL_15x15(gain, temp);
223 gain = FMUL_15x15(gain, pWTVoice->eg1Value);
227 gain = FMUL_15x15(gain, pChannel->staticGain);
233 temp = FMUL_15x15(temp, temp);
234 gain = FMUL_15x15(gain, temp);
274 cutoff += FMUL_15x15(temp, pWTVoice->modLFO.lfoValue);
277 cutoff += FMUL_15x15(pWTVoice->eg2Value, pDLSArt->eg2ToFc);