Search code examples
Is this a known Algorithm?...

c#bit-manipulation

Read More
How can I clear multiple bits at once in C?...

cbit-manipulation

Read More
How do I set or clear the first 3 bits using bitwise operations?...

language-agnosticbit-manipulation

Read More
Bitfield manipulation in C...

cbit-manipulation

Read More
How can I set multiple bits in one line in C?...

cbit-manipulation

Read More
Unexpected behaviour from multiple bitwise shift operators in an expression...

c++bit-manipulationexpressionbit-shift

Read More
Bit shifting a character with wrap? C++...

c++bit-manipulationbitbit-shift

Read More
Determine the sign of a 32 bit int...

clogicbit-manipulation

Read More
How can I quickly find the smallest integer satisfying a bitmask and greater than another integer?...

algorithmsearchbit-manipulation

Read More
How to get aribtrary portion of a bitmap in Linux kernel program?...

linuxlinux-kernelbitmapbit-manipulation

Read More
Finding square of a number...

bit-manipulationbitbitwise-operators

Read More
SMT32 How do you make the LED toggle when the button is pressed and simultaneously with another butt...

cbit-manipulationstm32nucleo

Read More
C/C++ Bitwise operation university problem...

cbit-manipulation

Read More
If we have a long variable which we return from a function, and store the returned value in int vari...

cbit-manipulation

Read More
Bitwise operation and usage...

pythonbinaryoperatorsbit-manipulation

Read More
Understanding the bitwise AND Operator...

objective-coperatorsbit-manipulationbitwise-operators

Read More
What does a tilde do when it precedes an expression?...

javascriptsyntaxbit-manipulation

Read More
Didn't understand this code to find rightmost set bit...

arraysdata-structuresbit-manipulation

Read More
Bit twiddling for Java or Scala programmers...

javabit-manipulation

Read More
What's the fastest way in Java to multiply or divide with 1.6?...

javaoptimizationbit-manipulationmultiplicationdivision

Read More
C how to read in a single bit from a file...

cbinarybit-manipulationfgets

Read More
Is there a formula to find the numbers of bits for either exponent or significand in a floating poin...

c++cfloating-pointbit-manipulation

Read More
Verilog module outputs z's...

bit-manipulationverilogsystem-verilog

Read More
How can I convert bits to bytes?...

c#bit-manipulationbyte

Read More
Java's >> versus >>> Operator?...

javaoperatorsbit-manipulation

Read More
Efficient transpose of 2D nibble matrix?...

cbit-manipulationsimdsseavx2

Read More
Standard C++11 code equivalent to the PEXT Haswell instruction (and likely to be optimized by compil...

c++x86bit-manipulationcompiler-optimizationbmi

Read More
Change MSB and leave remaining bits unchanged...

cbit-manipulation

Read More
What does the bitwise code "$n & ($n - 1)" do?...

phpbit-manipulationbitwise-and

Read More
Fastest way to count bytes that contain a 4-bit value at any bit offset?...

algorithmbit-manipulationnibble

Read More
BackNext