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

◆ DIVSCALAR

#define DIVSCALAR ( x,
k )
Value:
(x) = sround( smul( x, SAMP_MAX/k ) )
#define SAMP_MAX
#define sround(x)
#define smul(a, b)
int x
Definition simple.h:92

Definition at line 69 of file _kiss_fft_guts.h.

69# define DIVSCALAR(x,k) \
70 (x) = sround( smul( x, SAMP_MAX/k ) )