HomeSort by: relevance | last modified time | path
    Searched defs:kalc (Results 1 - 2 of 2) sorted by relevancy

  /src/games/trek/
computer.c 106 static int kalc(int, int, int, int, double *);
181 course = kalc(Ship.quadx, Ship.quady,
208 course = kalc(tqx, tqy, ix, iy, &dist);
316 kalc(int tqx, int tqy, int tsx, int tsy, double *dist) function in typeref:typename:int
computer.c 106 static int kalc(int, int, int, int, double *);
181 course = kalc(Ship.quadx, Ship.quady,
208 course = kalc(tqx, tqy, ix, iy, &dist);
316 kalc(int tqx, int tqy, int tsx, int tsy, double *dist) function in typeref:typename:int

Completed in 22 milliseconds