Searched defs:x0 (Results 1 - 25 of 27) sorted by relevance

12

/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);
40 cont(x0, y1);
43 cont(x0, y0);
H A Dline.c38 line(short x0, short y0, short x1, short y1) argument
41 putsi(x0);
H A Dspace.c38 space(short x0, short y0, short x1, short y1) argument
41 putsi(x0);
H A Darc.c38 arc(short xi, short yi, short x0, short y0, short x1, short y1) argument
43 putsi(x0);
/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);
40 cont(x0, y1);
43 cont(x0, y0);
H A Dspace.c40 space(short x0, short y0, short x1, short y1) { argument
43 obotx = x0;
45 scalex = deltx / (x1-x0);
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
56 dx = x - x0;
66 xc = xs = x0;
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);
40 cont(x0, y1);
43 cont(x0, y0);
H A Dspace.c39 space(short x0, short y0, short x1, short y1) argument
43 obotx = x0;
45 scalex = deltx / (x1-x0);
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
72 dx = x - x0;
82 xc = xs = x0;
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/t4014/common/
H A Dbox.c37 box(short x0, short y0, short x1, short y1) argument
39 move(x0, y0);
40 cont(x0, y1);
43 cont(x0, y0);
H A Dline.c37 line(short x0, short y0, short x1, short y1) argument
39 move(x0, y0);
H A Dspace.c37 space(short x0, short y0, short x1, short y1) argument
39 obotx = x0;
43 scalex = 3120. / (x1 - x0);
H A Darc.c68 arc(short x, short y, short x0, short y0, short x1, short y1) argument
75 dx = x - x0;
85 xc = xs = x0;
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 Dbox.c37 box(short x0, short y0, short x1, short y1) argument
39 move(x0, y0);
40 cont(x0, y1);
43 cont(x0, y0);
H A Dspace.c36 space(short x0, short y0, short x1, short y1) argument
40 obotx = x0;
42 scalex = 4096. / (x1 - x0);
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
77 dx = x - x0;
87 xc = xs = x0;
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/vt0/common/
H A Dbox.c37 box(short x0, short y0, short x1, short y1) argument
39 move(x0, y0);
40 cont(x0, y1);
43 cont(x0, y0);
H A Dspace.c39 space(short x0, short y0, short x1, short y1) argument
43 obotx = x0;
45 scalex = deltx / (x1 - x0);
H A Darc.c39 arc(short xi, short yi, short x0, short y0, short x1, short y1) argument
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
44 p.x0 = xsc(x0);
52 cont(short x0, short y0) argument
54 line(xnow, ynow, xsc(x0), ysc(y0));
/osnet-11/usr/src/lib/libmp/common/
H A Dgcd.c47 mp_invert(MINT *x1, MINT *x0, MINT *c) argument
68 _mp_move(x0, &u3);
69 _mp_move(x0, &x0_prime);
76 /* invariant: x0*u1 + x1*u2 = u3 */
77 /* invariant: x0*v1 + x2*v2 = v3 */
88 /* now x0*u1 + x1*u2 == 1, therefore, (u2*x1) % x0 == 1 */

Completed in 78 milliseconds

12