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

◆ _isqrt32_start()

FL_OPTIMIZE_FUNCTION constexpr u32 fl::_isqrt32_start ( u32 x,
u32 bit )
inlineconstexpr

Definition at line 41 of file isqrt.h.

41 {
42 return (bit == 0 || bit <= x) ? bit : _isqrt32_start(x, bit >> 2);
43}
FL_OPTIMIZE_FUNCTION constexpr u32 _isqrt32_start(u32 x, u32 bit) FL_NOEXCEPT
Definition isqrt.h:41

References _isqrt32_start(), FL_NOEXCEPT, FL_OPTIMIZE_FUNCTION, and x.

Referenced by _isqrt32_start(), and isqrt32().

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