Home
last modified time | relevance | path

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

/dports/editors/libreoffice/libreoffice-7.2.6.2/sccomp/source/solver/
H A DLpsolveSolver.cxx218 const std::vector<double>& rLeftCoeff = aCellsHash[aLeftAddr]; in solve() local
222 pValues[nVar+1] = rLeftCoeff[nVar+1]; in solve()
225 double fRightValue = -rLeftCoeff[0]; in solve()
H A DCoinMPSolver.cxx186 const std::vector<double>& rLeftCoeff = aCellsHash[aLeftAddr]; in solve() local
189 pValues[nVar] = rLeftCoeff[nVar+1]; in solve()
192 double fRightValue = -rLeftCoeff[0]; in solve()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sccomp/source/solver/
H A DLpsolveSolver.cxx214 const std::vector<double>& rLeftCoeff = aCellsHash[aLeftAddr]; in solve() local
218 pValues[nVar+1] = rLeftCoeff[nVar+1]; in solve()
221 double fRightValue = -rLeftCoeff[0]; in solve()
H A DCoinMPSolver.cxx182 const std::vector<double>& rLeftCoeff = aCellsHash[aLeftAddr]; in solve() local
185 pValues[nVar] = rLeftCoeff[nVar+1]; in solve()
188 double fRightValue = -rLeftCoeff[0]; in solve()