Searched refs:course (Results 1 - 25 of 49) sorted by relevance

12

/netbsd-current/games/trek/
H A Dautover.c66 int course; local
79 course = ranf(360);
82 warp(-1, course, dist);
H A Dimpulse.c53 int course; local
66 if (getcodi(&course, &dist))
87 Move.time = move(0, course, time, 0.095);
H A Dcomputer.c56 ** all starbases. This is of course updated by any sub-
62 ** trajectory -- gives the course and distance to every know
66 ** course -- gives a course computation from whereever you are
67 ** to any specified location. If the course begins
72 ** move -- identical to course, except that the move is performed.
118 int course; local
177 /* for each Klingon, give the course & distance */
181 course = kalc(Ship.quadx, Ship.quady,
184 prkalc(course, dis
321 int course; local
341 prkalc(int course, double dist) argument
[all...]
H A Dtorped.c55 ** cludge factor in their course which is increased if you have
61 ** When the course spreads too much, you get a misfire, and the
62 ** course is randomized even more. You also have the chance that
75 int course, course2; local
94 /* get the course */
95 course = getintpar("Torpedo course");
96 if (course < 0 || course > 360)
128 course
[all...]
H A Dwarp.c54 ** are the course and distance to be moved. If 'fl' >= 0,
55 ** the course and distance are asked of the captain.
79 int course; local
98 course = c;
135 Move.time = move(fl, course, time, speed);
H A Dmove.c51 ** either play() or ram(). Course is the course (0 -> 360) at
58 ** We check the course through the current quadrant to see that he
65 ** domize the course accordingly before ever starting to move.
82 move(int ramflag, int course, double time, double speed) argument
97 printf("move: ramflag %d course %d time %.2f speed %.2f\n",
98 ramflag, course, time, speed);
102 angle = course * 0.0174532925;
/netbsd-current/games/larn/
H A Dstore.c349 u_char course[26] = {0}; /* the list of courses taken */ variable
362 if (course[0] == 0)
365 if (course[1] == 0)
368 if (course[2] == 0)
371 if (course[3] == 0)
374 if (course[4] == 0)
377 if (course[5] == 0)
380 if (course[6] == 0)
383 if (course[7] == 0)
420 else if (course[
[all...]
H A Ddiag.c218 lwrite((char *) course, 25);
282 lrfill((char *) course, 25);
H A Dheader.h336 extern u_char course[];
/netbsd-current/external/bsd/ntp/dist/ntpd/
H A Djupiter.h103 u_short course; /* true course (radians) */ member in struct:jgpos
235 u_short course; /* true course (radians) */ member in struct:jpvtinit
/netbsd-current/external/lgpl3/gmp/dist/mpn/powerpc64/mode64/p7/
H A Daors_n.asm40 C This is a tad bit slower than the cnd_aors_n.asm code, which is of course an
/netbsd-current/external/lgpl3/gmp/dist/mpn/powerpc32/
H A Ddiveby3.asm50 C zeros (not a sensible input of course) we run at 7.0 c/l on ppc750.
/netbsd-current/external/gpl3/gdb.old/dist/ld/testsuite/ld-powerpc/
H A Dpcrelopt.s21 # and of course, other local labels work
/netbsd-current/external/lgpl3/gmp/dist/mpn/m68k/
H A Dlshift.asm44 C course only 1 to 31. When loaded as 16 bits there's garbage in the upper
H A Drshift.asm44 C course only 1 to 31. When loaded as 16 bits there's garbage in the upper
/netbsd-current/external/lgpl3/gmp/dist/mpn/x86/fat/
H A Dfat_entry.asm219 C safe, since of course any interrupt or context switch will preserve the
/netbsd-current/external/lgpl3/gmp/dist/mpn/x86/k6/
H A Daorsmul_1.asm159 C Actually it's a very tiny bit less than 1/4 of course. If y is fixed,
/netbsd-current/external/gpl2/xcvs/dist/contrib/
H A Dcvs_acls.in339 line that executes the cvs_acls script and, of course, all the
/netbsd-current/external/lgpl3/gmp/dist/mpn/alpha/ev6/
H A Daorsmul_1.asm61 dnl into the code! And, of course, put in lds prefetch for the rp[] operand.
/netbsd-current/external/lgpl3/gmp/dist/mpn/x86/pentium4/sse2/
H A Ddivrem_1.asm99 dnl At 4 limbs the div is a touch faster than the mul (and of course
/netbsd-current/external/lgpl3/gmp/dist/mpn/ia64/
H A Dmode1o.asm148 C more than the loop iteration saved, and the condition is of course data
/netbsd-current/external/gpl3/gdb.old/dist/sim/common/
H A Dgenmloop.sh938 pbb [could be computed by us of course, extra cpu but perhaps
/netbsd-current/external/gpl3/gdb/dist/sim/common/
H A Dgenmloop.sh945 pbb [could be computed by us of course, extra cpu but perhaps
/netbsd-current/distrib/syspkg/mk/
H A Dbsd.syspkg.mk642 # the habit of typing `${MAKE} depend all install' as a matter of course.
/netbsd-current/external/bsd/nsd/dist/doc/
H A Ddifferences.tex462 These queries differ in the version number they return, of course.

Completed in 365 milliseconds

12