Home
last modified time | relevance | path

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

/dports/audio/faust/faust-2.37.3/compiler/signals/
H A Dsubsignals.cpp225 } else if (isSigHighest(sig, x) || isSigLowest(sig, x)) { in getSubSignals()
H A Dsignals.hh128 bool isSigHighest(Tree t, Tree& s);
H A Dsigtyperules.cpp638 else if (isSigHighest(sig, s1)) { in infereSigType()
H A Dsignals.cpp248 bool isSigHighest(Tree t, Tree& s) in isSigHighest() function
/dports/audio/faust/faust-2.37.3/compiler/transform/
H A DsigIdentity.cpp196 else if (isSigHighest(sig, x)) { in transformation()
/dports/audio/faust/faust-2.37.3/compiler/draw/
H A DsigToGraph.cpp287 else if (isSigHighest(sig, x)){ in sigLabel()
/dports/audio/faust/faust-2.37.3/compiler/normalize/
H A Dsimplify.cpp193 } else if (isSigHighest(sig, t1)){ in simplification()
/dports/audio/faust/faust-2.37.3/
H A Dadding-feature.md113 bool isSigHighest(Tree t, Tree& s);
/dports/audio/faust/faust-2.37.3/compiler/generator/
H A Dcompile_scal.cpp526 } else if (isSigLowest(sig, x) || isSigHighest(sig, x)) { in generateCode()
H A Dinstructions_compiler.cpp779 } else if (isSigLowest(sig, x) || isSigHighest(sig, x)) { in generateCode()