Home
last modified time | relevance | path

Searched refs:hashThis (Results 1 – 9 of 9) sorted by relevance

/dports/math/ogdf/OGDF/src/coin/CoinUtils/
H A DCoinLpIO.cpp2112 hashThis[i].index = -1; in startHash()
2113 hashThis[i].next = -1; in startHash()
2127 if (hashThis[ipos].index == -1) { in startHash()
2156 hashThis[ipos].index = cnt_distinct; in startHash()
2194 if (hashThis[iput].index == -1) { in startHash()
2198 hashThis[ipos].next = iput; in startHash()
2199 hashThis[iput].index = cnt_distinct; in startHash()
2306 hashThis[ipos].index = number; in insertHash()
2324 if (hashThis[iput].index == -1) { in insertHash()
2328 hashThis[ipos].next = iput; in insertHash()
[all …]
H A DCoinMpsIO.cpp1240 CoinHashLink * hashThis = hash_[section]; in startHash() local
1243 hashThis[i].index = -1; in startHash()
1244 hashThis[i].next = -1; in startHash()
1257 if ( hashThis[ipos].index == -1 ) { in startHash()
1258 hashThis[ipos].index = i; in startHash()
1287 COINColumnIndex k = hashThis[ipos].next; in startHash()
1296 if ( hashThis[iput].index == -1 ) { in startHash()
1300 hashThis[ipos].next = iput; in startHash()
1301 hashThis[iput].index = i; in startHash()
1328 CoinHashLink * hashThis = hash_[section]; in findHash() local
[all …]
/dports/math/osi/Osi-0.108.6/CoinUtils/src/
H A DCoinLpIO.cpp2753 CoinHashLink *hashThis = hash_[section]; in startHash() local
2757 hashThis[i].index = -1; in startHash()
2758 hashThis[i].next = -1; in startHash()
2772 if (hashThis[ipos].index == -1) { in startHash()
2801 hashThis[ipos].index = cnt_distinct; in startHash()
2841 hashThis[ipos].next = iput; in startHash()
2892 CoinHashLink *hashThis = hash_[section]; in findHash() local
2935 CoinHashLink *hashThis = hash_[section]; in insertHash() local
2947 hashThis[ipos].index = number; in insertHash()
2968 hashThis[ipos].next = iput; in insertHash()
[all …]
H A DCoinMpsIO.cpp1226 CoinHashLink *hashThis = hash_[section]; in startHash() local
1229 hashThis[i].index = -1; in startHash()
1230 hashThis[i].next = -1; in startHash()
1243 if (hashThis[ipos].index == -1) { in startHash()
1244 hashThis[ipos].index = i; in startHash()
1262 COINColumnIndex j1 = hashThis[ipos].index; in startHash()
1282 if (hashThis[iput].index == -1) { in startHash()
1286 hashThis[ipos].next = iput; in startHash()
1287 hashThis[iput].index = i; in startHash()
1313 CoinHashLink *hashThis = hash_[section]; in findHash() local
[all …]
/dports/math/coinutils/CoinUtils-2.11.4/CoinUtils/src/
H A DCoinLpIO.cpp2753 CoinHashLink *hashThis = hash_[section]; in startHash() local
2757 hashThis[i].index = -1; in startHash()
2758 hashThis[i].next = -1; in startHash()
2772 if (hashThis[ipos].index == -1) { in startHash()
2801 hashThis[ipos].index = cnt_distinct; in startHash()
2841 hashThis[ipos].next = iput; in startHash()
2892 CoinHashLink *hashThis = hash_[section]; in findHash() local
2935 CoinHashLink *hashThis = hash_[section]; in insertHash() local
2947 hashThis[ipos].index = number; in insertHash()
2968 hashThis[ipos].next = iput; in insertHash()
[all …]
H A DCoinMpsIO.cpp1226 CoinHashLink *hashThis = hash_[section]; in startHash() local
1229 hashThis[i].index = -1; in startHash()
1230 hashThis[i].next = -1; in startHash()
1243 if (hashThis[ipos].index == -1) { in startHash()
1244 hashThis[ipos].index = i; in startHash()
1262 COINColumnIndex j1 = hashThis[ipos].index; in startHash()
1282 if (hashThis[iput].index == -1) { in startHash()
1286 hashThis[ipos].next = iput; in startHash()
1287 hashThis[iput].index = i; in startHash()
1313 CoinHashLink *hashThis = hash_[section]; in findHash() local
[all …]
/dports/math/clp/Clp-1.17.3/CoinUtils/src/
H A DCoinLpIO.cpp2750 CoinHashLink *hashThis = hash_[section]; in startHash() local
2754 hashThis[i].index = -1; in startHash()
2755 hashThis[i].next = -1; in startHash()
2769 if (hashThis[ipos].index == -1) { in startHash()
2798 hashThis[ipos].index = cnt_distinct; in startHash()
2838 hashThis[ipos].next = iput; in startHash()
2889 CoinHashLink *hashThis = hash_[section]; in findHash() local
2932 CoinHashLink *hashThis = hash_[section]; in insertHash() local
2944 hashThis[ipos].index = number; in insertHash()
2965 hashThis[ipos].next = iput; in insertHash()
[all …]
H A DCoinMpsIO.cpp1226 CoinHashLink *hashThis = hash_[section]; in startHash() local
1229 hashThis[i].index = -1; in startHash()
1230 hashThis[i].next = -1; in startHash()
1243 if (hashThis[ipos].index == -1) { in startHash()
1244 hashThis[ipos].index = i; in startHash()
1262 COINColumnIndex j1 = hashThis[ipos].index; in startHash()
1282 if (hashThis[iput].index == -1) { in startHash()
1286 hashThis[ipos].next = iput; in startHash()
1287 hashThis[iput].index = i; in startHash()
1313 CoinHashLink *hashThis = hash_[section]; in findHash() local
[all …]
/dports/math/clp/Clp-1.17.3/Clp/src/
H A DClpPlusMinusOneMatrix.cpp2288 CoinHashLink *hashThis = new CoinHashLink[4 * maxPool]; in ClpPoolMatrix() local
2290 hashThis[i].index = -1; in ClpPoolMatrix()
2291 hashThis[i].next = -1; in ClpPoolMatrix()
2316 j1 = hashThis[ipos].index; in ClpPoolMatrix()
2318 hashThis[ipos].index = numberDifferent_; in ClpPoolMatrix()
2324 int k = hashThis[ipos].next; in ClpPoolMatrix()
2329 if (hashThis[hashDifferent].index == -1) { in ClpPoolMatrix()
2333 hashThis[ipos].next = hashDifferent; in ClpPoolMatrix()
2334 hashThis[hashDifferent].index = numberDifferent_; in ClpPoolMatrix()
2361 delete[] hashThis; in ClpPoolMatrix()