HomeSort by: relevance | last modified time | path
    Searched refs:course (Results 1 - 25 of 52) sorted by relevancy

1 2 3

  /src/games/trek/
autover.c 66 int course; local
79 course = ranf(360);
82 warp(-1, course, dist);
impulse.c 53 int course; local
66 if (getcodi(&course, &dist))
87 Move.time = move(0, course, time, 0.095);
computer.c 56 ** 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, dist)
321 int course; local
    [all...]
torped.c 55 ** 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 -= burst
    [all...]
warp.c 54 ** 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);
move.c 51 ** 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)
97 printf("move: ramflag %d course %d time %.2f speed %.2f\n",
98 ramflag, course, time, speed);
102 angle = course * 0.0174532925;
  /src/games/larn/
store.c 349 u_char course[26] = {0}; /* the list of courses taken */ variable
360 lprcat("\t\t Course Name \t Time Needed\n\n");
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
    [all...]
diag.c 218 lwrite((char *) course, 25);
282 lrfill((char *) course, 25);
header.h 336 extern u_char course[];
  /src/external/bsd/ntp/dist/ntpd/
jupiter.h 103 u_short course; /* true course (radians) */ member in struct:jgpos
235 u_short course; /* true course (radians) */ member in struct:jpvtinit
  /src/external/lgpl3/gmp/dist/mpn/powerpc32/
diveby3.asm 50 C zeros (not a sensible input of course) we run at 7.0 c/l on ppc750.
  /src/external/lgpl3/gmp/dist/mpn/powerpc64/mode64/p7/
aors_n.asm 40 C This is a tad bit slower than the cnd_aors_n.asm code, which is of course an
  /src/external/lgpl3/gmp/dist/mpn/m68k/
lshift.asm 44 C course only 1 to 31. When loaded as 16 bits there's garbage in the upper
rshift.asm 44 C course only 1 to 31. When loaded as 16 bits there's garbage in the upper
  /src/external/lgpl3/gmp/dist/mpn/x86/fat/
fat_entry.asm 219 C safe, since of course any interrupt or context switch will preserve the
  /src/external/lgpl3/gmp/dist/doc/
configuration 333 --disable-shared will make builds go much faster, though of course
  /src/external/lgpl3/gmp/dist/mpn/x86/k6/
aorsmul_1.asm 159 C Actually it's a very tiny bit less than 1/4 of course. If y is fixed,
  /src/external/gpl2/xcvs/dist/contrib/
cvs_acls.in 339 line that executes the cvs_acls script and, of course, all the
  /src/external/lgpl3/gmp/dist/mpn/alpha/ev6/
aorsmul_1.asm 61 dnl into the code! And, of course, put in lds prefetch for the rp[] operand.
  /src/external/lgpl3/gmp/dist/mpn/ia64/
mode1o.asm 148 C more than the loop iteration saved, and the condition is of course data
  /src/external/lgpl3/gmp/dist/mpn/x86/pentium4/sse2/
divrem_1.asm 99 dnl At 4 limbs the div is a touch faster than the mul (and of course
  /src/external/gpl3/gdb/dist/sim/common/
genmloop.sh 982 pbb [could be computed by us of course, extra cpu but perhaps
  /src/external/gpl3/gdb.old/dist/sim/common/
genmloop.sh 982 pbb [could be computed by us of course, extra cpu but perhaps
  /src/distrib/syspkg/mk/
bsd.syspkg.mk 642 # the habit of typing `${MAKE} depend all install' as a matter of course.
  /src/external/bsd/nsd/dist/doc/
differences.tex 462 These queries differ in the version number they return, of course.

Completed in 47 milliseconds

1 2 3