Definition at line 18 of file u24x8.h.
|
| static constexpr FASTLED_FORCE_INLINE u24x8 | abs (u24x8 x) FL_NOEXCEPT |
| |
| static constexpr FASTLED_FORCE_INLINE u24x8 | ceil (u24x8 x) FL_NOEXCEPT |
| |
| static constexpr FASTLED_FORCE_INLINE u24x8 | clamp (u24x8 x, u24x8 lo, u24x8 hi) FL_NOEXCEPT |
| |
| static constexpr FASTLED_FORCE_INLINE u24x8 | floor (u24x8 x) FL_NOEXCEPT |
| |
| static constexpr FASTLED_FORCE_INLINE u24x8 | fract (u24x8 x) FL_NOEXCEPT |
| |
| static constexpr FASTLED_FORCE_INLINE u24x8 | from_raw (u32 raw) FL_NOEXCEPT |
| |
| static constexpr FASTLED_FORCE_INLINE u24x8 | lerp (u24x8 a, u24x8 b, u24x8 t) FL_NOEXCEPT |
| |
| static constexpr FASTLED_FORCE_INLINE u24x8 | max (u24x8 a, u24x8 b) FL_NOEXCEPT |
| |
| static constexpr FASTLED_FORCE_INLINE u24x8 | min (u24x8 a, u24x8 b) FL_NOEXCEPT |
| |
| static constexpr FASTLED_FORCE_INLINE u24x8 | mod (u24x8 a, u24x8 b) FL_NOEXCEPT |
| |
| static FASTLED_FORCE_INLINE u24x8 | pow (u24x8 base, u24x8 exp) FL_NOEXCEPT |
| |
| static constexpr FASTLED_FORCE_INLINE u24x8 | rsqrt (u24x8 x) FL_NOEXCEPT |
| |
| static FASTLED_FORCE_INLINE u24x8 | smoothstep (u24x8 edge0, u24x8 edge1, u24x8 x) FL_NOEXCEPT |
| |
| static constexpr FASTLED_FORCE_INLINE u24x8 | sqrt (u24x8 x) FL_NOEXCEPT |
| |
| static constexpr FASTLED_FORCE_INLINE u24x8 | step (u24x8 edge, u24x8 x) FL_NOEXCEPT |
| |