|
FastLED 3.9.15
|
#include <u16x16.h>
Classes | |
| struct | RawTag |
Static Public Attributes | |
| static constexpr int | FRAC_BITS = 16 |
| static constexpr int | INT_BITS = 16 |
| static constexpr i32 | SCALE = static_cast<i32>(1) << FRAC_BITS |
Static Private Member Functions | |
| static constexpr int | _highest_bit_step (u32 v, int r) FL_NOEXCEPT |
| static FASTLED_FORCE_INLINE u16x16 | exp2_fp (u16x16 x) FL_NOEXCEPT |
| static constexpr FASTLED_FORCE_INLINE int | highest_bit (u32 v) FL_NOEXCEPT |
| static FASTLED_FORCE_INLINE u16x16 | log2_fp (u16x16 x) FL_NOEXCEPT |
Private Attributes | |
| u32 | mValue = 0 |
Friends | |
| constexpr u16x16 | operator* (u32 scalar, u16x16 fp) FL_NOEXCEPT |