Home
last modified time | relevance | path

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

/dports/audio/faust/faust-2.37.3/compiler/boxes/
H A Dboxcomplexity.cpp123 else if (isBoxPrim5(box, &p5)) in computeBoxComplexity()
H A Dboxes.hh226 bool isBoxPrim5(Tree s);
233 bool isBoxPrim5(Tree s, prim5* p);
H A Dboxes.cpp628 bool isBoxPrim5(Tree s) in isBoxPrim5() function
633 bool isBoxPrim5(Tree s, prim5* p) in isBoxPrim5() function
952 else if (isBoxPrim5(box, &p5)) in preparePattern()
H A Dboxtype.cpp234 } else if (isBoxPrim5(t)) { in infereBoxType()
H A Dppbox.cpp179 else if (isBoxPrim5(box, &p5)) in print()
/dports/audio/faust/faust-2.37.3/compiler/draw/
H A Ddrawschema.cpp446 } else if (isBoxPrim5(t, &p5)) { in generateInsideSchema()
/dports/audio/faust/faust-2.37.3/compiler/propagate/
H A Dpropagate.cpp387 else if (isBoxPrim5(box, &p5)) { in realPropagate()
/dports/audio/faust/faust-2.37.3/compiler/evaluate/
H A Deval.cpp356 …isBoxPrim1(exp) || isBoxPrim2(exp) || isBoxPrim3(exp) || isBoxPrim4(exp) || isBoxPrim5(exp) || isB… in realeval()
1531 else if (isBoxPrim5(box, &p5)) { in insideBoxSimplification()