|
FastLED 3.9.15
|
This is the complete list of members for fl::u0x32, including all inherited members.
| clamp(u0x32 val, u0x32 low, u0x32 high) FL_NOEXCEPT | fl::u0x32 | inlinestatic |
| FRAC_BITS | fl::u0x32 | static |
| from_raw(u32 raw) FL_NOEXCEPT | fl::u0x32 | inlinestatic |
| INT_BITS | fl::u0x32 | static |
| max(u0x32 a, u0x32 b) FL_NOEXCEPT | fl::u0x32 | inlinestatic |
| min(u0x32 a, u0x32 b) FL_NOEXCEPT | fl::u0x32 | inlinestatic |
| mValue | fl::u0x32 | private |
| operator!=(u0x32 b) const FL_NOEXCEPT | fl::u0x32 | inline |
| operator*(u0x32 b) const FL_NOEXCEPT | fl::u0x32 | inline |
| operator*(u32 scalar) const FL_NOEXCEPT | fl::u0x32 | inline |
| operator*(u32 scalar, u0x32 a) FL_NOEXCEPT | fl::u0x32 | friend |
| operator+(u0x32 b) const FL_NOEXCEPT | fl::u0x32 | inline |
| operator-(u0x32 b) const FL_NOEXCEPT | fl::u0x32 | inline |
| operator/(u0x32 b) const FL_NOEXCEPT | fl::u0x32 | inline |
| operator/(u32 scalar) const FL_NOEXCEPT | fl::u0x32 | inline |
| operator<(u0x32 b) const FL_NOEXCEPT | fl::u0x32 | inline |
| operator<<(int shift) const FL_NOEXCEPT | fl::u0x32 | inline |
| operator<=(u0x32 b) const FL_NOEXCEPT | fl::u0x32 | inline |
| operator==(u0x32 b) const FL_NOEXCEPT | fl::u0x32 | inline |
| operator>(u0x32 b) const FL_NOEXCEPT | fl::u0x32 | inline |
| operator>=(u0x32 b) const FL_NOEXCEPT | fl::u0x32 | inline |
| operator>>(int shift) const FL_NOEXCEPT | fl::u0x32 | inline |
| raw() const FL_NOEXCEPT | fl::u0x32 | inline |
| to_float() const FL_NOEXCEPT | fl::u0x32 | inline |
| to_int() const FL_NOEXCEPT | fl::u0x32 | inline |
| u0x32() FL_NOEXCEPT=default | fl::u0x32 | |
| u0x32(float f) FL_NOEXCEPT | fl::u0x32 | inlineexplicit |
| u0x32(const OtherFP &other, typename fl::enable_if<(OtherFP::INT_BITS<=INT_BITS) &&(OtherFP::FRAC_BITS<=FRAC_BITS) &&(OtherFP::INT_BITS !=INT_BITS||OtherFP::FRAC_BITS !=FRAC_BITS), int >::type=0) FL_NOEXCEPT | fl::u0x32 | inline |
| u0x32(u32 raw, RawTag) FL_NOEXCEPT | fl::u0x32 | inlineexplicit |