|
FastLED 3.9.15
|
Include dependency graph for isqrt.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Namespaces | |
| namespace | fl |
| Base definition for an LED controller. | |
Functions | |
| FL_OPTIMIZE_FUNCTION constexpr u32 | fl::_isqrt32_start (u32 x, u32 bit) FL_NOEXCEPT |
| FL_OPTIMIZE_FUNCTION constexpr u16 | fl::_isqrt32_step (u32 x, u32 result, u32 bit) FL_NOEXCEPT |
| FL_OPTIMIZE_FUNCTION constexpr u64 | fl::_isqrt64_start (u64 x, u64 bit) FL_NOEXCEPT |
| FL_OPTIMIZE_FUNCTION constexpr u32 | fl::_isqrt64_step (u64 x, u64 result, u64 bit) FL_NOEXCEPT |
| FL_OPTIMIZE_FUNCTION constexpr u16 | fl::isqrt32 (u32 x) FL_NOEXCEPT |
| FL_OPTIMIZE_FUNCTION constexpr u32 | fl::isqrt64 (u64 x) FL_NOEXCEPT |