Home
last modified time | relevance | path

Searched refs:xd (Results 1 – 14 of 14) sorted by relevance

/original-bsd/lib/libplot/t300s/
H A Dline.c24 float xd,yd; in iline() local
28 xd = cx1-cx0; in iline()
30 command = COM|((xd<0)<<1)|(yd<0); in iline()
32 xd=0; in iline()
36 xd /= maxp; in iline()
42 chx= cx0+xd*tt-xnow; in iline()
H A Dsubr.c93 int xd,yd; in movep() local
103 xd = dx/(SPACES*2); in movep()
105 pts = xd<yd?xd:yd; in movep()
109 if(xd>0)addr|=MAXX; in movep()
116 if(xd!=yd){ in movep()
117 if(xd>pts){ in movep()
118 i=xd-pts; in movep()
131 remx=dx-xd*SPACES*2; in movep()
/original-bsd/lib/libplot/t450/
H A Dline.c24 float xd,yd; in iline() local
28 xd = cx1-cx0; in iline()
30 if(xd >= 0)chx = RIGHT; in iline()
35 xd=0; in iline()
39 xd /= maxp; in iline()
44 j= cx0+xd*tt-xnow; in iline()
/original-bsd/lib/libplot/t300/
H A Dline.c24 float xd,yd; in iline() local
28 xd = cx1-cx0; in iline()
30 if(xd >= 0)chx = RIGHT; in iline()
35 xd=0; in iline()
39 xd /= maxp; in iline()
44 j= cx0+xd*tt-xnow; in iline()
/original-bsd/usr.bin/graph/
H A Dgraph.c35 } xd,yd; variable
87 init(&xd);
121 xd.xlb = yd.xlb = 0;
260 if(xd.xlbf) in readin()
261 absbot = xd.xlb; in readin()
295 t = xd; xd = yd; yd = t; in transpose()
530 line(xd.xbot,yd.xbot,xd.xtop,yd.xbot); in axes()
547 line(xd.xbot,mark[i],xd.xtop,mark[i]); in axes()
549 line(xd.xbot,mark[i],xd.xbot+tick,mark[i]); in axes()
550 line(xd.xtop-tick,mark[i],xd.xtop,mark[i]); in axes()
[all …]
/original-bsd/old/dnd/
H A Ddnd.c14 int xd; variable
60 xd = init();
61 if (xd < 0)
64 while( (cc=read(xd, buf, 512)) >= 0) {
113 stat = attach(x, xd); in startjob()
123 detach(x, xd); in stopjob()
141 int xd; in init() local
150 xd = mpx("", 0666); in init()
166 return(xd); in init()
288 write(xd,&msg,sizeof msg);
[all …]
/original-bsd/sys/i386/conf/
H A Ddevices.i3864 xd 4
H A Dfiles.i38624 i386/isa/xd.c optional xd device-driver
/original-bsd/sys/news3400/conf/
H A Ddevices.news34008 xd 12
/original-bsd/local/ditroff/ditroff.old.okeeffe/driver/
H A Ddterm.c708 register int xd; local
720 xd = dx / DP;
722 if (xd == 0) {
733 numdots = abs (xd);
735 motincr = DP * sgn (xd);
742 if (abs (xd) > abs (yd)) {
743 val = slope = (float) xd/yd;
744 numdots = abs (xd);
747 motincr = DP * sgn (xd);
750 val = slope = (float) yd/xd;
[all …]
/original-bsd/local/ditroff/ditroff.old.okeeffe/pic/
H A Dpltroff.c536 int xd, yd; local
546 xd = dx / DX;
550 if (xd == 0) {
562 numdots = abs (xd);
563 motincr = DX * sgn (xd);
572 if (abs (xd) > abs (yd)) {
573 val = slope = (float) xd/yd;
574 numdots = abs (xd);
577 motincr = DX * sgn (xd);
581 val = slope = (float) yd/xd;
[all …]
/original-bsd/sys/i386/i386/
H A Dconf.c74 bdev_decl(xd);
82 bdev_disk_init(NXD,xd), /* 4: temp alt st506/rll/esdi/ide disk */
188 cdev_decl(xd);
230 cdev_disk_init(NXD,xd), /* 11: temp alt st506/rll/esdi/ide disk */
/original-bsd/usr.bin/jot/
H A Djot.c63 double xd, yd; local
65 register double *x = &xd;
/original-bsd/usr.bin/f77/pass1.vax/
H A Dvax.c179 union { double xd; long int xl[2]; } cheat; member
182 cheat.xd = x;