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

◆ MAX_OVERFLOW

template<int IntBits, int FracBits>
auto fl::fixed_point_traits< IntBits, FracBits >::MAX_OVERFLOW
staticconstexpr
Initial value:
=
: static_cast<raw_type>(0x7FFFFFFF)
fl::conditional_t<(TOTAL_BITS<=16), i16, i32 > raw_type
Definition traits.h:106
static constexpr int TOTAL_BITS
Definition traits.h:103

Definition at line 130 of file traits.h.

Referenced by fl::fixed_point_base< Derived, IntBits, FracBits >::exp2_fp().