Home
last modified time | relevance | path

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

/dports/audio/faust/faust-2.37.3/compiler/boxes/
H A Dboxcomplexity.cpp183 else if (isBoxRoute(box, t1, t2, t3)) in computeBoxComplexity()
H A Dboxtype.cpp346 } else if (isBoxRoute(t, ins, outs, lroutes)) { in infereBoxType()
H A Dppbox.cpp350 else if (isBoxRoute(box, ins, outs, lroutes)) { in print()
H A Dboxes.hh92 bool isBoxRoute(Tree s, Tree& n, Tree& m, Tree& r);
H A Dboxes.cpp126 bool isBoxRoute(Tree s, Tree& n, Tree& m, Tree& r) in isBoxRoute() function
/dports/audio/faust/faust-2.37.3/compiler/draw/
H A Ddrawschema.cpp523 } else if (isBoxRoute(t, a, b, c)) { in generateInsideSchema()
/dports/audio/faust/faust-2.37.3/compiler/propagate/
H A Dpropagate.cpp572 } else if (isBoxRoute(box, t1, t2, t3)) { in realPropagate()
/dports/audio/faust/faust-2.37.3/compiler/evaluate/
H A Deval.cpp612 } else if (isBoxRoute(exp, ins, outs, routes)) { in realeval()