Searched refs:ystep (Results 1 – 2 of 2) sorted by relevance
/titanic_44/usr/src/lib/libshell/common/scripts/ |
H A D | gnaw.sh | 733 monster[${currmonster}_"ystep"]=0 810 (( monster[${currmonster}_"xstep"]=+0 , monster[${currmonster}_"ystep"]=-1 )) 812 (( monster[${currmonster}_"xstep"]=+0 , monster[${currmonster}_"ystep"]=+1 )) 820 (( monster[${currmonster}_"xstep"]=-1 , monster[${currmonster}_"ystep"]=-0 )) 822 (( monster[${currmonster}_"xstep"]=+1 , monster[${currmonster}_"ystep"]=+0 )) 831 … 0) (( monster[${currmonster}_"xstep"]=+0 , monster[${currmonster}_"ystep"]=+0 )) ;; 832 … 2) (( monster[${currmonster}_"xstep"]=+0 , monster[${currmonster}_"ystep"]=+1 )) ;; 833 … 3) (( monster[${currmonster}_"xstep"]=+1 , monster[${currmonster}_"ystep"]=+0 )) ;; 834 … 5) (( monster[${currmonster}_"xstep"]=+0 , monster[${currmonster}_"ystep"]=-1 )) ;; 835 … 6) (( monster[${currmonster}_"xstep"]=-1 , monster[${currmonster}_"ystep"]=+0 )) ;; [all …]
|
/titanic_44/usr/src/cmd/troff/troff.d/ |
H A D | draw.c | 289 float xstep, ystep; in conicarc() local 298 ystep = 1; in conicarc() 302 ystep = (float)b / a; in conicarc() 306 xstep = ystep = 1; in conicarc() 459 yc += M1y * ystep; in conicarc() 466 yc += M2y * ystep; in conicarc() 472 yc += M3y * ystep; in conicarc()
|