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