Home
last modified time | relevance | path

Searched refs:wtable (Results 1 - 4 of 4) sorted by relevance

/third_party/musl/src/ctype/
H A Dwcwidth.c7 static const unsigned char wtable[] = { variable
18 if ((wtable[wtable[wc>>8]*32+((wc&255)>>3)]>>(wc&7))&1) in wcwidth()
/third_party/python/Modules/_decimal/libmpdec/
H A Ddifradix2.c77 mpd_uint_t *wtable = tparams->wtable; in fnt_dif2() local
98 w0 = wtable[j]; in fnt_dif2()
99 w1 = wtable[j+1]; in fnt_dif2()
146 w = wtable[j*wstep]; in fnt_dif2()
H A Dnumbertheory.h46 mpd_uint_t wtable[]; member
H A Dnumbertheory.c105 /* wtable[] := w**0, w**1, ..., w**(nhalf-1) */ in _mpd_init_fnt_params()
108 tparams->wtable[i] = w; in _mpd_init_fnt_params()
115 /* Initialize wtable of size three. */

Completed in 2 milliseconds