Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libc/i386/fp/
H A D_X_cplx_div_ix.c99 int eb, ec, ed, ew, i, j; in _X_cplx_div_ix() local
117 ew = (ec > ed)? ec : ed; in _X_cplx_div_ix()
120 if (ew >= 0x7fff) { /* w is inf or nan */ in _X_cplx_div_ix()
133 if (ew == 0 && (cc.i[1] | cc.i[0] | dd.i[1] | dd.i[0]) == 0) { in _X_cplx_div_ix()
155 ew = (ew - 0x3800) >> 12; in _X_cplx_div_ix()
156 sc = c * scl[ew + 4].e; in _X_cplx_div_ix()
157 sd = d * scl[ew + 4].e; in _X_cplx_div_ix()
162 eb -= (ew + ew); in _X_cplx_div_ix()
H A D_X_cplx_div_rx.c99 int ea, ec, ed, ew, i, j; in _X_cplx_div_rx() local
117 ew = (ec > ed)? ec : ed; in _X_cplx_div_rx()
120 if (ew >= 0x7fff) { /* w is inf or nan */ in _X_cplx_div_rx()
133 if (ew == 0 && (cc.i[1] | cc.i[0] | dd.i[1] | dd.i[0]) == 0) { in _X_cplx_div_rx()
155 ew = (ew - 0x3800) >> 12; in _X_cplx_div_rx()
156 sc = c * scl[ew + 4].e; in _X_cplx_div_rx()
157 sd = d * scl[ew + 4].e; in _X_cplx_div_rx()
162 ea -= (ew + ew); in _X_cplx_div_rx()
H A D_X_cplx_div.c89 int ea, eb, ec, ed, ez, ew, es, i, j; in _X_cplx_div() local
113 ew = (ec > ed)? ec : ed; in _X_cplx_div()
116 if (ew >= 0x7fff) { /* w is inf or nan */ in _X_cplx_div()
138 if (ew == 0 && (cc.i[1] | cc.i[0] | dd.i[1] | dd.i[0]) == 0) { in _X_cplx_div()
169 es = ((ew >> 2) - ew) + 0x6ffd; in _X_cplx_div()
171 if (((ew - 0x3efe) | (0x4083 - ew)) >= 0) in _X_cplx_div()
172 es = ((0x4083 - ew) >> 1) + 0x3fff; in _X_cplx_div()
/illumos-gate/usr/src/lib/libcurses/screen/
H A Dwaddchnstr.c57 int ew; in waddchnstr() local
63 ew = mbeucw((int)(_CHAR(*string))); in waddchnstr()
66 for (b = 0; b < ew; b++) { in waddchnstr()
76 ew = mbeucw((int)(_CHAR(*string))); in waddchnstr()
77 if ((remcols < sw) || (ncols < ew)) in waddchnstr()
79 for (b = 0; b < ew; b++) { in waddchnstr()
84 ncols -= ew; in waddchnstr()
/illumos-gate/usr/src/test/util-tests/tests/awk/gnu/
H A Drebrackloc.awk13 match($0, /([Nn]ew)/) {
/illumos-gate/usr/src/contrib/mDNSResponder/mDNSCore/
H A DDNSDigest.c664 int sw,sc,ew,ec; in HASH_UPDATE() local
703 ew=(c->num>>2); in HASH_UPDATE()
709 for (; (sw < ew) && ((data_end - data) >= 4); sw++) in HASH_UPDATE()
763 ew=(int)(len>>2); /* words to copy */ in HASH_UPDATE()
765 for (; ew && ((data_end - data) >= 4); ew--,p++) in HASH_UPDATE()
/illumos-gate/usr/src/contrib/ast/src/lib/libast/regex/
H A Dregcomp.c1032 col(Celt_t* ce, int ic, unsigned char* bp, int bw, int bc, unsigned char* ep, int ew, int ec) in col() argument
1103 if (ew == 1) in col()
1121 else if (ew < COLL_KEY_MAX) in col()
1144 for (e = k + ew; k < e; *k++ = *s++); in col()