Searched defs:x1 (Results 1 - 25 of 42) sorted by relevance

12

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/t/op/
H A Dsubst_amp.t75 sub x1 {'x'} subroutine
87 $a =~ s/\Ga(?{push @res, $_, $`})/x1/ge;
101 $a =~ s/\Ga(?{push @res, $_, $`})/x1/e;
/osnet-11/usr/src/lib/libplot/plot/common/
H A Dbox.c37 box(short x0, short y0, short x1, short y1) argument
41 cont(x1, y1);
42 cont(x1, y0);
44 move(x1, y1);
H A Dline.c38 line(short x0, short y0, short x1, short y1) argument
43 putsi(x1);
H A Dspace.c38 space(short x0, short y0, short x1, short y1) argument
43 putsi(x1);
H A Darc.c38 arc(short xi, short yi, short x0, short y0, short x1, short y1) argument
45 putsi(x1);
/osnet-11/usr/src/lib/libplot/t300/common/
H A Dbox.c37 box(short x0, short y0, short x1, short y1) argument
41 cont(x1, y1);
42 cont(x1, y0);
44 move(x1, y1);
H A Dspace.c40 space(short x0, short y0, short x1, short y1) { argument
45 scalex = deltx / (x1-x0);
H A Dline.c83 line(short x0, short y0, short x1, short y1) argument
86 xconv(xsc(x1)), yconv(ysc(y1)));
H A Darc.c49 arc(short x, short y, short x0, short y0, short x1, short y1) argument
69 if ((x0 == x1) && (y0 == y1))
73 qf = quad_l(x, y, x1, y1);
74 if ((abs(x - x1)) < (abs(y - y1))) {
87 m1 = (y1 - y) / (x1 - x);
123 if (xs >= x1)
128 if (xs <= x1)
/osnet-11/usr/src/lib/libplot/t300s/common/
H A Dbox.c37 box(short x0, short y0, short x1, short y1) argument
41 cont(x1, y1);
42 cont(x1, y0);
44 move(x1, y1);
H A Dspace.c39 space(short x0, short y0, short x1, short y1) argument
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)));
/osnet-11/usr/src/lib/libplot/t4014/common/
H A Dbox.c37 box(short x0, short y0, short x1, short y1) argument
41 cont(x1, y1);
42 cont(x1, y0);
44 move(x1, y1);
H A Dline.c37 line(short x0, short y0, short x1, short y1) argument
40 cont(x1, y1);
H A Dspace.c37 space(short x0, short y0, short x1, short y1) argument
43 scalex = 3120. / (x1 - x0);
/osnet-11/usr/src/lib/libplot/t450/common/
H A Dbox.c37 box(short x0, short y0, short x1, short y1) argument
41 cont(x1, y1);
42 cont(x1, y0);
44 move(x1, y1);
H A Dspace.c36 space(short x0, short y0, short x1, short y1) argument
42 scalex = 4096. / (x1 - x0);
H A Dline.c79 line(short x0, short y0, short x1, short y1) argument
82 xconv(xsc(x1)), yconv(ysc(y1)));
/osnet-11/usr/src/lib/libplot/vt0/common/
H A Dbox.c37 box(short x0, short y0, short x1, short y1) argument
41 cont(x1, y1);
42 cont(x1, y0);
44 move(x1, y1);
H A Dspace.c39 space(short x0, short y0, short x1, short y1) argument
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
46 p.x1 = xnow = xsc(x1);
/osnet-11/usr/src/lib/libmp/common/
H A Dgcd.c47 mp_invert(MINT *x1, MINT *x0, MINT *c) argument
73 _mp_move(x1, &v3);
76 /* invariant: x0*u1 + x1*u2 = u3 */
88 /* now x0*u1 + x1*u2 == 1, therefore, (u2*x1) % x0 == 1 */
H A Dmdiv.c125 int x1; local
135 x1 = c1 - v1 * d;
136 x1 = x1 * 0100000 + u3 - v2 * d;
138 } while (x1 < 0);
/osnet-11/usr/src/lib/libslp/clib/
H A Dslp_da_cache.c198 static int compare_entries(const void *x1, const void *x2) { argument
199 cache_entry_t *e1 = (cache_entry_t *)x1;

Completed in 30 milliseconds

12