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

◆ ldexp_impl_float()

float fl::ldexp_impl_float ( float value,
int exp )

Definition at line 645 of file math.cpp.hpp.

645 {
646#if FL_MATH_USE_LIBM
647 return ::ldexpf(value, exp);
648#else
650#endif
651}
F ldexp_loop_(F value, int exp) FL_NOEXCEPT
Definition math.cpp.hpp:623
constexpr int type_rank< T >::value
enable_if< is_fixed_point< T >::value, T >::type exp(T x) FL_NOEXCEPT

References exp(), fl::detail::ldexp_loop_(), and type_rank< T >::value.

Referenced by ldexp(), and ldexpf().

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