FastLED 3.9.15
Loading...
Searching...
No Matches
fl::fixed_point< IntBits, FracBits, S > Member List

This is the complete list of members for fl::fixed_point< IntBits, FracBits, S >, including all inherited members.

abs(fixed_point x) FL_NOEXCEPTfl::fixed_point< IntBits, FracBits, S >inlinestatic
acos(fixed_point x) FL_NOEXCEPTfl::fixed_point< IntBits, FracBits, S >inlinestatic
asin(fixed_point x) FL_NOEXCEPTfl::fixed_point< IntBits, FracBits, S >inlinestatic
atan(fixed_point x) FL_NOEXCEPTfl::fixed_point< IntBits, FracBits, S >inlinestatic
atan2(fixed_point y, fixed_point x) FL_NOEXCEPTfl::fixed_point< IntBits, FracBits, S >inlinestatic
Base typedeffl::fixed_point< IntBits, FracBits, S >private
ceil(fixed_point x) FL_NOEXCEPTfl::fixed_point< IntBits, FracBits, S >inlinestatic
clamp(fixed_point x, fixed_point lo, fixed_point hi) FL_NOEXCEPTfl::fixed_point< IntBits, FracBits, S >inlinestatic
cos(fixed_point angle) FL_NOEXCEPTfl::fixed_point< IntBits, FracBits, S >inlinestatic
fixed_point() FL_NOEXCEPTfl::fixed_point< IntBits, FracBits, S >inline
fixed_point(float f) FL_NOEXCEPTfl::fixed_point< IntBits, FracBits, S >inlineexplicit
fixed_point(IntT n) FL_NOEXCEPTfl::fixed_point< IntBits, FracBits, S >inlineexplicit
fixed_point(RawType raw, typename Base::RawTag tag) FL_NOEXCEPTfl::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_NOEXCEPTfl::fixed_point< IntBits, FracBits, S >inline
floor(fixed_point x) FL_NOEXCEPTfl::fixed_point< IntBits, FracBits, S >inlinestatic
fract(fixed_point x) FL_NOEXCEPTfl::fixed_point< IntBits, FracBits, S >inlinestatic
from_raw(RawType raw) FL_NOEXCEPTfl::fixed_point< IntBits, FracBits, S >inlinestatic
lerp(fixed_point a, fixed_point b, fixed_point t) FL_NOEXCEPTfl::fixed_point< IntBits, FracBits, S >inlinestatic
max(fixed_point a, fixed_point b) FL_NOEXCEPTfl::fixed_point< IntBits, FracBits, S >inlinestatic
min(fixed_point a, fixed_point b) FL_NOEXCEPTfl::fixed_point< IntBits, FracBits, S >inlinestatic
mod(fixed_point a, fixed_point b) FL_NOEXCEPTfl::fixed_point< IntBits, FracBits, S >inlinestatic
operator!=(fixed_point b) const FL_NOEXCEPTfl::fixed_point< IntBits, FracBits, S >inline
operator*(fixed_point b) const FL_NOEXCEPTfl::fixed_point< IntBits, FracBits, S >inline
operator*(i32 scalar) const FL_NOEXCEPTfl::fixed_point< IntBits, FracBits, S >inline
operator*(i32 scalar, fixed_point fp) FL_NOEXCEPTfl::fixed_point< IntBits, FracBits, S >friend
operator+(fixed_point b) const FL_NOEXCEPTfl::fixed_point< IntBits, FracBits, S >inline
operator-(fixed_point b) const FL_NOEXCEPTfl::fixed_point< IntBits, FracBits, S >inline
operator-() const FL_NOEXCEPTfl::fixed_point< IntBits, FracBits, S >inline
operator/(fixed_point b) const FL_NOEXCEPTfl::fixed_point< IntBits, FracBits, S >inline
operator<(fixed_point b) const FL_NOEXCEPTfl::fixed_point< IntBits, FracBits, S >inline
operator<<(int shift) const FL_NOEXCEPTfl::fixed_point< IntBits, FracBits, S >inline
operator<=(fixed_point b) const FL_NOEXCEPTfl::fixed_point< IntBits, FracBits, S >inline
operator==(fixed_point b) const FL_NOEXCEPTfl::fixed_point< IntBits, FracBits, S >inline
operator>(fixed_point b) const FL_NOEXCEPTfl::fixed_point< IntBits, FracBits, S >inline
operator>=(fixed_point b) const FL_NOEXCEPTfl::fixed_point< IntBits, FracBits, S >inline
operator>>(int shift) const FL_NOEXCEPTfl::fixed_point< IntBits, FracBits, S >inline
pow(fixed_point base, fixed_point exp) FL_NOEXCEPTfl::fixed_point< IntBits, FracBits, S >inlinestatic
promote_fp(OtherRawType other_raw) FL_NOEXCEPTfl::fixed_point< IntBits, FracBits, S >inlineprivatestatic
PromotionType typedeffl::fixed_point< IntBits, FracBits, S >private
raw() const FL_NOEXCEPTfl::fixed_point< IntBits, FracBits, S >inline
RawType typedeffl::fixed_point< IntBits, FracBits, S >private
rsqrt(fixed_point x) FL_NOEXCEPTfl::fixed_point< IntBits, FracBits, S >inlinestatic
sign(fixed_point x) FL_NOEXCEPTfl::fixed_point< IntBits, FracBits, S >inlinestatic
sin(fixed_point angle) FL_NOEXCEPTfl::fixed_point< IntBits, FracBits, S >inlinestatic
sincos(fixed_point angle, fixed_point &out_sin, fixed_point &out_cos) FL_NOEXCEPTfl::fixed_point< IntBits, FracBits, S >inlinestatic
smoothstep(fixed_point edge0, fixed_point edge1, fixed_point x) FL_NOEXCEPTfl::fixed_point< IntBits, FracBits, S >inlinestatic
sqrt(fixed_point x) FL_NOEXCEPTfl::fixed_point< IntBits, FracBits, S >inlinestatic
step(fixed_point edge, fixed_point x) FL_NOEXCEPTfl::fixed_point< IntBits, FracBits, S >inlinestatic
to_float() const FL_NOEXCEPTfl::fixed_point< IntBits, FracBits, S >inline
to_int() const FL_NOEXCEPTfl::fixed_point< IntBits, FracBits, S >inline