Home
last modified time | relevance | path

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

/dports/audio/faust/faust-2.37.3/compiler/boxes/
H A Dboxcomplexity.cpp52 int boxComplexity(Tree box) in boxComplexity() function
69 #define BC boxComplexity
H A Dboxcomplexity.hh27 int boxComplexity(Tree box);
/dports/audio/faust/faust-2.37.3/compiler/draw/
H A Ddrawschema.cpp148 gGlobal->gFoldingFlag = boxComplexity(bd) > gGlobal->gFoldThreshold; in drawSchema()
375 (boxComplexity(t) >= gGlobal->gFoldComplexity) && getDefNameProperty(t, id)) { in generateDiagramSchema()