Definition at line 181 of file s16x16.h.
181 {
182 constexpr s16x16 one(1.0f);
183 constexpr s16x16 pi_over_2(1.5707963f);
184 bool neg =
x.mValue < 0;
187 if (ax <= one) {
189 } else {
191 }
193 }
constexpr s16x16() FL_NOEXCEPT=default
constexpr FASTLED_FORCE_INLINE s16x16 abs() const FL_NOEXCEPT
static FASTLED_FORCE_INLINE s16x16 atan_unit(s16x16 t) FL_NOEXCEPT
expected< T, E > result
Alias for expected (Rust-style naming)
References s16x16(), abs(), atan_unit(), FASTLED_FORCE_INLINE, FL_NOEXCEPT, and fl::x.