Home
last modified time | relevance | path

Searched refs:yd (Results 1 – 12 of 12) sorted by relevance

/original-bsd/lib/libplot/t300s/
H A Dline.c24 float xd,yd; in iline() local
29 yd = cy1-cy0; in iline()
30 command = COM|((xd<0)<<1)|(yd<0); in iline()
33 yd=0; in iline()
37 yd /= maxp; in iline()
45 chy = cy0+yd*tt-ynow; in iline()
H A Dsubr.c93 int xd,yd; in movep() local
104 yd = dy/(SPACES*2); in movep()
105 pts = xd<yd?xd:yd; in movep()
110 if(yd>0)addr|=MAXY; in movep()
116 if(xd!=yd){ in movep()
122 i=yd-pts; in movep()
132 remy=dy-yd*SPACES*2; in movep()
/original-bsd/lib/libplot/t450/
H A Dline.c24 float xd,yd; in iline() local
29 yd = cy1-cy0; in iline()
32 if(yd >= 0)chy = UP; in iline()
36 yd=0; in iline()
40 yd /= maxp; in iline()
48 j = cy0+yd*tt-ynow; in iline()
/original-bsd/lib/libplot/t300/
H A Dline.c24 float xd,yd; in iline() local
29 yd = cy1-cy0; in iline()
32 if(yd >= 0)chy = UP; in iline()
36 yd=0; in iline()
40 yd /= maxp; in iline()
48 j = cy0+yd*tt-ynow; in iline()
/original-bsd/usr.bin/graph/
H A Dgraph.c35 } xd,yd; variable
88 init(&yd);
89 xd.xsize = yd.xsize = 1.;
121 xd.xlb = yd.xlb = 0;
122 xd.xub = yd.xub = 0;
295 t = xd; xd = yd; yd = t; in transpose()
530 line(xd.xbot,yd.xbot,xd.xtop,yd.xbot); in axes()
538 line(mark[i],yd.xbot,mark[i],yd.xtop); in axes()
540 line(mark[i],yd.xbot,mark[i],yd.xbot+tick); in axes()
541 line(mark[i],yd.xtop-tick,mark[i],yd.xtop); in axes()
[all …]
/original-bsd/sys/i386/isa/
H A Dclock.c164 int leap,day_week,t,yd; local
179 yd = mtos(bcd(rtcin(RTC_MONTH)),leap); sec += yd; /* month */
180 t = (bcd(rtcin(RTC_DAY))-1) * 24*60*60; sec += t; yd += t; /* date */
189 yd = yd / (24*60*60);
190 if ((yd >= DAYST) && ( yd <= DAYEN)) {
/original-bsd/local/ditroff/ditroff.old.okeeffe/driver/
H A Ddterm.c709 register int yd; local
721 yd = dy / DP;
723 numdots = abs (yd);
725 motincr = DP * sgn (yd);
732 if (yd == 0) {
742 if (abs (xd) > abs (yd)) {
743 val = slope = (float) xd/yd;
748 perpincr = DP * sgn (yd);
750 val = slope = (float) yd/xd;
751 numdots = abs (yd);
[all …]
/original-bsd/local/ditroff/ditroff.old.okeeffe/pic/
H A Dpltroff.c536 int xd, yd; local
547 yd = dy / DX;
551 numdots = abs (yd);
552 motincr = DX * sgn (yd);
561 if (yd == 0) {
572 if (abs (xd) > abs (yd)) {
573 val = slope = (float) xd/yd;
578 perpincr = DX * sgn (yd);
581 val = slope = (float) yd/xd;
582 numdots = abs (yd);
[all …]
/original-bsd/usr.bin/f77/libI77/
H A Dlwrite.c58 double yd,zd; local
87 yd= *yy++;
89 ERRCHK(lwrt_DC(yd,zd));
/original-bsd/usr.bin/jot/
H A Djot.c63 double xd, yd; local
66 register double *y = &yd;
/original-bsd/usr.bin/diction/style1/
H A Dnhash.c212 struct dict *yd; member
232 pp = ptr->yd; in ygetd()
/original-bsd/usr.bin/diction/style2/
H A Dehash.c87 struct dict *yd; member
131 pp = ptr->yd; in egetd()