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

◆ abs()

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

Definition at line 141 of file u12x4.h.

141 {
142 // Unsigned values are always non-negative
143 return x;
144 }

References u12x4(), FASTLED_FORCE_INLINE, FL_NOEXCEPT, and fl::x.

+ Here is the call graph for this function: