|
FastLED 3.9.15
|
Functions | |
| fl::u64 | mul_hi_u64 (fl::u64 a, fl::u64 b) FL_NOEXCEPT |
Variables | |
| constexpr fl::u32 | kInfBitsNeg = 0xFF800000u |
| constexpr fl::u32 | kInfBitsPos = 0x7F800000u |
| static constexpr fl::i16 | kPow10BExp [kPow10Count] |
| static constexpr fl::size | kPow10Count = 103 |
| static constexpr int | kPow10KMax = 38 |
| static constexpr int | kPow10KMin = -64 |
| static constexpr fl::u64 | kPow10Mant [kPow10Count] |
| constexpr fl::u32 | kSignBitMask = 0x80000000u |