Questions
Linux
Laravel
Mysql
Ubuntu
Git
Menu
HTML
CSS
JAVASCRIPT
SQL
PYTHON
PHP
BOOTSTRAP
JAVA
JQUERY
R
React
Kotlin
×
Linux
Laravel
Mysql
Ubuntu
Git
New posts in bit-manipulation
Most efficient way to find 1s in a binary word?
Dec 09, 2022
c++
algorithm
bit-manipulation
Order of precedence in sequential XOR operations
Dec 09, 2022
bit-manipulation
bitwise-operators
bitwise-xor
Fastest way to split a word into two bytes
Dec 07, 2022
c++
c
performance
bit-manipulation
operation
How to interleave 2 booleans using bitwise operators?
Dec 09, 2022
c
bit-manipulation
bitwise-operators
set individual bit in AVX register (__m256i), need "random access" operator
Dec 08, 2022
x86
bit-manipulation
simd
intrinsics
avx
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
Dec 08, 2022
python
algorithm
bit-manipulation
bitwise-operators
Is there a formula to find the numbers of bits for either exponent or significant in a floating point number?
Dec 07, 2022
c++
c
floating-point
bit-manipulation
How to compute one's complement using Ruby's bitwise operators?
Dec 08, 2022
ruby
operators
bit-manipulation
Replace branch statements by bit-shifting operations
Dec 08, 2022
algorithm
bit-manipulation
bit-shift
conditional-statements
Bit manipulation, permutate bits
Dec 06, 2022
c++
bit-manipulation
bitwise shifiting question
Dec 07, 2022
c
bit-manipulation
fast increase number to be mod 16 in C
Dec 07, 2022
c
math
video
bit-manipulation
modulus
why can't you shift a uint16_t [duplicate]
Dec 06, 2022
c++
c
bit-manipulation
bit-shift
shift
how do i define 24 bit array in c++?
Dec 05, 2022
c++
bit-manipulation
How to set the 513th bit of a char[1024] in C?
Dec 06, 2022
c
arrays
char
bit-manipulation
equal to operator == can be used to do checking bit ?
Dec 06, 2022
c++
c
operators
bit-manipulation
equality
Constrain a 16 bit signed value between 0 and 4095 using Bit Manipulation only (without branching)
Dec 06, 2022
c++
c
optimization
bit-manipulation
Flip bits using XOR 0xffffffff or ~ in C++?
Dec 05, 2022
c++
bit-manipulation
xor
negation
Optimising "i = b ? (i | mask) : (i & ~mask)"
Dec 05, 2022
c
bit-manipulation
ternary-operator
How do I compare two longs as unsigned in Java?
Dec 04, 2022
java
bit-manipulation
math
« Newer Entries
Older Entries »