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.
Fixed< IntType, IntBits > Member List

This is the complete list of members for Fixed< IntType, IntBits >, including all inherited members.

abs() constFixed< IntType, IntBits >inline
as_double() constFixed< IntType, IntBits >inline
as_float() constFixed< IntType, IntBits >inline
as_int() constFixed< IntType, IntBits >inline
as_int64() constFixed< IntType, IntBits >inline
as_internal() constFixed< IntType, IntBits >inline
as_long() constFixed< IntType, IntBits >inline
as_short() constFixed< IntType, IntBits >inline
as_unsigned_int() constFixed< IntType, IntBits >inline
as_unsigned_int64() constFixed< IntType, IntBits >inline
as_unsigned_long() constFixed< IntType, IntBits >inline
as_unsigned_short() constFixed< IntType, IntBits >inline
atan() constFixed< IntType, IntBits >
ceil() constFixed< IntType, IntBits >inline
cos() constFixed< IntType, IntBits >inline
exp() constFixed< 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_halfFixed< IntType, IntBits >static
fixed_half_piFixed< IntType, IntBits >static
fixed_maxFixed< IntType, IntBits >static
fixed_oneFixed< IntType, IntBits >static
fixed_piFixed< IntType, IntBits >static
fixed_quarter_piFixed< IntType, IntBits >static
fixed_two_piFixed< IntType, IntBits >static
fixed_zeroFixed< IntType, IntBits >static
floor() constFixed< IntType, IntBits >inline
log() constFixed< IntType, IntBits >
m_nValFixed< IntType, IntBits >private
modf(Fixed *integral_part) constFixed< IntType, IntBits >inline
operator bool() constFixed< IntType, IntBits >inline
operator double() constFixed< IntType, IntBits >inline
operator!() constFixed< 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-() constFixed< 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() constFixed< IntType, IntBits >inline
sin_cos(Fixed const &theta, Fixed *s, Fixed *c)Fixed< IntType, IntBits >static
sqrt() constFixed< IntType, IntBits >
tan() constFixed< IntType, IntBits >inline
to_polar(Fixed const &x, Fixed const &y, Fixed *r, Fixed *theta)Fixed< IntType, IntBits >static