OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fcscl
(Results
1 - 3
of
3
) sorted by null
/external/srec/srec/include/
front.h
170
fftdata
fcscl
[NF+1], framp[NP+1];
member in struct:__anon15426
/external/srec/srec/cfront/
frontobj.c
435
freqobj->
fcscl
[0] = 0;
440
freqobj->
fcscl
[i+1] = (fftdata) 0.0;
445
freqobj->
fcscl
[i] += (fftdata) SHIFT_UP(1, RAMP_SHIFT) - freqobj->framp[j]; /* scale it up by 12 bits as well () */
446
freqobj->
fcscl
[i+1] += freqobj->framp[j]; /* scale it up by 12 bits as well () */
453
/* Put in a check to validate the range of
fcscl
[] for fixed point f/e
457
write_frames(freqobj->nf, 1, freqobj->
fcscl
, D_LONG);
spec_anl.c
311
/* TODO: refine this expression. Shift down
fcscl
in advance. */
313
+ SHIFT_DOWN(freqobj->
fcscl
[i+1], HALF_RAMP_SHIFT + 1))
314
/ SHIFT_DOWN(freqobj->
fcscl
[i+1], HALF_RAMP_SHIFT));
Completed in 276 milliseconds