Searched refs:iscale (Results 1 - 2 of 2) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/m68k/fpsp040/
H A Dbindec.S391 bges iscale |if pos, skip next inst
393 cmpl #0xffffecd4,%d0 |test iscale <= -4908
395 addil #24,%d0 |add in 24 to iscale
399 iscale: label
454 | the iscale value would have caused the pwrten calculation
455 | to overflow. Only a negative iscale can cause this, so
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/
H A Dqdm2.c1495 const double iscale = 2.0*M_PI / 512.0; local
1501 c.im = level * sin(tone->phase*iscale);
1502 c.re = level * cos(tone->phase*iscale);
1538 const double iscale = 0.25 * M_PI; local
1557 c.re = level * cos(q->fft_coefs[i].phase * iscale);
1558 c.im = level * sin(q->fft_coefs[i].phase * iscale);

Completed in 113 milliseconds