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

◆ operator*() [1/2]

FASTLED_FORCE_INLINE u16x16 fl::u16x16::operator* ( u16x16 b) const
inlineconstexpr

Definition at line 77 of file u16x16.h.

77 {
78 return from_raw(static_cast<u32>(
79 (static_cast<u64>(mValue) * b.mValue) >> FRAC_BITS));
80 }
u32 mValue
Definition u16x16.h:201
static constexpr FASTLED_FORCE_INLINE u16x16 from_raw(u32 raw) FL_NOEXCEPT
Definition u16x16.h:53
static constexpr int FRAC_BITS
Definition u16x16.h:21
fl::u64 u64
Definition s16x16x4.h:221

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

+ Here is the call graph for this function: