Searched refs:warp (Results 1 - 12 of 12) sorted by relevance

/openbsd-current/games/trek/
H A Dautover.c44 ** It sets you to a random warp (guaranteed to be over 6.0)
48 ** warp speed after the automatic override is called. The new
49 ** warp factor does not stay in effect for just this routine.
64 Ship.warp = 6.0 + 2.0 * franf();
65 Ship.warp2 = Ship.warp * Ship.warp;
66 Ship.warp3 = Ship.warp2 * Ship.warp;
73 warp(-1, course, dist);
H A Dsetwarp.c41 ** The warp factor is set for future move commands. It is
55 printf("Minimum warp speed is 1.0\n");
60 printf("Maximum speed is warp 10.0\n");
64 printf("Damage to warp engines may occur above warp 6.0\n");
65 Ship.warp = warpfac;
66 Ship.warp2 = Ship.warp * warpfac;
H A Dwarp.c1 /* $OpenBSD: warp.c,v 1.8 2016/01/07 14:37:51 mestre Exp $ */
2 /* $NetBSD: warp.c,v 1.3 1995/04/22 10:59:40 cgd Exp $ */
64 warp(fl, c, d);
68 warp(int fl, int c, double d) function
114 if (Ship.warp > 6.0 && ranf(100) < 20 + 15 * (Ship.warp - 6.0))
119 damage(WARP, (frac + 1.0) * Ship.warp * (franf() + 0.25) * 0.20);
130 if (Ship.warp <= 9.0)
132 printf("\n\n ___ Speed exceeding warp nine ___\n\n");
148 /* time warp */
[all...]
H A DMakefile10 snova.c srscan.c systemname.c torped.c visual.c warp.c win.c
H A Dtrek.h94 #define WARP 0 /* warp engines */
130 #define E_SNAP 9 /* take a snapshot for time warp */
203 double warp; /* warp factor */ member in struct:Ship
204 double warp2; /* warp factor squared */
205 double warp3; /* warp factor cubed */
314 char snapshot[sizeof Quad + sizeof Event + sizeof Now]; /* snapshot for time warp */
340 #define L_TOOFAST 9 /* pretty stupid going at warp 10 */
494 /* warp.c */
496 void warp(in
[all...]
H A Dabandon.c107 Ship.warp = 5.0;
H A Dsrscan.c122 printf("warp factor %.1f", Ship.warp);
H A Dcomputer.c73 ** a given distance under a given warp speed.
211 warp(-1, course, dist);
232 case 6: /* warp cost (time/energy) */
236 warpfact = getfltpar("warp factor");
238 warpfact = Ship.warp;
H A Devents.c48 /* argument is set if called in a time warp */
50 events(int warp) argument
449 if (!warp)
H A Dsetup.c121 Ship.warp = 5.0;
135 Param.damprob[WARP] = 70; /* warp drive 7.0% */
/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/
H A D20020430-1.c115 int warp, move; local
144 warp = -8;
152 warp = -(int)(((RectObj)entry)->rectangle.width) >> 1;
156 warp = 0;
162 warp = 0;
168 warp = 8;
174 warp = (((RectObj)entry)->rectangle.width) >> 1;
184 move = warp = 0;
187 if (warp)
188 XWarpPointer((((w)->core.screen)->display), 0L, 0L, 0, 0, 0, 0, warp,
[all...]
/openbsd-current/gnu/usr.bin/perl/Cross/
H A DMakefile60 cd $(TOPDIR)/.. ; sh -x Cross/warp

Completed in 82 milliseconds