Searched refs:nw1 (Results 1 - 3 of 3) sorted by relevance

/freebsd-9.3-release/contrib/gdtoa/
H A DstrtoIg.c42 int i, nb, nw, nw1, rv, rv1, swap; local
60 nw1 = nw - 1;
67 b1->x[nw1] = 1L << nb11;
77 || (nb1 && b1->x[nw1] & 1L << nb1)) {
83 if (b1->x[nw1] & 1L << nb11) {
99 for(i = nw1; !b1->x[i]; --i)
106 if (!(b1->x[nw1] & 1L << nb11)) {
H A Dsmisc.c142 int nw, nw1; local
153 nw1 = nw & 1;
154 for(xe = x + (nw - nw1); x < xe; x += 2)
156 if (nw1)
/freebsd-9.3-release/contrib/cvs/src/
H A Dsanity.sh16265 touch w1 w2 w3 nw1
16266 dotest devcom2-3 "${testcvs} add w1 w2 w3 nw1" "${DOTSTAR}"
16289 dotest devcom2-7 "${testcvs} -q co first-dir" 'U first-dir/nw1
16293 dotest devcom2-8 "test -w first-dir/nw1" ''
16319 "U first${PLUS}dir/nw1

Completed in 104 milliseconds