Home
last modified time | relevance | path

Searched refs:wtable (Results 1 – 3 of 3) sorted by relevance

/external/python/cpython3/Modules/_decimal/libmpdec/
Ddifradix2.c75 mpd_uint_t *wtable = tparams->wtable; in fnt_dif2() local
96 w0 = wtable[j]; in fnt_dif2()
97 w1 = wtable[j+1]; in fnt_dif2()
144 w = wtable[j*wstep]; in fnt_dif2()
Dnumbertheory.h46 mpd_uint_t wtable[]; member
Dnumbertheory.c106 tparams->wtable[i] = w; in _mpd_init_fnt_params()