Home
last modified time | relevance | path

Searched refs:RECURSIVNESS (Results 1 – 3 of 3) sorted by relevance

/dports/audio/faust/faust-2.37.3/compiler/signals/
H A Drecursivness.cpp72 if (!getProperty(sig, gGlobal->RECURSIVNESS, tr)) { in getRecursivness()
91 if (getProperty(sig, gGlobal->RECURSIVNESS, tr)) { in annotate()
100 setProperty(sig, gGlobal->RECURSIVNESS, tree(r)); in annotate()
111 setProperty(sig, gGlobal->RECURSIVNESS, tree(rmax)); in annotate()
/dports/audio/faust/faust-2.37.3/compiler/
H A Dglobal.hh245 Tree RECURSIVNESS; member
H A Dglobal.cpp534 RECURSIVNESS = tree(symbol("RecursivnessProp")); in init()