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