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