Home
last modified time | relevance | path

Searched defs:varPool (Results 1 – 11 of 11) sorted by relevance

/dports/audio/csound/csound-6.15.0/tests/c/
H A Dcsound_type_system_test.c35 CS_VAR_POOL* varPool = csound->engineState.varPool; in test_type_system() local
/dports/audio/csound/csound-6.15.0/Engine/
H A Dcsound_type_system.c101 CS_VAR_POOL* varPool = csound->Calloc(csound, sizeof(CS_VAR_POOL)); in csoundCreateVarPool() local
H A Dcsound_orc_compile.c477 ENGINE_STATE *engineState, CS_VAR_POOL *varPool) { in create_instrument0()
764 CS_VAR_POOL *varPool) { in create_global_instrument()
/dports/math/bcps/CHiPPS-BiCePS-releases-0.99.2/Bcps/examples/Blis/
H A DBlisTreeNode.cpp1091 int BlisTreeNode::generateVariables(BcpsVariablePool *varPool) { in generateVariables()
/dports/math/ogdf/OGDF/include/ogdf/lib/abacus/
H A Dmaster.h457 StandardPool<Variable, Constraint> *varPool() const { return varPool_; } in varPool() function
/dports/math/disco/DisCO-releases-1.0.0-33-g68720be/src/
H A DDcoTreeNode.cpp396 int DcoTreeNode::generateVariables(BcpsVariablePool * varPool) { in generateVariables()
/dports/devel/staf/src/staf/stafproc/
H A DSTAFProcessService.cpp1515 STAFVariablePoolPtr varPool(new STAFVariablePool, in handleStart() local
/dports/audio/csound/csound-6.15.0/iOS/Csound iOS Obj-C Examples/csound-iOS/headers/
H A DcsoundCore.h323 CS_VAR_POOL* varPool; member
933 CS_VAR_POOL *varPool; /* global variable pool */ member
/dports/audio/csound/csound-6.15.0/iOS/Csound iOS Swift Examples/Csound iOS SwiftExamples/csound-iOS/headers/
H A DcsoundCore.h323 CS_VAR_POOL* varPool; member
933 CS_VAR_POOL *varPool; /* global variable pool */ member
/dports/audio/csound/csound-6.15.0/include/
H A DcsoundCore.h326 CS_VAR_POOL* varPool; member
946 CS_VAR_POOL *varPool; /* global variable pool */ member
/dports/biology/hyphy/hyphy-2.5.33/src/core/
H A Dmatrix.cpp9068 hyFloat* varPool = (hyFloat*)MatrixMemAllocate (mxVariables.countitems()*sizeof(hyFloat)); in ExportMatrixExp() local