abs() const | Fixed< IntType, IntBits > | inline |
as_double() const | Fixed< IntType, IntBits > | inline |
as_float() const | Fixed< IntType, IntBits > | inline |
as_int() const | Fixed< IntType, IntBits > | inline |
as_int64() const | Fixed< IntType, IntBits > | inline |
as_internal() const | Fixed< IntType, IntBits > | inline |
as_long() const | Fixed< IntType, IntBits > | inline |
as_short() const | Fixed< IntType, IntBits > | inline |
as_unsigned_int() const | Fixed< IntType, IntBits > | inline |
as_unsigned_int64() const | Fixed< IntType, IntBits > | inline |
as_unsigned_long() const | Fixed< IntType, IntBits > | inline |
as_unsigned_short() const | Fixed< IntType, IntBits > | inline |
atan() const | Fixed< IntType, IntBits > | |
ceil() const | Fixed< IntType, IntBits > | inline |
cos() const | Fixed< IntType, IntBits > | inline |
exp() const | Fixed< IntType, IntBits > | |
Fixed() | Fixed< IntType, IntBits > | inline |
Fixed(internal, IntType nVal) | Fixed< IntType, IntBits > | inline |
Fixed(int64_t nVal) | Fixed< IntType, IntBits > | inline |
Fixed(int nVal) | Fixed< IntType, IntBits > | inline |
Fixed(short nVal) | Fixed< IntType, IntBits > | inline |
Fixed(uint64_t nVal) | Fixed< IntType, IntBits > | inline |
Fixed(unsigned int nVal) | Fixed< IntType, IntBits > | inline |
Fixed(unsigned short nVal) | Fixed< IntType, IntBits > | inline |
Fixed(double nVal) | Fixed< IntType, IntBits > | inline |
Fixed(float nVal) | Fixed< IntType, IntBits > | inline |
fixed_half | Fixed< IntType, IntBits > | static |
fixed_half_pi | Fixed< IntType, IntBits > | static |
fixed_max | Fixed< IntType, IntBits > | static |
fixed_one | Fixed< IntType, IntBits > | static |
fixed_pi | Fixed< IntType, IntBits > | static |
fixed_quarter_pi | Fixed< IntType, IntBits > | static |
fixed_two_pi | Fixed< IntType, IntBits > | static |
fixed_zero | Fixed< IntType, IntBits > | static |
floor() const | Fixed< IntType, IntBits > | inline |
log() const | Fixed< IntType, IntBits > | |
m_nVal | Fixed< IntType, IntBits > | private |
modf(Fixed *integral_part) const | Fixed< IntType, IntBits > | inline |
operator bool() const | Fixed< IntType, IntBits > | inline |
operator double() const | Fixed< IntType, IntBits > | inline |
operator!() const | Fixed< IntType, IntBits > | inline |
operator!=(Fixed const &lhs, Fixed const &rhs) | Fixed< IntType, IntBits > | friend |
operator%=(Fixed const &other) | Fixed< IntType, IntBits > | |
operator*=(Fixed const &val) | Fixed< IntType, IntBits > | |
operator*=(double val) | Fixed< IntType, IntBits > | inline |
operator*=(float val) | Fixed< IntType, IntBits > | inline |
operator*=(int64_t val) | Fixed< IntType, IntBits > | inline |
operator*=(int val) | Fixed< IntType, IntBits > | inline |
operator*=(short val) | Fixed< IntType, IntBits > | inline |
operator*=(char val) | Fixed< IntType, IntBits > | inline |
operator*=(uint64_t val) | Fixed< IntType, IntBits > | inline |
operator*=(unsigned int val) | Fixed< IntType, IntBits > | inline |
operator*=(unsigned short val) | Fixed< IntType, IntBits > | inline |
operator*=(unsigned char val) | Fixed< IntType, IntBits > | inline |
operator++() | Fixed< IntType, IntBits > | inline |
operator+=(Fixed const &val) | Fixed< IntType, IntBits > | inline |
operator-() const | Fixed< IntType, IntBits > | inline |
operator--() | Fixed< IntType, IntBits > | inline |
operator-=(Fixed const &val) | Fixed< IntType, IntBits > | inline |
operator/=(Fixed const &val) | Fixed< IntType, IntBits > | |
operator/=(double val) | Fixed< IntType, IntBits > | inline |
operator/=(float val) | Fixed< IntType, IntBits > | inline |
operator/=(int64_t val) | Fixed< IntType, IntBits > | inline |
operator/=(int val) | Fixed< IntType, IntBits > | inline |
operator/=(short val) | Fixed< IntType, IntBits > | inline |
operator/=(char val) | Fixed< IntType, IntBits > | inline |
operator/=(uint64_t val) | Fixed< IntType, IntBits > | inline |
operator/=(unsigned int val) | Fixed< IntType, IntBits > | inline |
operator/=(unsigned short val) | Fixed< IntType, IntBits > | inline |
operator/=(unsigned char val) | Fixed< IntType, IntBits > | inline |
operator<(Fixed const &lhs, Fixed const &rhs) | Fixed< IntType, IntBits > | friend |
operator<=(Fixed const &lhs, Fixed const &rhs) | Fixed< IntType, IntBits > | friend |
operator=(T other) | Fixed< IntType, IntBits > | inline |
operator=(Fixed const &other) | Fixed< IntType, IntBits > | inline |
operator==(Fixed const &lhs, Fixed const &rhs) | Fixed< IntType, IntBits > | friend |
operator>(Fixed const &lhs, Fixed const &rhs) | Fixed< IntType, IntBits > | friend |
operator>=(Fixed const &lhs, Fixed const &rhs) | Fixed< IntType, IntBits > | friend |
perform_cordic_polarization(int64_t &argx, int64_t &argy) | Fixed< IntType, IntBits > | privatestatic |
perform_cordic_rotation(int64_t &px, int64_t &py, int64_t theta) | Fixed< IntType, IntBits > | privatestatic |
right_shift(int64_t val, int shift) | Fixed< IntType, IntBits > | privatestatic |
scale_cordic_result(int64_t a) | Fixed< IntType, IntBits > | privatestatic |
sin() const | Fixed< IntType, IntBits > | inline |
sin_cos(Fixed const &theta, Fixed *s, Fixed *c) | Fixed< IntType, IntBits > | static |
sqrt() const | Fixed< IntType, IntBits > | |
tan() const | Fixed< IntType, IntBits > | inline |
to_polar(Fixed const &x, Fixed const &y, Fixed *r, Fixed *theta) | Fixed< IntType, IntBits > | static |