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