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