|
FastLED 3.9.15
|
This is the complete list of members for fl::u8x24, including all inherited members.
| _highest_bit_step(u32 v, int r) FL_NOEXCEPT | fl::u8x24 | inlineprivatestatic |
| ceil(u8x24 x) FL_NOEXCEPT | fl::u8x24 | inlinestatic |
| clamp(u8x24 x, u8x24 lo, u8x24 hi) FL_NOEXCEPT | fl::u8x24 | inlinestatic |
| exp2_fp(u8x24 x) FL_NOEXCEPT | fl::u8x24 | inlineprivatestatic |
| floor(u8x24 x) FL_NOEXCEPT | fl::u8x24 | inlinestatic |
| FRAC_BITS | fl::u8x24 | static |
| fract(u8x24 x) FL_NOEXCEPT | fl::u8x24 | inlinestatic |
| from_raw(u32 raw) FL_NOEXCEPT | fl::u8x24 | inlinestatic |
| highest_bit(u32 v) FL_NOEXCEPT | fl::u8x24 | inlineprivatestatic |
| INT_BITS | fl::u8x24 | static |
| lerp(u8x24 a, u8x24 b, u8x24 t) FL_NOEXCEPT | fl::u8x24 | inlinestatic |
| log2_fp(u8x24 x) FL_NOEXCEPT | fl::u8x24 | inlineprivatestatic |
| max(u8x24 a, u8x24 b) FL_NOEXCEPT | fl::u8x24 | inlinestatic |
| min(u8x24 a, u8x24 b) FL_NOEXCEPT | fl::u8x24 | inlinestatic |
| mod(u8x24 a, u8x24 b) FL_NOEXCEPT | fl::u8x24 | inlinestatic |
| mValue | fl::u8x24 | private |
| operator!=(u8x24 b) const FL_NOEXCEPT | fl::u8x24 | inline |
| operator*(u8x24 b) const FL_NOEXCEPT | fl::u8x24 | inline |
| operator*(u32 scalar) const FL_NOEXCEPT | fl::u8x24 | inline |
| operator*(u32 scalar, u8x24 fp) FL_NOEXCEPT | fl::u8x24 | friend |
| operator+(u8x24 b) const FL_NOEXCEPT | fl::u8x24 | inline |
| operator-(u8x24 b) const FL_NOEXCEPT | fl::u8x24 | inline |
| operator/(u8x24 b) const FL_NOEXCEPT | fl::u8x24 | inline |
| operator<(u8x24 b) const FL_NOEXCEPT | fl::u8x24 | inline |
| operator<<(int shift) const FL_NOEXCEPT | fl::u8x24 | inline |
| operator<=(u8x24 b) const FL_NOEXCEPT | fl::u8x24 | inline |
| operator==(u8x24 b) const FL_NOEXCEPT | fl::u8x24 | inline |
| operator>(u8x24 b) const FL_NOEXCEPT | fl::u8x24 | inline |
| operator>=(u8x24 b) const FL_NOEXCEPT | fl::u8x24 | inline |
| operator>>(int shift) const FL_NOEXCEPT | fl::u8x24 | inline |
| pow(u8x24 base, u8x24 exp) FL_NOEXCEPT | fl::u8x24 | inlinestatic |
| raw() const FL_NOEXCEPT | fl::u8x24 | inline |
| rsqrt(u8x24 x) FL_NOEXCEPT | fl::u8x24 | inlinestatic |
| SCALE | fl::u8x24 | static |
| smoothstep(u8x24 edge0, u8x24 edge1, u8x24 x) FL_NOEXCEPT | fl::u8x24 | inlinestatic |
| sqrt(u8x24 x) FL_NOEXCEPT | fl::u8x24 | inlinestatic |
| step(u8x24 edge, u8x24 x) FL_NOEXCEPT | fl::u8x24 | inlinestatic |
| to_float() const FL_NOEXCEPT | fl::u8x24 | inline |
| to_int() const FL_NOEXCEPT | fl::u8x24 | inline |
| u8x24() FL_NOEXCEPT=default | fl::u8x24 | |
| u8x24(float f) FL_NOEXCEPT | fl::u8x24 | inlineexplicit |
| u8x24(IntT n) FL_NOEXCEPT | fl::u8x24 | inlineexplicit |
| u8x24(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::u8x24 | inline |
| u8x24(u32 raw, RawTag) FL_NOEXCEPT | fl::u8x24 | inlineexplicit |