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