Search code examples
Mixing colors with bitfields in C with bitwise operators?...

cbit-manipulationbitwise-operatorsbit-fields

Read More
How to find magic bitboards?...

cbit-manipulationchess

Read More
Simple ASCII compression- Help minimize system calls...

cbit-manipulationcompression

Read More
Return the bit-level equivalent of expression -f for floating point argument f...

cfloating-pointbit-manipulation

Read More
How to reset the Nth set bit of a bit mask?...

algorithmbit-manipulationarm64

Read More
Make a function that returns 1 if x < y , otherwise return 0...

cbit-manipulation

Read More
Subtract 1 from all digits of a hex which are smaller than given value d in C++...

c++hexbit-manipulation

Read More
C# reversing the bits of an integer...

c#bit-manipulation

Read More
Using only bit manipulations, return a mask that marks the position of the most significant 1 bit. I...

cbit-manipulation

Read More
How to swap first and last nibbles in given integer [32 bits]...

cintegerbit-manipulationbitbyte-shifting

Read More
Swapping two bits in an integer as quickly as possible...

bit-manipulation

Read More
How do I perform an unsigned right shift (>>> in Java) in C/C++?...

javacbit-manipulation

Read More
Fastest way to compare bitsets (< operator on bitsets)?...

c++algorithmc++11bit-manipulationbitset

Read More
Python NAND function...

pythonbit-manipulation

Read More
SIMD-within-a-register version of min/max...

cassemblybit-manipulationarm64swar

Read More
Convert BYTES to INT...

google-bigquerybit-manipulation

Read More
Get highest number with n bits...

c++bit-manipulationbitwise-operators

Read More
Bitwise absolute value of float/double in C (decimals lost during cast)...

cbit-manipulation

Read More
C/C++ check if one bit is set in, i.e. int variable...

c++cbit-manipulation

Read More
what is the correct way to process 4 bits inside an octet in python...

pythonbit-manipulation

Read More
Bits list to integer in Python...

pythonarrayslistbit-manipulation

Read More
What is a Readable/Modern Way to Parse a Bit-Based Error Code?...

pythonbashbit-manipulationsnmpnet-snmp

Read More
Why my two's complement gives me a completely different result in javascript...

javascriptbit-manipulationbufferchecksum

Read More
Fast nearest power of 2 in JavaScript?...

javascriptdoublebit-manipulationieee-754

Read More
Read bit range from byte array...

c#bytebit-manipulationbit

Read More
How can I elegantly take advantage of ARM instructions like REV and RBIT when writing C code?...

cassemblyarmbit-manipulation

Read More
How can I toggle certain bits in an 8bit register?...

cbit-manipulation

Read More
Are bitwise operator working on __int128 in c++...

c++bit-manipulation

Read More
How to convert Microsoft Recurring Pattern DaysOfWeekMask to a RRULE string...

vbaoutlookbit-manipulationrecurringappointment

Read More
Bitwise operator in java's if condition has to be written inside parentheses. Why is it so?...

javaif-statementbit-manipulationbitwise-operatorsbitwise-and

Read More
BackNext