Definition at line 152 of file s12x4.h.
152 {
153 constexpr s12x4 one(1.0f);
154 constexpr s12x4 pi_over_2(1.5707963f);
155 bool neg =
x.mValue < 0;
158 if (ax <= one) {
160 } else {
162 }
164 }
constexpr FASTLED_FORCE_INLINE s12x4 abs() const FL_NOEXCEPT
static FASTLED_FORCE_INLINE s12x4 atan_unit(s12x4 t) FL_NOEXCEPT
constexpr s12x4() FL_NOEXCEPT=default
expected< T, E > result
Alias for expected (Rust-style naming)
References s12x4(), abs(), atan_unit(), FASTLED_FORCE_INLINE, FL_NOEXCEPT, and fl::x.