Home
last modified time | relevance | path

Searched refs:gFoldThreshold (Results 1 – 4 of 4) sorted by relevance

/dports/audio/faust/faust-2.37.3/compiler/
H A Dglobal.hh114 int gFoldThreshold; // global complexity threshold before activating folding member
H A Dglobal.cpp121 gFoldThreshold = 25; in global()
H A Dlibcode.cpp399 gGlobal->gFoldThreshold = std::atoi(argv[i + 1]); in processCmdline()
/dports/audio/faust/faust-2.37.3/compiler/draw/
H A Ddrawschema.cpp148 gGlobal->gFoldingFlag = boxComplexity(bd) > gGlobal->gFoldThreshold; in drawSchema()