Searched refs:y0 (Results 1 - 25 of 27) sorted by relevance

12

/osnet-11/usr/src/lib/libplot/t4014/common/
H A Dspace.c37 space(short x0, short y0, short x1, short y1) argument
40 oboty = y0;
44 scaley = 3120. / (y1 - y0);
H A Dline.c37 line(short x0, short y0, short x1, short y1) argument
39 move(x0, y0);
H A Dbox.c37 box(short x0, short y0, short x1, short y1) argument
39 move(x0, y0);
42 cont(x1, y0);
43 cont(x0, y0);
H A Darc.c68 arc(short x, short y, short x0, short y0, short x1, short y1) argument
76 dy = y - y0;
86 yc = ys = y0;
88 if ((x0 == x1) && (y0 == y1))
91 qs = quad_l(x, y, x0, y0);
105 m0 = (y0 - y) / (x0 - x);
/osnet-11/usr/src/lib/libplot/t450/common/
H A Dspace.c36 space(short x0, short y0, short x1, short y1) argument
41 oboty = y0;
43 scaley = 4096. / (y1 - y0);
H A Dbox.c37 box(short x0, short y0, short x1, short y1) argument
39 move(x0, y0);
42 cont(x1, y0);
43 cont(x0, y0);
H A Dline.c79 line(short x0, short y0, short x1, short y1) argument
81 iline(xconv(xsc(x0)), yconv(ysc(y0)),
86 cont(short x0, short y0) argument
88 iline(xnow, ynow, xconv(xsc(x0)), yconv(ysc(y0)));
H A Darc.c68 arc(short x, short y, short x0, short y0, short x1, short y1) argument
78 dy = y - y0;
88 yc = ys = y0;
90 if ((x0 == x1) && (y0 == y1))
93 qs = quad_l(x, y, x0, y0);
107 m0 = (y0 - y) / (x0 - x);
/osnet-11/usr/src/lib/libplot/plot/common/
H A Dbox.c37 box(short x0, short y0, short x1, short y1) argument
39 move(x0, y0);
42 cont(x1, y0);
43 cont(x0, y0);
H A Dline.c38 line(short x0, short y0, short x1, short y1) argument
42 putsi(y0);
H A Dspace.c38 space(short x0, short y0, short x1, short y1) argument
42 putsi(y0);
H A Darc.c38 arc(short xi, short yi, short x0, short y0, short x1, short y1) argument
44 putsi(y0);
/osnet-11/usr/src/lib/libplot/t300/common/
H A Dbox.c37 box(short x0, short y0, short x1, short y1) argument
39 move(x0, y0);
42 cont(x1, y0);
43 cont(x0, y0);
H A Dspace.c40 space(short x0, short y0, short x1, short y1) { argument
44 oboty = y0;
46 scaley = delty / (y1-y0);
H A Dline.c83 line(short x0, short y0, short x1, short y1) argument
85 iline(xconv(xsc(x0)), yconv(ysc(y0)),
91 cont(short x0, short y0) argument
93 iline(xnow, ynow, xconv(xsc(x0)), yconv(ysc(y0)));
H A Darc.c49 arc(short x, short y, short x0, short y0, short x1, short y1) argument
57 dy = y - y0;
67 yc = ys = y0;
69 if ((x0 == x1) && (y0 == y1))
72 qs = quad_l(x, y, x0, y0);
86 m0 = (y0 - y) / (x0 - x);
/osnet-11/usr/src/lib/libplot/t300s/common/
H A Dbox.c37 box(short x0, short y0, short x1, short y1) argument
39 move(x0, y0);
42 cont(x1, y0);
43 cont(x0, y0);
H A Dspace.c39 space(short x0, short y0, short x1, short y1) argument
44 oboty = y0;
46 scaley = delty / (y1-y0);
H A Dline.c72 line(short x0, short y0, short x1, short y1) { argument
73 iline(xconv(xsc(x0)), yconv(ysc(y0)), xconv(xsc(x1)), yconv(ysc(y1)));
77 cont(short x0, short y0) { argument
78 iline(xnow, ynow, xconv(xsc(x0)), yconv(ysc(y0)));
H A Darc.c65 arc(short x, short y, short x0, short y0, short x1, short y1) argument
73 dy = y - y0;
83 yc = ys = y0;
85 if ((x0 == x1) && (y0 == y1))
88 qs = quad_l(x, y, x0, y0);
102 m0 = (y0 - y) / (x0 - x);
/osnet-11/usr/src/lib/libplot/vt0/common/
H A Dbox.c37 box(short x0, short y0, short x1, short y1) argument
39 move(x0, y0);
42 cont(x1, y0);
43 cont(x0, y0);
H A Dline.c40 line(short x0, short y0, short x1, short y1) argument
42 struct {char x, c; short x0, y0, x1, y1; } p; member in struct:__anon2345
45 p.y0 = ysc(y0);
52 cont(short x0, short y0) argument
54 line(xnow, ynow, xsc(x0), ysc(y0));
H A Dspace.c39 space(short x0, short y0, short x1, short y1) argument
44 oboty = y0;
46 scaley = delty / (y1 - y0);
H A Darc.c39 arc(short xi, short yi, short x0, short y0, short x1, short y1) argument
/osnet-11/usr/src/lib/libc/i386/gen/
H A D_div64.s122 / uint32_t y0, y1;
134 / y0 = LO(y);
139 / if (x1 > y1 || x0 >= y0) {
142 / A_SUB2(y0, y1, x0, x1);
164 / y0 = LO(dt);
180 / A_MUL32(y0, q0, t0, t1);
183 / A_SUB2(y0, y1, t0, t1);
266 movl 64(%esp), %edi / y, y0
270 cmpl %edi, %esi / y0, x0
274 subl %edi,%esi / y0, x
[all...]

Completed in 23 milliseconds

12