Home
last modified time | relevance | path

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

/dports/math/couenne/Couenne-releases-0.5.8/Couenne/src/branch/
H A DNauty.cpp42 ptn_ = (int *) malloc(MULTIPLIER * n_ * sizeof(int)); in Nauty()
50 if (G_ == 0 || lab_ == 0 || ptn_ == 0 || in Nauty()
57 memset(ptn_, 0, n_*sizeof(int)); in Nauty()
96 if (ptn_) free(ptn_); in ~Nauty()
151 ptn_[ix] = color; in computeAuto()
155 if (ix > 0) ptn_[ix-1] = 0; in computeAuto()
169 nauty(G_, lab_, ptn_, active_, orbits_, options_, in computeAuto()
H A DNauty.h73 int *ptn_; variable
/dports/math/cbc/Cbc-releases-2.10.5/Cbc/src/
H A DCbcSymmetry.cpp835 memset(ptn_, 0, n_ * sizeof(int)); in CbcNauty()
896 if (ptn_) in ~CbcNauty()
897 free(ptn_); in ~CbcNauty()
956 memcpy(ptn_, rhs.ptn_, n_ * sizeof(int)); in CbcNauty()
986 if (ptn_) in operator =()
987 free(ptn_); in operator =()
1043 memcpy(ptn_, rhs.ptn_, n_ * sizeof(int)); in operator =()
1104 ptn_[ix] = color; in computeAuto()
1109 ptn_[ix - 1] = 0; in computeAuto()
1125 nauty(G_, lab_, ptn_, active_, orbits_, options_, in computeAuto()
[all …]
H A DCbcSymmetry.hpp262 int *ptn_; member in CbcNauty
/dports/audio/bambootracker/BambooTracker-0.4.5/BambooTracker/gui/command/instrument/
H A Dswap_instruments_qt_command.cpp40 ptn_(pattern), in SwapInstrumentsQtCommand()
95 ptn_->onPatternDataGlobalChanged(); in swap()
H A Dswap_instruments_qt_command.hpp51 PatternEditor* ptn_; member in SwapInstrumentsQtCommand