Home
last modified time | relevance | path

Searched refs:lastAlgorithm (Results 1 – 6 of 6) sorted by relevance

/dports/audio/surge-synthesizer-lv2/surge-release_1.9.0/libs/airwindows/src/
H A DVoiceOfTheStarshipProc.cpp51 if (lastAlgorithm != lowcut) { in processReplacing()
55 lastAlgorithm = lowcut; in processReplacing()
241 if (lastAlgorithm != lowcut) { in processDoubleReplacing()
245 lastAlgorithm = lowcut; in processDoubleReplacing()
H A DVoiceOfTheStarship.h79 int lastAlgorithm; in processReplacing()
H A DVoiceOfTheStarship.cpp32 lastAlgorithm = 0; in VoiceOfTheStarship()
/dports/math/clp/Clp-1.17.3/Clp/src/OsiClp/
H A DOsiClpSolverInterface.hpp1082 inline int lastAlgorithm() const in lastAlgorithm() function in OsiClpSolverInterface
/dports/math/ogdf/OGDF/include/coin/
H A DOsiClpSolverInterface.hpp1024 inline int lastAlgorithm() const in lastAlgorithm() function in OsiClpSolverInterface
/dports/math/cbc/Cbc-releases-2.10.5/Cbc/src/
H A DCbcModel.cpp7929 …&& clpSolver && clpSolver->lastAlgorithm() == 2 && clpSolver->getModelPtr()->infeasibilityRay() &&…