Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in bit-manipulation

Bitwise equality

C#: How to bit shift hexadecimal digits

c# bit-manipulation hex

Using logical bitshift for RGB values

Shifting by Negative Numbers

How can I turn an odd number even, or vice versa, in Motorola 68000 Assembly?

C how to read in a single bit from a file

1 << 31 cannot be represented by type 'int'?

Most efficient way to find 1s in a binary word?

Order of precedence in sequential XOR operations

Fastest way to split a word into two bytes

How to interleave 2 booleans using bitwise operators?

set individual bit in AVX register (__m256i), need "random access" operator

Given two 32-bit numbers, N and M, and two bit positions, i and j. Write a method to set all bits between i and j in N equal to M

Is there a formula to find the numbers of bits for either exponent or significant in a floating point number?

How to compute one's complement using Ruby's bitwise operators?

Replace branch statements by bit-shifting operations

Bit manipulation, permutate bits

c++ bit-manipulation

bitwise shifiting question

c bit-manipulation

fast increase number to be mod 16 in C

why can't you shift a uint16_t [duplicate]