SDRAngel  4.11.5
Developer docs for <a href="https://github.com/f4exb/sdrangel">SDRangel<\a>, an Open Source Qt5 / OpenGL 3.0+ SDR and signal analyzer frontend to various hardware.
Namespaces | Functions
math.cpp File Reference
#include "math.h"
+ Include dependency graph for math.cpp:

Go to the source code of this file.

Namespaces

 leansdr
 

Functions

int leansdr::hamming_weight (uint8_t x)
 
int leansdr::hamming_weight (uint16_t x)
 
int leansdr::hamming_weight (uint32_t x)
 
int leansdr::hamming_weight (uint64_t x)
 
unsigned char leansdr::parity (uint8_t x)
 
unsigned char leansdr::parity (uint16_t x)
 
unsigned char leansdr::parity (uint32_t x)
 
unsigned char leansdr::parity (uint64_t x)
 
int leansdr::log2i (uint64_t x)