|
FastLED 3.9.15
|
This is the complete list of members for fl::fixed_point< IntBits, FracBits, S >, including all inherited members.
| abs(fixed_point x) FL_NOEXCEPT | fl::fixed_point< IntBits, FracBits, S > | inlinestatic |
| acos(fixed_point x) FL_NOEXCEPT | fl::fixed_point< IntBits, FracBits, S > | inlinestatic |
| asin(fixed_point x) FL_NOEXCEPT | fl::fixed_point< IntBits, FracBits, S > | inlinestatic |
| atan(fixed_point x) FL_NOEXCEPT | fl::fixed_point< IntBits, FracBits, S > | inlinestatic |
| atan2(fixed_point y, fixed_point x) FL_NOEXCEPT | fl::fixed_point< IntBits, FracBits, S > | inlinestatic |
| Base typedef | fl::fixed_point< IntBits, FracBits, S > | private |
| ceil(fixed_point x) FL_NOEXCEPT | fl::fixed_point< IntBits, FracBits, S > | inlinestatic |
| clamp(fixed_point x, fixed_point lo, fixed_point hi) FL_NOEXCEPT | fl::fixed_point< IntBits, FracBits, S > | inlinestatic |
| cos(fixed_point angle) FL_NOEXCEPT | fl::fixed_point< IntBits, FracBits, S > | inlinestatic |
| fixed_point() FL_NOEXCEPT | fl::fixed_point< IntBits, FracBits, S > | inline |
| fixed_point(float f) FL_NOEXCEPT | fl::fixed_point< IntBits, FracBits, S > | inlineexplicit |
| fixed_point(IntT n) FL_NOEXCEPT | fl::fixed_point< IntBits, FracBits, S > | inlineexplicit |
| fixed_point(RawType raw, typename Base::RawTag tag) FL_NOEXCEPT | fl::fixed_point< IntBits, FracBits, S > | inlineexplicit |
| fixed_point(const fixed_point< OtherInt, OtherFrac, OtherSign > &other, typename enable_if< is_fp_promotable< fixed_point< OtherInt, OtherFrac, OtherSign >, fixed_point< IntBits, FracBits, S > >::value, int >::type=0) FL_NOEXCEPT | fl::fixed_point< IntBits, FracBits, S > | inline |
| floor(fixed_point x) FL_NOEXCEPT | fl::fixed_point< IntBits, FracBits, S > | inlinestatic |
| fract(fixed_point x) FL_NOEXCEPT | fl::fixed_point< IntBits, FracBits, S > | inlinestatic |
| from_raw(RawType raw) FL_NOEXCEPT | fl::fixed_point< IntBits, FracBits, S > | inlinestatic |
| lerp(fixed_point a, fixed_point b, fixed_point t) FL_NOEXCEPT | fl::fixed_point< IntBits, FracBits, S > | inlinestatic |
| max(fixed_point a, fixed_point b) FL_NOEXCEPT | fl::fixed_point< IntBits, FracBits, S > | inlinestatic |
| min(fixed_point a, fixed_point b) FL_NOEXCEPT | fl::fixed_point< IntBits, FracBits, S > | inlinestatic |
| mod(fixed_point a, fixed_point b) FL_NOEXCEPT | fl::fixed_point< IntBits, FracBits, S > | inlinestatic |
| operator!=(fixed_point b) const FL_NOEXCEPT | fl::fixed_point< IntBits, FracBits, S > | inline |
| operator*(fixed_point b) const FL_NOEXCEPT | fl::fixed_point< IntBits, FracBits, S > | inline |
| operator*(i32 scalar) const FL_NOEXCEPT | fl::fixed_point< IntBits, FracBits, S > | inline |
| operator*(i32 scalar, fixed_point fp) FL_NOEXCEPT | fl::fixed_point< IntBits, FracBits, S > | friend |
| operator+(fixed_point b) const FL_NOEXCEPT | fl::fixed_point< IntBits, FracBits, S > | inline |
| operator-(fixed_point b) const FL_NOEXCEPT | fl::fixed_point< IntBits, FracBits, S > | inline |
| operator-() const FL_NOEXCEPT | fl::fixed_point< IntBits, FracBits, S > | inline |
| operator/(fixed_point b) const FL_NOEXCEPT | fl::fixed_point< IntBits, FracBits, S > | inline |
| operator<(fixed_point b) const FL_NOEXCEPT | fl::fixed_point< IntBits, FracBits, S > | inline |
| operator<<(int shift) const FL_NOEXCEPT | fl::fixed_point< IntBits, FracBits, S > | inline |
| operator<=(fixed_point b) const FL_NOEXCEPT | fl::fixed_point< IntBits, FracBits, S > | inline |
| operator==(fixed_point b) const FL_NOEXCEPT | fl::fixed_point< IntBits, FracBits, S > | inline |
| operator>(fixed_point b) const FL_NOEXCEPT | fl::fixed_point< IntBits, FracBits, S > | inline |
| operator>=(fixed_point b) const FL_NOEXCEPT | fl::fixed_point< IntBits, FracBits, S > | inline |
| operator>>(int shift) const FL_NOEXCEPT | fl::fixed_point< IntBits, FracBits, S > | inline |
| pow(fixed_point base, fixed_point exp) FL_NOEXCEPT | fl::fixed_point< IntBits, FracBits, S > | inlinestatic |
| promote_fp(OtherRawType other_raw) FL_NOEXCEPT | fl::fixed_point< IntBits, FracBits, S > | inlineprivatestatic |
| PromotionType typedef | fl::fixed_point< IntBits, FracBits, S > | private |
| raw() const FL_NOEXCEPT | fl::fixed_point< IntBits, FracBits, S > | inline |
| RawType typedef | fl::fixed_point< IntBits, FracBits, S > | private |
| rsqrt(fixed_point x) FL_NOEXCEPT | fl::fixed_point< IntBits, FracBits, S > | inlinestatic |
| sign(fixed_point x) FL_NOEXCEPT | fl::fixed_point< IntBits, FracBits, S > | inlinestatic |
| sin(fixed_point angle) FL_NOEXCEPT | fl::fixed_point< IntBits, FracBits, S > | inlinestatic |
| sincos(fixed_point angle, fixed_point &out_sin, fixed_point &out_cos) FL_NOEXCEPT | fl::fixed_point< IntBits, FracBits, S > | inlinestatic |
| smoothstep(fixed_point edge0, fixed_point edge1, fixed_point x) FL_NOEXCEPT | fl::fixed_point< IntBits, FracBits, S > | inlinestatic |
| sqrt(fixed_point x) FL_NOEXCEPT | fl::fixed_point< IntBits, FracBits, S > | inlinestatic |
| step(fixed_point edge, fixed_point x) FL_NOEXCEPT | fl::fixed_point< IntBits, FracBits, S > | inlinestatic |
| to_float() const FL_NOEXCEPT | fl::fixed_point< IntBits, FracBits, S > | inline |
| to_int() const FL_NOEXCEPT | fl::fixed_point< IntBits, FracBits, S > | inline |