Home
last modified time | relevance | path

Searched refs:ew (Results 1 – 6 of 6) sorted by relevance

/titanic_44/usr/src/lib/libc/i386/fp/
H A D_X_cplx_div_ix.c101 int eb, ec, ed, ew, i, j; in _X_cplx_div_ix() local
119 ew = (ec > ed)? ec : ed; in _X_cplx_div_ix()
122 if (ew >= 0x7fff) { /* w is inf or nan */ in _X_cplx_div_ix()
135 if (ew == 0 && (cc.i[1] | cc.i[0] | dd.i[1] | dd.i[0]) == 0) { in _X_cplx_div_ix()
157 ew = (ew - 0x3800) >> 12; in _X_cplx_div_ix()
158 sc = c * scl[ew + 4].e; in _X_cplx_div_ix()
159 sd = d * scl[ew + 4].e; in _X_cplx_div_ix()
164 eb -= (ew + ew); in _X_cplx_div_ix()
H A D_X_cplx_div_rx.c101 int ea, ec, ed, ew, i, j; in _X_cplx_div_rx() local
119 ew = (ec > ed)? ec : ed; in _X_cplx_div_rx()
122 if (ew >= 0x7fff) { /* w is inf or nan */ in _X_cplx_div_rx()
135 if (ew == 0 && (cc.i[1] | cc.i[0] | dd.i[1] | dd.i[0]) == 0) { in _X_cplx_div_rx()
157 ew = (ew - 0x3800) >> 12; in _X_cplx_div_rx()
158 sc = c * scl[ew + 4].e; in _X_cplx_div_rx()
159 sd = d * scl[ew + 4].e; in _X_cplx_div_rx()
164 ea -= (ew + ew); in _X_cplx_div_rx()
H A D_X_cplx_div.c91 int ea, eb, ec, ed, ez, ew, es, i, j; in _X_cplx_div() local
115 ew = (ec > ed)? ec : ed; in _X_cplx_div()
118 if (ew >= 0x7fff) { /* w is inf or nan */ in _X_cplx_div()
140 if (ew == 0 && (cc.i[1] | cc.i[0] | dd.i[1] | dd.i[0]) == 0) { in _X_cplx_div()
171 es = ((ew >> 2) - ew) + 0x6ffd; in _X_cplx_div()
173 if (((ew - 0x3efe) | (0x4083 - ew)) >= 0) in _X_cplx_div()
174 es = ((0x4083 - ew) >> 1) + 0x3fff; in _X_cplx_div()
/titanic_44/usr/src/lib/libcurses/screen/
H A Dwaddchnstr.c59 int ew; in waddchnstr() local
65 ew = mbeucw((int)(_CHAR(*string))); in waddchnstr()
68 for (b = 0; b < ew; b++) { in waddchnstr()
78 ew = mbeucw((int)(_CHAR(*string))); in waddchnstr()
79 if ((remcols < sw) || (ncols < ew)) in waddchnstr()
81 for (b = 0; b < ew; b++) { in waddchnstr()
86 ncols -= ew; in waddchnstr()
/titanic_44/usr/src/cmd/cmd-inet/usr.lib/mdnsd/
H A DDNSDigest.c697 int sw,sc,ew,ec; in HASH_UPDATE() local
736 ew=(c->num>>2); in HASH_UPDATE()
742 for (; sw < ew; sw++) in HASH_UPDATE()
796 ew=(int)(len>>2); /* words to copy */ in HASH_UPDATE()
798 for (; ew; ew--,p++) in HASH_UPDATE()
/titanic_44/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) in col() argument
1094 if (ew == 1) in col()
1112 else if (ew < COLL_KEY_MAX) in col()
1135 for (e = k + ew; k < e; *k++ = *s++); in col()