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

◆ s0x32() [3/4]

template<typename OtherFP>
fl::fl::s0x32::s0x32 ( const OtherFP & other,
typename fl::enable_if<(OtherFP::INT_BITS<=INT_BITS) &&(OtherFP::FRAC_BITS<=FRAC_BITS) &&(OtherFP::INT_BITS !=INT_BITS||OtherFP::FRAC_BITS !=FRAC_BITS), int >::type = 0 )
inlineconstexpr

Definition at line 52 of file s16x16x4.h.

55 {
56 // Q16 × Q16 = Q32 → shift right 16 → Q16
57 return from_raw(simd::mulhi_i32_4(raw, b.raw));
58 }
59
constexpr i32 raw() const FL_NOEXCEPT
Definition s16x16x4.h:72
static constexpr FASTLED_FORCE_INLINE s0x32 from_raw(i32 raw) FL_NOEXCEPT
Definition s16x16x4.h:66

References raw().

+ Here is the call graph for this function: