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

◆ from_raw()

template<int IntBits, int FracBits, Sign S>
static constexpr FASTLED_FORCE_INLINE fixed_point fl::fixed_point< IntBits, FracBits, S >::from_raw ( RawType raw)
inlinestaticconstexpr

Definition at line 197 of file fixed_point.h.

197 {
198 return fixed_point(raw, typename Base::RawTag());
199 }
FASTLED_FORCE_INLINE constexpr fixed_point() FL_NOEXCEPT
FASTLED_FORCE_INLINE constexpr RawType raw() const FL_NOEXCEPT

Referenced by fl::fixed_point< IntBits, FracBits, Sign::SIGNED >< IntBits, FracBits >::abs(), fl::fixed_point< IntBits, FracBits, Sign::SIGNED >< IntBits, FracBits >::acos(), fl::fixed_point< IntBits, FracBits, Sign::SIGNED >< IntBits, FracBits >::asin(), fl::fixed_point< IntBits, FracBits, Sign::SIGNED >< IntBits, FracBits >::atan(), fl::fixed_point< IntBits, FracBits, Sign::SIGNED >< IntBits, FracBits >::atan2(), fl::fixed_point< IntBits, FracBits, Sign::SIGNED >< IntBits, FracBits >::ceil(), fl::fixed_point< IntBits, FracBits, Sign::SIGNED >< IntBits, FracBits >::clamp(), fl::fixed_point< IntBits, FracBits, Sign::SIGNED >< IntBits, FracBits >::cos(), fl::fixed_point< IntBits, FracBits, Sign::SIGNED >< IntBits, FracBits >::floor(), fl::fixed_point< IntBits, FracBits, Sign::SIGNED >< IntBits, FracBits >::fract(), fl::fixed_point< IntBits, FracBits, Sign::SIGNED >< IntBits, FracBits >::lerp(), fl::fixed_point< IntBits, FracBits, Sign::SIGNED >< IntBits, FracBits >::max(), fl::fixed_point< IntBits, FracBits, Sign::SIGNED >< IntBits, FracBits >::min(), fl::fixed_point< IntBits, FracBits, Sign::SIGNED >< IntBits, FracBits >::mod(), fl::fixed_point< IntBits, FracBits, Sign::SIGNED >< IntBits, FracBits >::operator*(), fl::fixed_point< IntBits, FracBits, Sign::SIGNED >< IntBits, FracBits >::operator*(), fl::fixed_point< IntBits, FracBits, Sign::SIGNED >< IntBits, FracBits >::operator*, fl::fixed_point< IntBits, FracBits, Sign::SIGNED >< IntBits, FracBits >::operator+(), fl::fixed_point< IntBits, FracBits, Sign::SIGNED >< IntBits, FracBits >::operator-(), fl::fixed_point< IntBits, FracBits, Sign::SIGNED >< IntBits, FracBits >::operator-(), fl::fixed_point< IntBits, FracBits, Sign::SIGNED >< IntBits, FracBits >::operator/(), fl::fixed_point< IntBits, FracBits, Sign::SIGNED >< IntBits, FracBits >::operator<<(), fl::fixed_point< IntBits, FracBits, Sign::SIGNED >< IntBits, FracBits >::operator>>(), fl::fixed_point< IntBits, FracBits, Sign::SIGNED >< IntBits, FracBits >::pow(), fl::fixed_point< IntBits, FracBits, Sign::SIGNED >< IntBits, FracBits >::rsqrt(), fl::fixed_point< IntBits, FracBits, Sign::SIGNED >< IntBits, FracBits >::sign(), fl::fixed_point< IntBits, FracBits, Sign::SIGNED >< IntBits, FracBits >::sin(), fl::fixed_point< IntBits, FracBits, Sign::SIGNED >< IntBits, FracBits >::sincos(), fl::fixed_point< IntBits, FracBits, Sign::SIGNED >< IntBits, FracBits >::smoothstep(), fl::fixed_point< IntBits, FracBits, Sign::SIGNED >< IntBits, FracBits >::sqrt(), and fl::fixed_point< IntBits, FracBits, Sign::SIGNED >< IntBits, FracBits >::step().

+ Here is the caller graph for this function: