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