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

◆ cos32()

FASTLED_FORCE_INLINE i32 fl::cos32 ( u32 angle)

Definition at line 81 of file sin32.h.

81 {
82 return sin32(angle + 4194304u);
83}
FASTLED_FORCE_INLINE i32 sin32(u32 angle) FL_NOEXCEPT
Definition sin32.h:59

References FASTLED_FORCE_INLINE, FL_NOEXCEPT, and sin32().

Referenced by fl::fixed_point_base< Derived, IntBits, FracBits >::cos(), fl::s12x4::cos(), fl::s16x16::cos(), fl::s24x8::cos(), fl::s4x12::cos(), fl::s8x24::cos(), fl::s8x8::cos(), cos16lut(), easeInOutSine16(), easeInSine16(), fl::s12x4::sincos(), fl::s24x8::sincos(), fl::s4x12::sincos(), fl::s8x24::sincos(), and fl::s8x8::sincos().

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