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

◆ sign()

template<typename T>
enable_if< is_fixed_point< T >::value, int >::type fl::sign ( T x)
inlineconstexpr

Definition at line 530 of file fixed_point.h.

530{ return T::sign(x); }

References FL_NOEXCEPT, and x.

Referenced by fl::third_party::ClipToShort(), fl::third_party::FASTABS(), FL_DISABLE_WARNING(), fl::third_party::vorbis::float32_unpack(), itoa(), itoa64(), parseFloat(), and parseInt().

+ Here is the caller graph for this function: