Home
last modified time | relevance | path

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

/dports/audio/faust/faust-2.37.3/compiler/boxes/
H A Dboxcomplexity.cpp113 else if (isBoxPrim0(box, &p0)) in computeBoxComplexity()
H A Dboxes.hh221 bool isBoxPrim0(Tree s);
228 bool isBoxPrim0(Tree s, prim0* p);
H A Dboxes.cpp553 bool isBoxPrim0(Tree s) in isBoxPrim0() function
558 bool isBoxPrim0(Tree s, prim0* p) in isBoxPrim0() function
942 else if (isBoxPrim0(box, &p0)) in preparePattern()
H A Dboxtype.cpp219 else if (isBoxPrim0(t)) { in infereBoxType()
H A Dppbox.cpp169 else if (isBoxPrim0(box, &p0)) in print()
/dports/audio/faust/faust-2.37.3/compiler/draw/
H A Ddrawschema.cpp436 else if (isBoxPrim0(t, &p0)) { in generateInsideSchema()
/dports/audio/faust/faust-2.37.3/compiler/propagate/
H A Dpropagate.cpp331 else if (isBoxPrim0(box, &p0)) { in realPropagate()
/dports/audio/faust/faust-2.37.3/compiler/evaluate/
H A Deval.cpp355 … if (xt || isBoxInt(exp) || isBoxReal(exp) || isBoxWire(exp) || isBoxCut(exp) || isBoxPrim0(exp) || in realeval()
1511 else if (isBoxPrim0(box, &p0)) { in insideBoxSimplification()