| _highest_bit_step(u32 v, int r) | fl::fixed_point_base< Derived, IntBits, FracBits > | inlineprivatestatic |
| abs(Derived x) | fl::fixed_point_base< Derived, IntBits, FracBits > | inlinestatic |
| abs() const | fl::fixed_point_base< Derived, IntBits, FracBits > | inline |
| acos(Derived x) | fl::fixed_point_base< Derived, IntBits, FracBits > | inlinestatic |
| acos() const | fl::fixed_point_base< Derived, IntBits, FracBits > | inline |
| angle_to_a24(Derived angle) | fl::fixed_point_base< Derived, IntBits, FracBits > | inlineprivatestatic |
| asin(Derived x) | fl::fixed_point_base< Derived, IntBits, FracBits > | inlinestatic |
| asin() const | fl::fixed_point_base< Derived, IntBits, FracBits > | inline |
| atan(Derived x) | fl::fixed_point_base< Derived, IntBits, FracBits > | inlinestatic |
| atan() const | fl::fixed_point_base< Derived, IntBits, FracBits > | inline |
| atan2(Derived y, Derived x) | fl::fixed_point_base< Derived, IntBits, FracBits > | inlinestatic |
| atan_unit(Derived t) | fl::fixed_point_base< Derived, IntBits, FracBits > | inlineprivatestatic |
| ceil(Derived x) | fl::fixed_point_base< Derived, IntBits, FracBits > | inlinestatic |
| ceil() const | fl::fixed_point_base< Derived, IntBits, FracBits > | inline |
| clamp(Derived x, Derived lo, Derived hi) | fl::fixed_point_base< Derived, IntBits, FracBits > | inlinestatic |
| cos() const | fl::fixed_point_base< Derived, IntBits, FracBits > | inline |
| cos(Derived angle) | fl::fixed_point_base< Derived, IntBits, FracBits > | inlinestatic |
| exp2_fp(Derived x) | fl::fixed_point_base< Derived, IntBits, FracBits > | inlineprivatestatic |
| exp2_horner(raw_type int_pow, PolyType fr_ifrac, PolyType d0, PolyType d1, PolyType d2, PolyType d3, fl::true_type) | fl::fixed_point_base< Derived, IntBits, FracBits > | inlineprivatestatic |
| exp2_horner(raw_type int_pow, PolyType fr_ifrac, PolyType d0, PolyType d1, PolyType d2, PolyType d3, fl::false_type) | fl::fixed_point_base< Derived, IntBits, FracBits > | inlineprivatestatic |
| fixed_point_base() FL_NOEXCEPT=default | fl::fixed_point_base< Derived, IntBits, FracBits > | |
| fixed_point_base(float f) | fl::fixed_point_base< Derived, IntBits, FracBits > | inlineexplicit |
| fixed_point_base(raw_type raw, RawTag) | fl::fixed_point_base< Derived, IntBits, FracBits > | inlineexplicit |
| floor(Derived x) | fl::fixed_point_base< Derived, IntBits, FracBits > | inlinestatic |
| floor() const | fl::fixed_point_base< Derived, IntBits, FracBits > | inline |
| FRAC_BITS | fl::fixed_point_base< Derived, IntBits, FracBits > | static |
| fract(Derived x) | fl::fixed_point_base< Derived, IntBits, FracBits > | inlinestatic |
| fract() const | fl::fixed_point_base< Derived, IntBits, FracBits > | inline |
| from_raw(raw_type raw) | fl::fixed_point_base< Derived, IntBits, FracBits > | inlinestatic |
| highest_bit(u32 v) | fl::fixed_point_base< Derived, IntBits, FracBits > | inlineprivatestatic |
| INT_BITS | fl::fixed_point_base< Derived, IntBits, FracBits > | static |
| intermediate_type typedef | fl::fixed_point_base< Derived, IntBits, FracBits > | |
| lerp(Derived a, Derived b, Derived t) | fl::fixed_point_base< Derived, IntBits, FracBits > | inlinestatic |
| log2_fp(Derived x) | fl::fixed_point_base< Derived, IntBits, FracBits > | inlineprivatestatic |
| log2_horner(raw_type int_part, PolyType t_ifrac, PolyType c0, PolyType c1, PolyType c2, PolyType c3, fl::true_type) | fl::fixed_point_base< Derived, IntBits, FracBits > | inlineprivatestatic |
| log2_horner(raw_type int_part, PolyType t_ifrac, PolyType c0, PolyType c1, PolyType c2, PolyType c3, fl::false_type) | fl::fixed_point_base< Derived, IntBits, FracBits > | inlineprivatestatic |
| mod(Derived a, Derived b) | fl::fixed_point_base< Derived, IntBits, FracBits > | inlinestatic |
| mValue | fl::fixed_point_base< Derived, IntBits, FracBits > | protected |
| operator!=(Derived b) const | fl::fixed_point_base< Derived, IntBits, FracBits > | inline |
| operator*(Derived b) const | fl::fixed_point_base< Derived, IntBits, FracBits > | inline |
| operator*(raw_type scalar) const | fl::fixed_point_base< Derived, IntBits, FracBits > | inline |
| operator*(raw_type scalar, Derived fp) | fl::fixed_point_base< Derived, IntBits, FracBits > | friend |
| operator+(Derived b) const | fl::fixed_point_base< Derived, IntBits, FracBits > | inline |
| operator-(Derived b) const | fl::fixed_point_base< Derived, IntBits, FracBits > | inline |
| operator-() const | fl::fixed_point_base< Derived, IntBits, FracBits > | inline |
| operator/(Derived b) const | fl::fixed_point_base< Derived, IntBits, FracBits > | inline |
| operator<(Derived b) const | fl::fixed_point_base< Derived, IntBits, FracBits > | inline |
| operator<=(Derived b) const | fl::fixed_point_base< Derived, IntBits, FracBits > | inline |
| operator==(Derived b) const | fl::fixed_point_base< Derived, IntBits, FracBits > | inline |
| operator>(Derived b) const | fl::fixed_point_base< Derived, IntBits, FracBits > | inline |
| operator>=(Derived b) const | fl::fixed_point_base< Derived, IntBits, FracBits > | inline |
| operator>>(int shift) const | fl::fixed_point_base< Derived, IntBits, FracBits > | inline |
| poly_intermediate_type typedef | fl::fixed_point_base< Derived, IntBits, FracBits > | |
| pow(Derived base, Derived exp) | fl::fixed_point_base< Derived, IntBits, FracBits > | inlinestatic |
| RAD_TO_24 | fl::fixed_point_base< Derived, IntBits, FracBits > | privatestatic |
| raw() const | fl::fixed_point_base< Derived, IntBits, FracBits > | inline |
| raw_type typedef | fl::fixed_point_base< Derived, IntBits, FracBits > | |
| rsqrt(Derived x) | fl::fixed_point_base< Derived, IntBits, FracBits > | inlinestatic |
| rsqrt() const | fl::fixed_point_base< Derived, IntBits, FracBits > | inline |
| sign(Derived x) | fl::fixed_point_base< Derived, IntBits, FracBits > | inlinestatic |
| sign() const | fl::fixed_point_base< Derived, IntBits, FracBits > | inline |
| sin() const | fl::fixed_point_base< Derived, IntBits, FracBits > | inline |
| sin(Derived angle) | fl::fixed_point_base< Derived, IntBits, FracBits > | inlinestatic |
| sincos(Derived angle, Derived &out_sin, Derived &out_cos) | fl::fixed_point_base< Derived, IntBits, FracBits > | inlinestatic |
| smoothstep(Derived edge0, Derived edge1, Derived x) | fl::fixed_point_base< Derived, IntBits, FracBits > | inlinestatic |
| sqrt(Derived x) | fl::fixed_point_base< Derived, IntBits, FracBits > | inlinestatic |
| sqrt() const | fl::fixed_point_base< Derived, IntBits, FracBits > | inline |
| sqrt_impl(Derived x, fl::true_type) | fl::fixed_point_base< Derived, IntBits, FracBits > | inlineprivatestatic |
| sqrt_impl(Derived x, fl::false_type) | fl::fixed_point_base< Derived, IntBits, FracBits > | inlineprivatestatic |
| step(Derived edge, Derived x) | fl::fixed_point_base< Derived, IntBits, FracBits > | inlinestatic |
| to_float() const | fl::fixed_point_base< Derived, IntBits, FracBits > | inline |
| to_int() const | fl::fixed_point_base< Derived, IntBits, FracBits > | inline |
| traits typedef | fl::fixed_point_base< Derived, IntBits, FracBits > | |
| unsigned_intermediate_type typedef | fl::fixed_point_base< Derived, IntBits, FracBits > | |
| unsigned_raw_type typedef | fl::fixed_point_base< Derived, IntBits, FracBits > | |