Home
last modified time | relevance | path

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

/dports/audio/faust/faust-2.37.3/tools/benchmark/
H A Dbox-tester.c45 …return CboxMinAux(CboxReal(192000.0), CboxMaxAux(CboxReal(1.0), CboxFConst(kSInt, "fSamplingFreq",… in getSampleRate()
57 return CboxFVar(kSInt, "count", "<math.h>"); in getBufferSize()
H A Dsignal-tester.c45 …return CsigMin(CsigReal(192000.0), CsigMax(CsigReal(1.0), CsigFConst(kSInt, "fSamplingFreq", "<mat… in getSampleRate()
57 return CsigFVar(kSInt, "count", "<math.h>"); in getBufferSize()
H A Dbox-tester.cpp50 …return boxMin(boxReal(192000.0), boxMax(boxReal(1.0), boxFConst(SType::kSInt, "fSamplingFreq", "<m… in getSampleRate()
62 return boxFVar(SType::kSInt, "count", "<math.h>"); in getBufferSize()
H A Dsignal-tester.cpp51 …return sigMin(sigReal(192000.0), sigMax(sigReal(1.0), sigFConst(SType::kSInt, "fSamplingFreq", "<m… in getSampleRate()
63 return sigFVar(SType::kSInt, "count", "<math.h>"); in getBufferSize()
/dports/audio/faust/faust-2.37.3/compiler/generator/
H A Dlibfaust-signal-c.h44 enum SType { kSInt, kSReal }; enumerator
H A Dlibfaust-signal.h39 enum SType { kSInt, kSReal }; enumerator
H A Dlibfaust-box-c.h43 enum SType { kSInt, kSReal }; enumerator
H A Dlibfaust-box.h39 enum SType { kSInt, kSReal }; enumerator
/dports/audio/faust/faust-2.37.3/compiler/
H A Dlibcode.cpp2234 enum SType { kSInt, kSReal }; enumerator