FastLED 3.9.15
Loading...
Searching...
No Matches

◆ abs() [2/2]

static constexpr FASTLED_FORCE_INLINE s12x4 fl::s12x4::abs ( s12x4 x)
inlinestaticconstexpr

Definition at line 121 of file s12x4.h.

121 {
122 return from_raw(x.mValue < 0 ? -x.mValue : x.mValue);
123 }
static constexpr FASTLED_FORCE_INLINE s12x4 from_raw(i16 raw) FL_NOEXCEPT
Definition s12x4.h:42

References s12x4(), FASTLED_FORCE_INLINE, FL_NOEXCEPT, from_raw(), and fl::x.

+ Here is the call graph for this function: