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