Home
last modified time | relevance | path

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

/dports/math/py-or-tools/or-tools-9.2/ortools/base/
H A Dbitmap.h25 inline uint64_t BitOffset64(uint64_t pos) { return (pos >> 6); } in BitOffset64() function
28 return (bitset[BitOffset64(pos)] & OneBit64(BitPos64(pos))); in IsBitSet64()
31 bitset[BitOffset64(pos)] |= OneBit64(BitPos64(pos)); in SetBit64()
34 bitset[BitOffset64(pos)] &= ~OneBit64(BitPos64(pos)); in ClearBit64()
/dports/math/py-or-tools/or-tools-9.2/ortools/util/
H A Dbitset.h334 inline uint64_t BitOffset64(uint64_t pos) { return (pos >> 6); } in BitOffset64() function
347 return (bitset[BitOffset64(pos)] & OneBit64(BitPos64(pos))); in IsBitSet64()
355 bitset[BitOffset64(pos)] |= OneBit64(BitPos64(pos)); in SetBit64()
363 bitset[BitOffset64(pos)] &= ~OneBit64(BitPos64(pos)); in ClearBit64()
467 data_[BitOffset64(Value(i))] = 0; in ClearBucket()
512 const uint64_t offset = BitOffset64(Value(i)); in CopyBucket()
592 int bucket = BitOffset64(base_index_); in Next()
650 const int bucket = BitOffset64(Value(i)); in ConditionalXorOfTwoBits()
706 data_[BitOffset64(i)] |= OneBit64(BitPos64(i)); in Set()
714 int bucket_index = static_cast<int>(BitOffset64(i)); in SetAllBefore()
[all …]
/dports/math/py-or-tools/or-tools-9.2/ortools/constraint_solver/
H A Dutilities.cc87 const int64_t offset = BitOffset64(index); in SetToOne()
98 const int64_t offset = BitOffset64(index); in SetToZero()
H A Dexpressions.cc1650 const int offset = BitOffset64(val - omin_); in SimpleBitSet()
1715 const int offset = BitOffset64(val_offset); in RemoveValue()