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

◆ highest_bit()

int fl::detail::gamma_constexpr::highest_bit ( u32 v)
constexpr

Definition at line 71 of file gamma_lut.h.

71 {
72 return v == 0 ? -1 : hb_step(v, 0);
73}
constexpr int hb_step(u32 v, int r) FL_NOEXCEPT
Definition gamma_lut.h:62

References FL_NOEXCEPT, and hb_step().

Referenced by log2_fp().

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