Searched refs:yi (Results 1 - 25 of 28) sorted by relevance

12

/osnet-11/usr/src/lib/libplot/t4014/common/
H A Dpoint.c37 point(short xi, short yi) argument
39 move(xi, yi);
40 cont(xi, yi);
H A Dmove.c38 move(short xi, short yi) argument
41 cont(xi, yi);
/osnet-11/usr/src/lib/libplot/t300/common/
H A Dmove.c37 move(short xi, short yi) argument
39 movep(xconv(xsc(xi)), yconv(ysc(yi)));
H A Dpoint.c37 point(short xi, short yi) { argument
38 move(xi, yi);
H A Dsubr.c169 ysc(short yi) argument
172 ya = (short)((yi - oboty) * scaley + boty);
/osnet-11/usr/src/lib/libplot/t300s/common/
H A Dmove.c37 move(short xi, short yi) argument
39 movep(xconv(xsc(xi)), yconv(ysc(yi)));
H A Dpoint.c37 point(short xi, short yi) argument
39 move(xi, yi);
H A Dsubr.c221 ysc(int yi) argument
224 ya = (int)((yi - oboty) * scaley + boty);
/osnet-11/usr/src/lib/libplot/t450/common/
H A Dmove.c36 move(short xi, short yi) argument
38 movep(xconv(xsc(xi)), yconv(ysc(yi)));
H A Dpoint.c36 point(short xi, short yi) argument
38 move(xi, yi);
H A Dsubr.c171 ysc(int yi) argument
174 ya = (int)((yi - oboty) *scaley +boty);
/osnet-11/usr/src/lib/libplot/plot/common/
H A Dcont.c38 cont(short xi, short yi) argument
42 putsi(yi);
H A Dmove.c38 move(short xi, short yi) argument
42 putsi(yi);
H A Dpoint.c38 point(short xi, short yi) argument
42 putsi(yi);
H A Darc.c38 arc(short xi, short yi, short x0, short y0, short x1, short y1) argument
42 putsi(yi);
H A Ddot.c38 dot(short xi, short yi, short dx, short n, short pat[]) argument
43 putsi(yi);
/osnet-11/usr/src/lib/libplot/vt0/common/
H A Ddot.c38 dot(short xi, short yi, short dx, short n, int pat[]) argument
40 struct {char pad, c; short xi, yi, dx; } p; member in struct:__anon2344
H A Dmove.c37 move(short xi, short yi) argument
42 p.y = ynow = ysc(yi);
H A Dpoint.c38 point(short xi, short yi) argument
43 p.y = ynow = ysc(yi);
H A Dsubr.c47 ysc(int yi) argument
50 ya = (int)((yi - oboty) * scaley + boty);
H A Darc.c39 arc(short xi, short yi, short x0, short y0, short x1, short y1) argument
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Math/BigInt/
H A DCalc.pm422 my @prod = (); my ($prod,$car,$cty,$xi,$yi);
429 # for $yi (@$yv)
431 # $prod = $xi * $yi + ($prod[$cty] || 0) + $car;
441 for $yi (@$yv)
443 $prod = $xi * $yi + ($prod[$cty] || 0) + $car;
445 ## $prod = $prod[$cty]; $prod += ($car + $xi * $yi); # no ||0 here
499 my @prod = (); my ($prod,$car,$cty,$xi,$yi);
505 for $yi (@$yv)
507 $prod = $xi * $yi + ($prod[$cty] || 0) + $car;
636 my ($car,$bar,$prd,$dd,$xi,$yi,
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Locale/
H A DLanguage.pm310 yi:Yiddish
H A DScript.pm291 yi:yii:460:Yi
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/unicore/
H A DCanonical.pl907 yi => 'Yi',

Completed in 33 milliseconds

12