Home
last modified time | relevance | path

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

/dports/audio/faust/faust-2.37.3/tools/benchmark/
H A Dsignal-tester.cpp297 signals.push_back(sigWaveform(waveform)); // the waveform content in test12()
315 signals.push_back(sigWaveform(waveform)); // the waveform content in test13()
/dports/audio/faust/faust-2.37.3/compiler/generator/
H A Dlibfaust-signal.h159 Signal sigWaveform(const tvec& wf);
/dports/audio/faust/faust-2.37.3/compiler/signals/
H A Dsignals.hh56 EXPORT Tree sigWaveform(const tvec& wf);
H A Dsignals.cpp480 EXPORT Tree sigWaveform(const tvec& wf) in sigWaveform() function
/dports/audio/faust/faust-2.37.3/compiler/propagate/
H A Dpropagate.cpp286 return listConcat(makeList(sigInt(int(br.size()))), makeList(sigWaveform(br))); in realPropagate()
/dports/audio/faust/faust-2.37.3/compiler/
H A Dlibcode.cpp2368 return sigWaveform(wf); in CsigWaveform()