Definition at line 19 of file s12x4.h.
|
| static constexpr FASTLED_FORCE_INLINE s12x4 | abs (s12x4 x) FL_NOEXCEPT |
| |
| static FASTLED_FORCE_INLINE s12x4 | acos (s12x4 x) FL_NOEXCEPT |
| |
| static FASTLED_FORCE_INLINE s12x4 | asin (s12x4 x) FL_NOEXCEPT |
| |
| static FASTLED_FORCE_INLINE s12x4 | atan (s12x4 x) FL_NOEXCEPT |
| |
| static FASTLED_FORCE_INLINE s12x4 | atan2 (s12x4 y, s12x4 x) FL_NOEXCEPT |
| |
| static constexpr FASTLED_FORCE_INLINE s12x4 | ceil (s12x4 x) FL_NOEXCEPT |
| |
| static constexpr FASTLED_FORCE_INLINE s12x4 | clamp (s12x4 x, s12x4 lo, s12x4 hi) FL_NOEXCEPT |
| |
| static FASTLED_FORCE_INLINE s12x4 | cos (s12x4 angle) FL_NOEXCEPT |
| |
| static constexpr FASTLED_FORCE_INLINE s12x4 | floor (s12x4 x) FL_NOEXCEPT |
| |
| static constexpr FASTLED_FORCE_INLINE s12x4 | fract (s12x4 x) FL_NOEXCEPT |
| |
| static constexpr FASTLED_FORCE_INLINE s12x4 | from_raw (i16 raw) FL_NOEXCEPT |
| |
| static constexpr FASTLED_FORCE_INLINE s12x4 | lerp (s12x4 a, s12x4 b, s12x4 t) FL_NOEXCEPT |
| |
| static constexpr FASTLED_FORCE_INLINE s12x4 | mod (s12x4 a, s12x4 b) FL_NOEXCEPT |
| |
| static FASTLED_FORCE_INLINE s12x4 | pow (s12x4 base, s12x4 exp) FL_NOEXCEPT |
| |
| static constexpr FASTLED_FORCE_INLINE s12x4 | rsqrt (s12x4 x) FL_NOEXCEPT |
| |
| static constexpr FASTLED_FORCE_INLINE int | sign (s12x4 x) FL_NOEXCEPT |
| |
| static FASTLED_FORCE_INLINE s12x4 | sin (s12x4 angle) FL_NOEXCEPT |
| |
| static FASTLED_FORCE_INLINE void | sincos (s12x4 angle, s12x4 &out_sin, s12x4 &out_cos) FL_NOEXCEPT |
| |
| static FASTLED_FORCE_INLINE s12x4 | smoothstep (s12x4 edge0, s12x4 edge1, s12x4 x) FL_NOEXCEPT |
| |
| static constexpr FASTLED_FORCE_INLINE s12x4 | sqrt (s12x4 x) FL_NOEXCEPT |
| |
| static constexpr FASTLED_FORCE_INLINE s12x4 | step (s12x4 edge, s12x4 x) FL_NOEXCEPT |
| |