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

◆ _isqrt64_start()

FL_OPTIMIZE_FUNCTION constexpr u64 fl::_isqrt64_start ( u64 x,
u64 bit )
inlineconstexpr

Definition at line 29 of file isqrt.h.

29 {
30 return (bit == 0 || bit <= x) ? bit : _isqrt64_start(x, bit >> 2);
31}
FL_OPTIMIZE_FUNCTION constexpr u64 _isqrt64_start(u64 x, u64 bit) FL_NOEXCEPT
Definition isqrt.h:29

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

Referenced by _isqrt64_start(), and isqrt64().

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