/dports/math/ogdf/OGDF/src/coin/Clp/ |
H A D | ClpGubMatrix.cpp | 50 fromIndex_(NULL), in ClpGubMatrix() 87 fromIndex_ = ClpCopyOfArray(rhs.fromIndex_, getNumRows() + numberSets_ + 1); in ClpGubMatrix() 140 fromIndex_(NULL), in ClpGubMatrix() 269 fromIndex_(NULL), in ClpGubMatrix() 304 delete [] fromIndex_; in ~ClpGubMatrix() 328 delete [] fromIndex_; in operator =() 344 fromIndex_ = ClpCopyOfArray(rhs.fromIndex_, getNumRows() + numberSets_ + 1); in operator =() 503 fromIndex_(NULL), in ClpGubMatrix() 888 int iSet = fromIndex_[j]; in subsetTransposeTimes() 2295 fromIndex_[0] = -1; in dualExpanded() [all …]
|
H A D | ClpDynamicMatrix.cpp | 40 fromIndex_(NULL), in ClpDynamicMatrix() 93 fromIndex_ = ClpCopyOfArray(rhs.fromIndex_, getNumRows() + 1 - numberStaticRows_); in ClpDynamicMatrix() 306 delete [] fromIndex_; in ~ClpDynamicMatrix() 333 delete [] fromIndex_; in operator =() 359 fromIndex_ = ClpCopyOfArray(rhs.fromIndex_, getNumRows() + 1 - numberStaticRows_); in operator =() 896 int iSet = fromIndex_[i]; in updatePivot() 1171 int iSet = fromIndex_[i]; in generalExpanded() 1324 int iSet = fromIndex_[which]; in refresh() 1338 int iSet = fromIndex_[i]; in refresh() 1429 int iSet = fromIndex_[i]; in refresh() [all …]
|
H A D | ClpGubDynamicMatrix.cpp | 600 fromIndex_[numberToDo++] = iSet; in synchronize() 667 int iSet = fromIndex_[jSet]; in synchronize() 727 fromIndex_[0] = -1; in synchronize() 1079 fromIndex_ = new int [numberRows+numberSets_]; in useEffectiveRhs() 1948 fromIndex_[numberToDo++] = iSet; in times() 1963 int iSet = fromIndex_[jSet]; in times()
|
/dports/math/clp/Clp-1.17.3/Clp/src/ |
H A D | ClpGubMatrix.cpp | 49 , fromIndex_(NULL) in ClpGubMatrix() 86 fromIndex_ = ClpCopyOfArray(rhs.fromIndex_, getNumRows() + numberSets_ + 1); in ClpGubMatrix() 139 , fromIndex_(NULL) in ClpGubMatrix() 268 , fromIndex_(NULL) in ClpGubMatrix() 302 delete[] fromIndex_; in ~ClpGubMatrix() 326 delete[] fromIndex_; in operator =() 342 fromIndex_ = ClpCopyOfArray(rhs.fromIndex_, getNumRows() + numberSets_ + 1); in operator =() 500 , fromIndex_(NULL) in ClpGubMatrix() 882 int iSet = fromIndex_[j]; in subsetTransposeTimes() 2270 fromIndex_[0] = -1; in dualExpanded() [all …]
|
H A D | ClpDynamicMatrix.cpp | 39 , fromIndex_(NULL) in ClpDynamicMatrix() 92 fromIndex_ = ClpCopyOfArray(rhs.fromIndex_, getNumRows() + 1 - numberStaticRows_); in ClpDynamicMatrix() 305 delete[] fromIndex_; in ~ClpDynamicMatrix() 332 delete[] fromIndex_; in operator =() 358 fromIndex_ = ClpCopyOfArray(rhs.fromIndex_, getNumRows() + 1 - numberStaticRows_); in operator =() 892 int iSet = fromIndex_[i]; in updatePivot() 1154 int iSet = fromIndex_[i]; in generalExpanded() 1301 int iSet = fromIndex_[which]; in refresh() 1315 int iSet = fromIndex_[i]; in refresh() 1406 int iSet = fromIndex_[i]; in refresh() [all …]
|
H A D | ClpDynamicMatrix.hpp | 349 int *fromIndex_; member in ClpDynamicMatrix
|
H A D | ClpGubMatrix.hpp | 339 int *fromIndex_; member in ClpGubMatrix
|
H A D | ClpGubDynamicMatrix.cpp | 600 fromIndex_[numberToDo++] = iSet; in synchronize() 667 int iSet = fromIndex_[jSet]; in synchronize() 727 fromIndex_[0] = -1; in synchronize() 1067 fromIndex_ = new int[numberRows + numberSets_]; in useEffectiveRhs() 1931 fromIndex_[numberToDo++] = iSet; in times() 1946 int iSet = fromIndex_[jSet]; in times()
|
/dports/math/ogdf/OGDF/include/coin/ |
H A D | ClpDynamicMatrix.hpp | 313 int * fromIndex_; member in ClpDynamicMatrix
|
H A D | ClpGubMatrix.hpp | 327 int * fromIndex_; member in ClpGubMatrix
|
/dports/games/fheroes2/fheroes2-0.9.11/src/fheroes2/game/ |
H A D | game.cpp | 88 …Type object_, uint32_t objectIndex_, uint32_t animationIndex_, int32_t fromIndex_, int32_t toIndex… in FadeTask() argument 93 , fromIndex( fromIndex_ ) in FadeTask()
|
H A D | game.h | 257 …Type object_, uint32_t objectIndex_, uint32_t animationIndex_, int32_t fromIndex_, int32_t toIndex…
|