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

◆ abs()

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

Definition at line 128 of file u4x12.h.

128 {
129 // For unsigned type, abs is identity
130 return x;
131 }

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

+ Here is the call graph for this function: