Home
last modified time | relevance | path

Searched refs:st_byte (Results 1 – 20 of 20) sorted by relevance

/dports/math/osi/Osi-0.108.6/CoinUtils/src/
H A DCoinWarmStartBasis.hpp107 char &st_byte = structuralStatus_[i >> 2]; in setStructStatus() local
108 st_byte = static_cast< char >(st_byte & ~(3 << ((i & 3) << 1))); in setStructStatus()
109 st_byte = static_cast< char >(st_byte | (st << ((i & 3) << 1))); in setStructStatus()
141 char &st_byte = artificialStatus_[i >> 2]; in setArtifStatus() local
142 st_byte = static_cast< char >(st_byte & ~(3 << ((i & 3) << 1))); in setArtifStatus()
143 st_byte = static_cast< char >(st_byte | (st << ((i & 3) << 1))); in setArtifStatus()
363 char &st_byte = array[i >> 2]; in setStatus() local
364 st_byte = static_cast< char >(st_byte & ~(3 << ((i & 3) << 1))); in setStatus()
365 st_byte = static_cast< char >(st_byte | (st << ((i & 3) << 1))); in setStatus()
H A DCoinPresolveMatrix.hpp349 unsigned char &st_byte = rowstat_[sequence]; in setRowStatus() local
350 st_byte = static_cast< unsigned char >(st_byte & (~7)); in setRowStatus()
351 st_byte = static_cast< unsigned char >(st_byte | status); in setRowStatus()
366 unsigned char &st_byte = colstat_[sequence]; in setColumnStatus() local
367 st_byte = static_cast< unsigned char >(st_byte & (~7)); in setColumnStatus()
368 st_byte = static_cast< unsigned char >(st_byte | status); in setColumnStatus()
/dports/math/clp/Clp-1.17.3/CoinUtils/src/
H A DCoinWarmStartBasis.hpp107 char &st_byte = structuralStatus_[i >> 2]; in setStructStatus() local
108 st_byte = static_cast< char >(st_byte & ~(3 << ((i & 3) << 1))); in setStructStatus()
109 st_byte = static_cast< char >(st_byte | (st << ((i & 3) << 1))); in setStructStatus()
141 char &st_byte = artificialStatus_[i >> 2]; in setArtifStatus() local
142 st_byte = static_cast< char >(st_byte & ~(3 << ((i & 3) << 1))); in setArtifStatus()
143 st_byte = static_cast< char >(st_byte | (st << ((i & 3) << 1))); in setArtifStatus()
363 char &st_byte = array[i >> 2]; in setStatus() local
364 st_byte = static_cast< char >(st_byte & ~(3 << ((i & 3) << 1))); in setStatus()
365 st_byte = static_cast< char >(st_byte | (st << ((i & 3) << 1))); in setStatus()
H A DCoinPresolveMatrix.hpp349 unsigned char &st_byte = rowstat_[sequence]; in setRowStatus() local
350 st_byte = static_cast< unsigned char >(st_byte & (~7)); in setRowStatus()
351 st_byte = static_cast< unsigned char >(st_byte | status); in setRowStatus()
366 unsigned char &st_byte = colstat_[sequence]; in setColumnStatus() local
367 st_byte = static_cast< unsigned char >(st_byte & (~7)); in setColumnStatus()
368 st_byte = static_cast< unsigned char >(st_byte | status); in setColumnStatus()
/dports/math/coinutils/CoinUtils-2.11.4/CoinUtils/src/
H A DCoinWarmStartBasis.hpp107 char &st_byte = structuralStatus_[i >> 2]; in setStructStatus() local
108 st_byte = static_cast< char >(st_byte & ~(3 << ((i & 3) << 1))); in setStructStatus()
109 st_byte = static_cast< char >(st_byte | (st << ((i & 3) << 1))); in setStructStatus()
141 char &st_byte = artificialStatus_[i >> 2]; in setArtifStatus() local
142 st_byte = static_cast< char >(st_byte & ~(3 << ((i & 3) << 1))); in setArtifStatus()
143 st_byte = static_cast< char >(st_byte | (st << ((i & 3) << 1))); in setArtifStatus()
363 char &st_byte = array[i >> 2]; in setStatus() local
364 st_byte = static_cast< char >(st_byte & ~(3 << ((i & 3) << 1))); in setStatus()
365 st_byte = static_cast< char >(st_byte | (st << ((i & 3) << 1))); in setStatus()
H A DCoinPresolveMatrix.hpp349 unsigned char &st_byte = rowstat_[sequence]; in setRowStatus() local
350 st_byte = static_cast< unsigned char >(st_byte & (~7)); in setRowStatus()
351 st_byte = static_cast< unsigned char >(st_byte | status); in setRowStatus()
366 unsigned char &st_byte = colstat_[sequence]; in setColumnStatus() local
367 st_byte = static_cast< unsigned char >(st_byte & (~7)); in setColumnStatus()
368 st_byte = static_cast< unsigned char >(st_byte | status); in setColumnStatus()
/dports/math/ogdf/OGDF/include/coin/
H A DCoinWarmStartBasis.hpp106 char& st_byte = structuralStatus_[i>>2]; in setStructStatus() local
107 st_byte = static_cast<char>(st_byte & ~(3 << ((i&3)<<1))) ; in setStructStatus()
108 st_byte = static_cast<char>(st_byte | (st << ((i&3)<<1))) ; in setStructStatus()
138 char& st_byte = artificialStatus_[i>>2]; in setArtifStatus() local
139 st_byte = static_cast<char>(st_byte & ~(3 << ((i&3)<<1))) ; in setArtifStatus()
140 st_byte = static_cast<char>(st_byte | (st << ((i&3)<<1))) ; in setArtifStatus()
361 char& st_byte = array[i>>2]; in setStatus() local
362 st_byte = static_cast<char>(st_byte & ~(3 << ((i&3)<<1))) ; in setStatus()
363 st_byte = static_cast<char>(st_byte | (st << ((i&3)<<1))) ; in setStatus()
H A DClpDynamicMatrix.hpp166 unsigned char & st_byte = status_[sequence]; in setStatus() local
167 st_byte = static_cast<unsigned char>(st_byte & ~7); in setStatus()
168 st_byte = static_cast<unsigned char>(st_byte | status); in setStatus()
201 unsigned char & st_byte = dynamicStatus_[sequence]; in setDynamicStatus() local
202 st_byte = static_cast<unsigned char>(st_byte & ~7); in setDynamicStatus()
203 st_byte = static_cast<unsigned char>(st_byte | status); in setDynamicStatus()
H A DClpSimplex.hpp936 unsigned char & st_byte = status_[sequence]; in setStatus() local
937 st_byte = static_cast<unsigned char>(st_byte & ~7); in setStatus()
938 st_byte = static_cast<unsigned char>(st_byte | newstatus); in setStatus()
1106 unsigned char & st_byte = status_[sequence]; in setFakeBound() local
1107 st_byte = static_cast<unsigned char>(st_byte & ~24); in setFakeBound()
1108 st_byte = static_cast<unsigned char>(st_byte | (fakeBound << 3)); in setFakeBound()
1115 st_byte = static_cast<unsigned char>(st_byte & ~7); in setRowStatus()
1116 st_byte = static_cast<unsigned char>(st_byte | newstatus); in setRowStatus()
1122 unsigned char & st_byte = status_[sequence]; in setColumnStatus() local
1123 st_byte = static_cast<unsigned char>(st_byte & ~7); in setColumnStatus()
[all …]
H A DClpDynamicExampleMatrix.hpp136 unsigned char & st_byte = dynamicStatusGen_[sequence]; in setDynamicStatusGen() local
137 st_byte = static_cast<unsigned char>(st_byte & ~7); in setDynamicStatusGen()
138 st_byte = static_cast<unsigned char>(st_byte | status); in setDynamicStatusGen()
H A DClpGubDynamicMatrix.hpp116 unsigned char & st_byte = dynamicStatus_[sequence]; in setDynamicStatus() local
117 st_byte = static_cast<unsigned char>(st_byte & ~7); in setDynamicStatus()
118 st_byte = static_cast<unsigned char>(st_byte | status); in setDynamicStatus()
H A DClpGubMatrix.hpp214 unsigned char & st_byte = status_[sequence]; in setStatus() local
215 st_byte = static_cast<unsigned char>(st_byte & ~7); in setStatus()
216 st_byte = static_cast<unsigned char>(st_byte | status); in setStatus()
H A DCoinPresolveMatrix.hpp310 unsigned char & st_byte = rowstat_[sequence]; in setRowStatus() local
311 st_byte = static_cast<unsigned char>(st_byte & (~7)) ; in setRowStatus()
312 st_byte = static_cast<unsigned char>(st_byte | status) ; in setRowStatus()
323 unsigned char & st_byte = colstat_[sequence]; in setColumnStatus() local
324 st_byte = static_cast<unsigned char>(st_byte & (~7)) ; in setColumnStatus()
325 st_byte = static_cast<unsigned char>(st_byte | status) ; in setColumnStatus()
/dports/math/clp/Clp-1.17.3/Clp/src/
H A DClpDynamicMatrix.hpp171 unsigned char &st_byte = status_[sequence]; in setStatus() local
172 st_byte = static_cast< unsigned char >(st_byte & ~7); in setStatus()
173 st_byte = static_cast< unsigned char >(st_byte | status); in setStatus()
218 unsigned char &st_byte = dynamicStatus_[sequence]; in setDynamicStatus() local
219 st_byte = static_cast< unsigned char >(st_byte & ~7); in setDynamicStatus()
220 st_byte = static_cast< unsigned char >(st_byte | status); in setDynamicStatus()
H A DClpDynamicExampleMatrix.hpp144 unsigned char &st_byte = dynamicStatusGen_[sequence]; in setDynamicStatusGen() local
145 st_byte = static_cast< unsigned char >(st_byte & ~7); in setDynamicStatusGen()
146 st_byte = static_cast< unsigned char >(st_byte | status); in setDynamicStatusGen()
H A DClpSimplex.hpp1200 unsigned char &st_byte = status_[sequence]; in setStatus() local
1201 st_byte = static_cast< unsigned char >(st_byte & ~7); in setStatus()
1202 st_byte = static_cast< unsigned char >(st_byte | newstatus); in setStatus()
1472 unsigned char &st_byte = status_[sequence]; in setFakeBound() local
1473 st_byte = static_cast< unsigned char >(st_byte & ~24); in setFakeBound()
1474 st_byte = static_cast< unsigned char >(st_byte | (fakeBound << 3)); in setFakeBound()
1483 st_byte = static_cast< unsigned char >(st_byte & ~7); in setRowStatus()
1484 st_byte = static_cast< unsigned char >(st_byte | newstatus); in setRowStatus()
1492 unsigned char &st_byte = status_[sequence]; in setColumnStatus() local
1493 st_byte = static_cast< unsigned char >(st_byte & ~7); in setColumnStatus()
[all …]
H A DAbcSimplex.hpp676 unsigned char &st_byte = internalStatus_[sequence]; in setInternalStatus() local
677 st_byte = static_cast< unsigned char >(st_byte & ~7); in setInternalStatus()
678 st_byte = static_cast< unsigned char >(st_byte | newstatus); in setInternalStatus()
682 unsigned char &st_byte = internalStatus_[sequence + maximumAbcNumberRows_]; in setInternalColumnStatus() local
683 st_byte = static_cast< unsigned char >(st_byte & ~7); in setInternalColumnStatus()
684 st_byte = static_cast< unsigned char >(st_byte | newstatus); in setInternalColumnStatus()
944 unsigned char &st_byte = internalStatus_[sequence]; in setFakeBound() local
945 st_byte = static_cast< unsigned char >(st_byte & ~24); in setFakeBound()
946 st_byte = static_cast< unsigned char >(st_byte | (fakeBound << 3)); in setFakeBound()
H A DClpGubDynamicMatrix.hpp117 unsigned char &st_byte = dynamicStatus_[sequence]; in setDynamicStatus() local
118 st_byte = static_cast< unsigned char >(st_byte & ~7); in setDynamicStatus()
119 st_byte = static_cast< unsigned char >(st_byte | status); in setDynamicStatus()
H A DClpGubMatrix.hpp213 unsigned char &st_byte = status_[sequence]; in setStatus() local
214 st_byte = static_cast< unsigned char >(st_byte & ~7); in setStatus()
215 st_byte = static_cast< unsigned char >(st_byte | status); in setStatus()
/dports/devel/gdb/gdb-11.1/gdb/testsuite/gdb.arch/
H A Darc-analyze-prologue.S874 bl @st_byte