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.
|
#include <fixedtraits.h>
Static Public Attributes | |
static const uint32_t | fixed_resolution_shift = 28 |
1.0 representation. 28 is the highest power of two that can represent 9.99999... safely on 64 bits internally More... | |
static const int64_t | fixed_resolution = 1LL << fixed_resolution_shift |
static const int32_t | max_power = 63 - fixed_resolution_shift |
static const int64_t | internal_pi = 0x3243f6a8 |
static const int64_t | internal_two_pi = 0x6487ed51 |
static const int64_t | internal_half_pi = 0x1921fb54 |
static const int64_t | internal_quarter_pi = 0xc90fdaa |
static const int64_t | log_two_power_n_reversed [35] |
static const int64_t | log_one_plus_two_power_minus_n [28] |
static const int64_t | log_one_over_one_minus_two_power_minus_n [28] |
static const int64_t | arctantab [32] |
Definition at line 32 of file fixedtraits.h.
|
static |
Definition at line 44 of file fixedtraits.h.
|
static |
Definition at line 35 of file fixedtraits.h.
|
static |
1.0 representation. 28 is the highest power of two that can represent 9.99999... safely on 64 bits internally
Definition at line 34 of file fixedtraits.h.
|
static |
Definition at line 39 of file fixedtraits.h.
|
static |
Definition at line 37 of file fixedtraits.h.
|
static |
Definition at line 40 of file fixedtraits.h.
|
static |
Definition at line 38 of file fixedtraits.h.
|
static |
Definition at line 43 of file fixedtraits.h.
|
static |
Definition at line 42 of file fixedtraits.h.
|
static |
Definition at line 41 of file fixedtraits.h.
|
static |
Definition at line 36 of file fixedtraits.h.