Home
last modified time | relevance | path

Searched refs:gInPlace (Results 1 – 7 of 7) sorted by relevance

/dports/audio/faust/faust-2.37.3/compiler/
H A Dglobal.cpp172 gInPlace = false; in global()
646 if (gInPlace) dst << "-inpl "; in printCompilationOptions()
H A Dglobal.hh164 bool gInPlace; // Add cache to input for correct in-place computations member
H A Dlibcode.cpp653 gGlobal->gInPlace = true; in processCmdline()
712 if (gGlobal->gInPlace && gGlobal->gVectorSwitch) { in processCmdline()
/dports/audio/faust/faust-2.37.3/compiler/generator/c/
H A Dc_code_container.cpp964 if (gGlobal->gInPlace) { in generateComputeAux()
993 if (gGlobal->gInPlace) { in generateComputeAux()
/dports/audio/faust/faust-2.37.3/compiler/generator/cpp/
H A Dcpp_code_container.cpp1118 if (gGlobal->gInPlace) { in generateCompute()
1146 if (gGlobal->gInPlace) { in generateCompute()
/dports/audio/faust/faust-2.37.3/compiler/generator/
H A Dcompile_scal.cpp357 if (gGlobal->gInPlace) { in compileMultiSignal()
595 if (gGlobal->gInPlace) { in generateInput()
H A Dinstructions_compiler.cpp528 if (gGlobal->gInPlace) { in compileMultiSignal()
540 if (gGlobal->gInPlace) { in compileMultiSignal()
921 if (gGlobal->gInPlace) { in generateInput()