Home
last modified time | relevance | path

Searched refs:w (Results 76 – 100 of 548) sorted by path

12345678910>>...22

/original-bsd/lib/libm/ieee/
H A Dcbrt.c45 double r,s,t=0.0,w; local
85 w=t+t;
86 r=(r-t)/(w+r); /* r-t is exact */
/original-bsd/lib/libm/tahoe/
H A Dsupport.s151 movl r3,r11 # r10:r11 = y1 = y w/ last 27 bits 0
206 andl2 $0x807fffff,r0 # r0 = x w/ exponent zapped
/original-bsd/lib/libmp/
H A Dgcd.c11 { MINT x,y,z,w; local
12 x.len=y.len=z.len=w.len=0;
16 { mdiv(&x,&y,&w,&z);
24 xfree(&w);
28 { MINT x, y, z, w, Anew, Aold; local
30 x.len = y.len = z.len = w.len = Aold.len = 0;
37 { mdiv(&x, &y, &w, &z);
39 mult(&w, &Anew, &Anew);
51 xfree(&w);
H A Dmdiv.c65 { MINT u,v,x,w; local
68 u.len=v.len=x.len=w.len=0;
104 sdiv(&x,d,&w,(short *)&qq);
105 r->len=w.len;
106 r->val=w.val;
/original-bsd/lib/libplot/imagen/
H A Dline.c37 putwd(w) in putwd() argument
39 putch(w>>8); in putwd()
40 putch(w); in putwd()
/original-bsd/libexec/ftpd/
H A Dftpcmd.y1156 int i, j, w;
1173 w = strlen(c->name) + 1;
1174 while (w < width) {
1176 w++;
/original-bsd/libexec/rbootd/
H A Drmp_var.h111 #define WORDZE(w) ((w) == 0) argument
112 #define ZEROWORD(w) (w) = 0 argument
114 #define GETWORD(w, i) (i) = (w) argument
115 #define PUTWORD(i, w) (w) = (i) argument
124 #define WORDZE(w) \ argument
125 ((w.val[_WORD_HIGHPART] == 0) && (w.val[_WORD_LOWPART] == 0))
126 #define ZEROWORD(w) \ argument
127 (w).val[_WORD_HIGHPART] = (w).val[_WORD_LOWPART] = 0
132 #define GETWORD(w, i) \ argument
133 (i) = (((u_int)(w).val[_WORD_HIGHPART]) << 16) | (w).val[_WORD_LOWPART]
[all …]
/original-bsd/libexec/rlogind/
H A Drlogind.c320 struct winsize w; local
322 if (n < 4+sizeof (w) || cp[2] != 's' || cp[3] != 's')
325 memmove(&w, cp+4, sizeof(w));
326 w.ws_row = ntohs(w.ws_row);
327 w.ws_col = ntohs(w.ws_col);
328 w.ws_xpixel = ntohs(w.ws_xpixel);
329 w.ws_ypixel = ntohs(w.ws_ypixel);
330 (void)ioctl(pty, TIOCSWINSZ, &w);
331 return (4+sizeof (w));
/original-bsd/local/X11R5/mit/config/
H A Dimake.c134 #define waitCode(w) WEXITSTATUS(w) argument
135 #define waitSig(w) WTERMSIG(w) argument
139 #define waitCode(w) (((w) >> 8) & 0x7f) argument
140 #define waitSig(w) ((w) & 0xff) argument
144 #define waitCode(w) ((w).w_T.w_Retcode) argument
145 #define waitSig(w) ((w).w_T.w_Termsig) argument
149 #define WIFSIGNALED(w) waitSig(w) argument
152 #define WIFEXITED(w) waitCode(w) argument
/original-bsd/local/ditroff/ditroff.okeeffe/chem/
H A Dchem.awk.src10 set(dc, "300 nw 315 nw 330 nw 270 w 210 sw 225 sw 240 sw")
180 printf("Last: %s: %s with .e at %s.w+(%g,0)\n", n, $1, $4, dew)
182 printf("Last: %s: %s with .w at %s.e-(%g,0)\n", n, $1, $4, dew)
H A Dchem.macros.src12 C: ellipse invis ht $5 wid $6 at T.w + ($4,$7)
13 L: ellipse invis ht $5 wid $6 at T.w + (cwid/2,$7)
/original-bsd/local/ditroff/ditroff.okeeffe/devhar/
H A Ddhar.c856 int c, w; local
/original-bsd/local/ditroff/ditroff.okeeffe/devhar/fonts/
H A DB110 w 130 0 0167 1482 LC W
201 *w 130 0 0172 1618 LC OMEGA
H A DBI110 w 130 0 0167 1490 LC W
H A DBs38 w 155 2 067 3600 SM CAP W
189 *w 130 0 0172 1618 LC OMEGA
H A DDESC23 *y *h *i *k *l *m *n *c *o *p *r *s ts *t *u *f *x *q *w *A
H A DG360 w 144 2 0167 0272 LC W
H A DI110 w 130 0 0167 1486 LC W
H A DR114 w 141 0 0167 1478 LC W
204 *w 125 0 0172 1622 LC OMEGA
H A DRS60 w 136 0 0167 2730 LC W
H A DRs37 w 169 2 027 3600 SM CAP W
188 *w 125 0 0172 1622 LC OMEGA
H A DS64 *w 125 0 0172 1622 LC OMEGA
H A DSO61 w " =W
H A DV110 w 150 2 0167 1422 LC W
H A DVl110 w 144 2 0167 1418 LC W

12345678910>>...22