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