Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in bit-manipulation

OpenGL stencil buffer OR operation?

Guaranteeing negative result when left shifting a negative number in two's complement?

How can I perform arithmetic right shift in C in a portable way?

c bit-manipulation

Check division by 3 with binary operations?

Bitwise operations on sign-magnitude big integers

delphi bit-manipulation

using 10 MB of memory for four billion integers (about finding the optimized block size) [duplicate]

Find the subarray with the max XOR from an array (using a trie)

C set a bit (bit manipulation)

c bit-manipulation plc

Asynchronous writing to a bit array

Efficiently randomly shuffling the bits of a sequence of words

Find min/max of a float/double that has the same internal representation

Subtracting two numbers without using '-' operator

c bit-manipulation

Count number of times each bit is set in a range of integers

Find rank of a decimal number based on function F( N ) = rank

Bit Twiddling in C - computes 2 times x or returns largest signed number

c bit-manipulation

Minimum number of powers of 2 to get an Integer?

Javascript's Shift right with zero-fill operator (>>>) yielding unexpected result

Rust compiler not optimising lzcnt? (and similar functions)

doing something in an unusual but efficient way

Bitwise saturated addition in C (HW)