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:59
smul
#define smul(a, b)
Definition
_kiss_fft_guts.h:58
Definition at line
74
of file
_kiss_fft_guts.h
.
74
# define C_MULBYSCALAR( c, s ) \
75
do{ (c).r = sround( smul( (c).r , s ) ) ;\
76
(c).i = sround( smul( (c).i , s ) ) ; }while(0)
Referenced by
kf_bfly3()
.
third_party
cq_kernel
_kiss_fft_guts.h
Generated on Sat May 24 2025 22:44:23 for FastLED by
1.13.2