Home
last modified time | relevance | path

Searched defs:cos_1 (Results 1 – 3 of 3) sorted by relevance

/dports/audio/lenticular-lv2/lenticular_lv2-0.5.0-14-g14d8075/parasites/rings/dsp/fx/
H A Dchorus.h71 float cos_1 = stmlib::Interpolate(lut_sine, phase_1_ + 0.25f, 4096.0f); in Process() local
/dports/audio/lenticular-lv2/lenticular_lv2-0.5.0-14-g14d8075/eurorack/rings/dsp/fx/
H A Dchorus.h71 float cos_1 = stmlib::Interpolate(lut_sine, phase_1_ + 0.25f, 4096.0f); in Process() local
/dports/games/rlvm/rlvm-release-0.14-77-gfabf134a/src/modules/
H A Dmodule_sys.cc238 struct cos_1 : public RLStoreOpcode<IntConstant_T, IntConstant_T> { struct
239 int operator()(RLMachine& machine, int var1, int var2) { in operator ()()