Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in bit-manipulation

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)

Bit parity code for odd number of bits

c bit-manipulation bit parity

How do I use BitShifting to convert an int-based IP address back to a string?

c# ip int bit-manipulation ipv4

How to use Morton Order in range search?

How does this function compute the absolute value of a float through a NOT and AND operation?

Verilog signed vs unsigned samples and first

How does Java's bit shift operator work under the hood?

Infinite loop while adding two integers using bitwise operations?

Counting, reversed bit pattern