OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:framp
(Results
1 - 3
of
3
) sorted by null
/external/srec/srec/cfront/
spec_anl.c
286
ASSERT(((float)nxt + (float)freqobj->
framp
[j] *(float)density[j]) < LONG_MAX);
287
ASSERT(((float)nxt + (float)freqobj->
framp
[j] *(float)density[j]) > -LONG_MAX);
288
nxt += (bigdata) SHIFT_DOWN((bigdata)freqobj->
framp
[j] * (bigdata)density[j], RAMP_SHIFT);
297
ASSERT((float) freqobj->
framp
[j] *(float) density[j] < LONG_MAX);
298
ASSERT((float) freqobj->
framp
[j] *(float) density[j] > LONG_MIN);
302
ASSERT((float) mom + (float) freqobj->
framp
[j] *(float) density[j] < LONG_MAX);
303
ASSERT((float) mom + (float) freqobj->
framp
[j] *(float) density[j] > LONG_MIN);
305
mom += (bigdata)(long) SHIFT_DOWN((bigdata)freqobj->
framp
[j] * (bigdata)density[j], RAMP_SHIFT);
frontobj.c
434
freqobj->
framp
[i] = 0;
444
freqobj->
framp
[j] = (fftdata) fixed_point_convert(t, RAMP_SHIFT); /* scale it up by 12 bits, (16 - 4) */
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 () */
458
write_frames(freqobj->ns, 1, freqobj->
framp
, D_LONG);
479
log_report("
framp
\n");
480
write_scaled_frames(freqobj->ns, 1, freqobj->
framp
, D_FIXED, 1);
/external/srec/srec/include/
front.h
170
fftdata fcscl[NF+1],
framp
[NP+1];
member in struct:__anon35708
Completed in 133 milliseconds