Definition at line 163 of file s8x8.h.
163 {
164 constexpr s8x8 one(1.0f);
165 constexpr s8x8 pi_over_2(1.5707963f);
166 bool neg =
x.mValue < 0;
169 if (ax <= one) {
171 } else {
173 }
175 }
constexpr s8x8() FL_NOEXCEPT=default
constexpr FASTLED_FORCE_INLINE s8x8 abs() const FL_NOEXCEPT
static FASTLED_FORCE_INLINE s8x8 atan_unit(s8x8 t) FL_NOEXCEPT
expected< T, E > result
Alias for expected (Rust-style naming)
References s8x8(), abs(), atan_unit(), FASTLED_FORCE_INLINE, FL_NOEXCEPT, and fl::x.