Searched defs:ew (Results 1 - 6 of 6) sorted by relevance

/illumos-gate/usr/src/lib/libcurses/screen/
H A Dwaddchnstr.c59 int ew; local
65 ew = mbeucw((int)(_CHAR(*string)));
68 for (b = 0; b < ew; b++) {
78 ew = mbeucw((int)(_CHAR(*string)));
79 if ((remcols < sw) || (ncols < ew))
81 for (b = 0; b < ew; b++) {
86 ncols -= ew;
/illumos-gate/usr/src/lib/libc/i386/fp/
H A D_X_cplx_div_ix.c101 int eb, ec, ed, ew, i, j; local
119 ew = (ec > ed)? ec : ed;
122 if (ew >= 0x7fff) { /* w is inf or nan */
135 if (ew == 0 && (cc.i[1] | cc.i[0] | dd.i[1] | dd.i[0]) == 0) {
157 ew = (ew - 0x3800) >> 12;
158 sc = c * scl[ew + 4].e;
159 sd = d * scl[ew + 4].e;
164 eb -= (ew + ew);
[all...]
H A D_X_cplx_div_rx.c101 int ea, ec, ed, ew, i, j; local
119 ew = (ec > ed)? ec : ed;
122 if (ew >= 0x7fff) { /* w is inf or nan */
135 if (ew == 0 && (cc.i[1] | cc.i[0] | dd.i[1] | dd.i[0]) == 0) {
157 ew = (ew - 0x3800) >> 12;
158 sc = c * scl[ew + 4].e;
159 sd = d * scl[ew + 4].e;
164 ea -= (ew + ew);
[all...]
H A D_X_cplx_div.c91 int ea, eb, ec, ed, ez, ew, es, i, j; local
115 ew = (ec > ed)? ec : ed;
118 if (ew >= 0x7fff) { /* w is inf or nan */
140 if (ew == 0 && (cc.i[1] | cc.i[0] | dd.i[1] | dd.i[0]) == 0) {
171 es = ((ew >> 2) - ew) + 0x6ffd;
173 if (((ew - 0x3efe) | (0x4083 - ew)) >= 0)
174 es = ((0x4083 - ew) >> 1) + 0x3fff;
/illumos-gate/usr/src/lib/libast/common/regex/
H A Dregcomp.c1023 col(Celt_t* ce, int ic, unsigned char* bp, int bw, int bc, unsigned char* ep, int ew, int ec) argument
1094 if (ew == 1)
1112 else if (ew < COLL_KEY_MAX)
1135 for (e = k + ew; k < e; *k++ = *s++);
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/mdnsd/
H A DDNSDigest.c649 int sw,sc,ew,ec; local
688 ew=(c->num>>2);
694 for (; sw < ew; sw++)
748 ew=(int)(len>>2); /* words to copy */
750 for (; ew; ew--,p++)

Completed in 76 milliseconds