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

◆ operator*() [3/3]

FASTLED_FORCE_INLINE s16x16 fl::s0x32::operator* ( s16x16 b) const
constexpr

Definition at line 653 of file fixed_point.h.

653 {
654 return s16x16::from_raw(static_cast<i32>(
655 (static_cast<i64>(mValue) * b.raw()) >> 31));
656}
static constexpr FASTLED_FORCE_INLINE s16x16 from_raw(i32 raw) FL_NOEXCEPT
Definition s16x16.h:54
fl::i64 i64
Definition s16x16x4.h:222

References FASTLED_FORCE_INLINE, FL_NOEXCEPT, fl::s16x16::from_raw(), and mValue.

+ Here is the call graph for this function: