Searched refs:hasBit (Results 1 – 4 of 4) sorted by relevance
41 if (hasBit(n)) { in count()54 boolean hasBit(int n) { in hasBit() method in NativeBitSet6471 if (hasBit(n)) { in firstMarkedBit()96 if (hasBit(i)) { in getIndexOfBit()
94 if (axis < 0 || axis > 63 || !bits.hasBit(axis)) { in getAxisValue()103 if (!bits.hasBit(axis)) { in setAxisValue()
58 bool CBC_DefaultPlacement::hasBit(int32_t col, int32_t row) { in hasBit() function in CBC_DefaultPlacement79 if ((row < m_numrows) && (col >= 0) && !hasBit(col, row)) { in place()88 if ((row >= 0) && (col < m_numcols) && !hasBit(col, row)) { in place()97 if (!hasBit(m_numcols - 1, m_numrows - 1)) { in place()
24 bool hasBit(int32_t col, int32_t row);