, including all inherited members.
_data | fixed_base< T, FIXED_BITS > | [private] |
_EPSILON() ETL_ATTRIB_CONST ETL_ATTRIB_INLINE | fixed_base< T, FIXED_BITS > | [inline, private, static] |
_F_MASK() ETL_ATTRIB_CONST ETL_ATTRIB_INLINE | fixed_base< T, FIXED_BITS > | [inline, private, static] |
_fixed typedef | fixed_base< T, FIXED_BITS > | [private] |
_ONE() ETL_ATTRIB_CONST ETL_ATTRIB_INLINE | fixed_base< T, FIXED_BITS > | [inline, private, static] |
_TYPE_SMALLER_THAN_INT() ETL_ATTRIB_CONST ETL_ATTRIB_INLINE | fixed_base< T, FIXED_BITS > | [inline, private, static] |
_USING_ALL_BITS() ETL_ATTRIB_CONST ETL_ATTRIB_INLINE | fixed_base< T, FIXED_BITS > | [inline, private, static] |
ceil() const | fixed_base< T, FIXED_BITS > | [inline] |
data() ETL_ATTRIB_PURE ETL_ATTRIB_INLINE | fixed_base< T, FIXED_BITS > | [inline] |
data() const ETL_ATTRIB_PURE ETL_ATTRIB_INLINE | fixed_base< T, FIXED_BITS > | [inline] |
fixed_base() ETL_ATTRIB_INLINE | fixed_base< T, FIXED_BITS > | [inline] |
fixed_base(const float &f) ETL_ATTRIB_INLINE | fixed_base< T, FIXED_BITS > | [inline] |
fixed_base(const double &f) ETL_ATTRIB_INLINE | fixed_base< T, FIXED_BITS > | [inline] |
fixed_base(const long double &f) ETL_ATTRIB_INLINE | fixed_base< T, FIXED_BITS > | [inline] |
fixed_base(const int &i) ETL_ATTRIB_INLINE | fixed_base< T, FIXED_BITS > | [inline] |
fixed_base(const int &n, const int &d) ETL_ATTRIB_INLINE | fixed_base< T, FIXED_BITS > | [inline] |
fixed_base(const _fixed &x) ETL_ATTRIB_INLINE | fixed_base< T, FIXED_BITS > | [inline] |
fixed_base(value_type x, raw) ETL_ATTRIB_INLINE | fixed_base< T, FIXED_BITS > | [inline] |
floor() const | fixed_base< T, FIXED_BITS > | [inline] |
operator bool() const ETL_ATTRIB_INLINE | fixed_base< T, FIXED_BITS > | [inline] |
operator double() const ETL_ATTRIB_INLINE | fixed_base< T, FIXED_BITS > | [inline] |
operator float() const ETL_ATTRIB_INLINE | fixed_base< T, FIXED_BITS > | [inline] |
operator int() const ETL_ATTRIB_INLINE | fixed_base< T, FIXED_BITS > | [inline] |
operator long double() const ETL_ATTRIB_INLINE | fixed_base< T, FIXED_BITS > | [inline] |
operator!=(const _fixed &rhs) const | fixed_base< T, FIXED_BITS > | [inline] |
operator*(const U &rhs) const ETL_ATTRIB_INLINE | fixed_base< T, FIXED_BITS > | [inline] |
operator*(const _fixed &rhs) const ETL_ATTRIB_INLINE | fixed_base< T, FIXED_BITS > | [inline] |
operator*(const int &rhs) const ETL_ATTRIB_INLINE | fixed_base< T, FIXED_BITS > | [inline] |
operator*(const float &rhs) const ETL_ATTRIB_INLINE | fixed_base< T, FIXED_BITS > | [inline] |
operator*(const double &rhs) const ETL_ATTRIB_INLINE | fixed_base< T, FIXED_BITS > | [inline] |
operator*=(const U &rhs) ETL_ATTRIB_INLINE | fixed_base< T, FIXED_BITS > | [inline] |
operator*=(const _fixed &rhs) ETL_ATTRIB_INLINE | fixed_base< T, FIXED_BITS > | [inline] |
operator*=(const int &rhs) ETL_ATTRIB_INLINE | fixed_base< T, FIXED_BITS > | [inline] |
operator+(const U &rhs) const ETL_ATTRIB_INLINE | fixed_base< T, FIXED_BITS > | [inline] |
operator+(const _fixed &rhs) const ETL_ATTRIB_INLINE | fixed_base< T, FIXED_BITS > | [inline] |
operator+=(const _fixed &rhs) ETL_ATTRIB_INLINE | fixed_base< T, FIXED_BITS > | [inline] |
operator-(const U &rhs) const ETL_ATTRIB_INLINE | fixed_base< T, FIXED_BITS > | [inline] |
operator-(const _fixed &rhs) const ETL_ATTRIB_INLINE | fixed_base< T, FIXED_BITS > | [inline] |
operator-() const ETL_ATTRIB_INLINE | fixed_base< T, FIXED_BITS > | [inline] |
operator-=(const _fixed &rhs) ETL_ATTRIB_INLINE | fixed_base< T, FIXED_BITS > | [inline] |
operator/(const U &rhs) const ETL_ATTRIB_INLINE | fixed_base< T, FIXED_BITS > | [inline] |
operator/(const _fixed &rhs) const ETL_ATTRIB_INLINE | fixed_base< T, FIXED_BITS > | [inline] |
operator/(const int &rhs) const ETL_ATTRIB_INLINE | fixed_base< T, FIXED_BITS > | [inline] |
operator/=(const U &rhs) ETL_ATTRIB_INLINE | fixed_base< T, FIXED_BITS > | [inline] |
operator/=(const _fixed &rhs) ETL_ATTRIB_INLINE | fixed_base< T, FIXED_BITS > | [inline] |
operator/=(const int &rhs) ETL_ATTRIB_INLINE | fixed_base< T, FIXED_BITS > | [inline] |
operator<(const _fixed &rhs) const | fixed_base< T, FIXED_BITS > | [inline] |
operator<=(const _fixed &rhs) const | fixed_base< T, FIXED_BITS > | [inline] |
operator==(const _fixed &rhs) const | fixed_base< T, FIXED_BITS > | [inline] |
operator>(const _fixed &rhs) const | fixed_base< T, FIXED_BITS > | [inline] |
operator>=(const _fixed &rhs) const | fixed_base< T, FIXED_BITS > | [inline] |
round() const | fixed_base< T, FIXED_BITS > | [inline] |
self_type typedef | fixed_base< T, FIXED_BITS > | [private] |
value_type typedef | fixed_base< T, FIXED_BITS > | |