Home
last modified time | relevance | path

Searched refs:wstep (Results 1 – 4 of 4) sorted by relevance

/third_party/python/Modules/_decimal/libmpdec/
Dsixstep.c59 mpd_uint_t *x, w0, w1, wstep; in six_step_fnt() local
97 wstep = MULMOD(w1, w1); /* r**(2*i) */ in six_step_fnt()
102 MULMOD2C(&w0, &w1, wstep); /* r**(i*(k+2)) = r**(i*k) * r**(2*i) */ in six_step_fnt()
144 mpd_uint_t *x, w0, w1, wstep; in inv_six_step_fnt() local
179 wstep = MULMOD(w1, w1); in inv_six_step_fnt()
184 MULMOD2C(&w0, &w1, wstep); in inv_six_step_fnt()
Dfourstep.c144 mpd_uint_t kernel, w0, w1, wstep; in four_step_fnt() local
171 wstep = MULMOD(w1, w1); /* r**(2*i) */ in four_step_fnt()
176 MULMOD2C(&w0, &w1, wstep); /* r**(i*(k+2)) = r**(i*k) * r**(2*i) */ in four_step_fnt()
206 mpd_uint_t kernel, w0, w1, wstep; in inv_four_step_fnt() local
240 wstep = MULMOD(w1, w1); in inv_four_step_fnt()
245 MULMOD2C(&w0, &w1, wstep); in inv_four_step_fnt()
Ddifradix2.c84 mpd_uint_t w, w0, w1, wstep; in fnt_dif2() local
120 wstep = 2; in fnt_dif2()
121 for (m = n/2; m >= 2; m>>=1, wstep<<=1) { in fnt_dif2()
146 w = wtable[j*wstep]; in fnt_dif2()
/third_party/ffmpeg/libavcodec/
Dvorbisdec.c1154 float wstep = M_PI / vf->bark_map_size; in vorbis_floor0_decode() local
1160 vf->map_size[blockflag], order, wstep); in vorbis_floor0_decode()
1167 float two_cos_w = 2.0f * cos(wstep * iter_cond); // needed all times in vorbis_floor0_decode()