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

◆ from_raw()

static constexpr FASTLED_FORCE_INLINE u12x4 fl::u12x4::from_raw ( u16 raw)
inlinestaticconstexpr

Definition at line 41 of file u12x4.h.

41 {
42 return u12x4(raw, RawTag());
43 }
constexpr u12x4() FL_NOEXCEPT=default
constexpr u16 raw() const FL_NOEXCEPT
Definition u12x4.h:47

References u12x4(), FASTLED_FORCE_INLINE, FL_NOEXCEPT, and raw().

Referenced by ceil(), exp2_fp(), floor(), fract(), log2_fp(), mod(), operator*(), operator*(), operator*, operator+(), operator-(), operator/(), operator<<(), operator>>(), rsqrt(), and sqrt().

+ Here is the call graph for this function:
+ Here is the caller graph for this function: