Home
last modified time | relevance | path

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

/dports/math/py-CyLP/CyLP-0.91.4/cylp/cpp/
H A DIClpPrimalColumnPivotBase.cpp20 if (this->obj && this->runClone) { in clone()
21 return this->runClone(this->obj,copyData); in clone()
24 << this->runClone << "]\n"; in clone()
41 runClone_t runClone, runSaveWeights_t runSaveWeights) : in CppClpPrimalColumnPivotBase() argument
44 runClone(runClone), in CppClpPrimalColumnPivotBase()
H A DIClpPrimalColumnPivotBase.h25 runClone_t runClone; variable
/dports/graphics/digikam/digikam-7.4.0/core/data/scripts/digitaglinktree/
H A Ddigitaglinktree762 sub runClone{
1009 …$ret+=runClone($albumRoots{$i}, $opt_A, $archiveDirPhotos, $cloneMode, "hard", \%paths, \%pathName…
1013 $ret=runClone($opt_r, $opt_A, $archiveDirPhotos, $cloneMode, "hard", \%paths, \%pathNames);
/dports/math/py-CyLP/CyLP-0.91.4/cylp/cy/
H A DCyClpPrimalColumnPivotBase.pxd39 runClone_t runClone,