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