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

◆ mod()

static constexpr FASTLED_FORCE_INLINE u16x16 fl::u16x16::mod ( u16x16 a,
u16x16 b )
inlinestaticconstexpr

Definition at line 125 of file u16x16.h.

125 {
126 return from_raw(a.mValue % b.mValue);
127 }
static constexpr FASTLED_FORCE_INLINE u16x16 from_raw(u32 raw) FL_NOEXCEPT
Definition u16x16.h:53

References u16x16(), FASTLED_FORCE_INLINE, FL_NOEXCEPT, from_raw(), and mValue.

+ Here is the call graph for this function: