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