Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in bit-manipulation

Bit operation used in a for loop

C++ Why bitwise operator ~ on uint64_t and uint8_t return different types?

Bit wise shift operator with shift by negative number

java bit-manipulation

Bit mask in Bash

Is there another way to test Enum bit fields?

c# enums bit-manipulation

C# EF Linq bitwise question

Efficient way to set first N or last N bits of __m256i to 1, the rest to 0

Bitwise operations in BC?

binary bit-manipulation bc

Does using bitwise not operator (~) on boolean values invoke Undefined Behavior?

Weird result of Java Integer left shift

What is n= n ^1U<<i?

Overwriting a range of bits in an integer in a generic way

Faster way to swap endianness in C# with 32 bit words

algorithm behind the generation of the reverse bits lookup table(8 bit)

Check if a bit is set only once in a series of bitsets

bit-manipulation

How can I test if all bits are set or all bits are not?

c++ c bit-manipulation

Bitwise operation exercise

Bitwise - How can I check if a binary number contains another?

c++ c binary bit-manipulation

“Type mismatch: cannot convert int to byte”

java byte bit-manipulation

Java Bit Manipulation - What does (num >>= 1) do?