FastLED
3.9.15
Loading...
Searching...
No Matches
◆
C_MULBYSCALAR
#define C_MULBYSCALAR
(
c
,
s
)
Value:
do
{ (c).r =
sround
(
smul
( (c).r , s ) ) ;\
(c).i =
sround
(
smul
( (c).i , s ) ) ; }
while
(0)
sround
#define sround(x)
Definition
_kiss_fft_guts.h:62
smul
#define smul(a, b)
Definition
_kiss_fft_guts.h:61
Definition at line
77
of file
_kiss_fft_guts.h
.
77
# define C_MULBYSCALAR( c, s ) \
78
do{ (c).r = sround( smul( (c).r , s ) ) ;\
79
(c).i = sround( smul( (c).i , s ) ) ; }while(0)
Referenced by
kf_bfly3()
.
third_party
cq_kernel
_kiss_fft_guts.h
Generated on Tue Jun 16 2026 00:07:02 for FastLED by
1.13.2