Home
last modified time | relevance | path

Searched refs:isBoxFFun (Results 1 – 8 of 8) sorted by relevance

/dports/audio/faust/faust-2.37.3/compiler/boxes/
H A Dboxcomplexity.cpp127 else if (isBoxFFun(box, ff)) in computeBoxComplexity()
H A Dboxes.hh240 bool isBoxFFun(Tree s);
241 bool isBoxFFun(Tree s, Tree& ff);
H A Dboxes.cpp647 bool isBoxFFun(Tree s) in isBoxFFun() function
652 bool isBoxFFun(Tree s, Tree& ff) in isBoxFFun() function
959 else if (isBoxFFun(box, ff)) in preparePattern()
H A Dboxtype.cpp239 else if (isBoxFFun(t, ff)) { in infereBoxType()
H A Dppbox.cpp191 else if (isBoxFFun(box, ff)) { in print()
/dports/audio/faust/faust-2.37.3/compiler/draw/
H A Ddrawschema.cpp450 else if (isBoxFFun(t, ff)) { in generateInsideSchema()
/dports/audio/faust/faust-2.37.3/compiler/propagate/
H A Dpropagate.cpp392 else if (isBoxFFun(box, ff)) { in realPropagate()
/dports/audio/faust/faust-2.37.3/compiler/evaluate/
H A Deval.cpp356 …p) || isBoxPrim2(exp) || isBoxPrim3(exp) || isBoxPrim4(exp) || isBoxPrim5(exp) || isBoxFFun(exp) || in realeval()
1535 else if (isBoxFFun(box, ff)) { in insideBoxSimplification()