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

1 2

  /src/games/trek/
checkcond.c 82 if (Quad[Ship.quadx][Ship.quady].stars < 0)
84 if (Quad[Ship.quadx][Ship.quady].stars < 0)
dumpssradio.c 65 systemname(&Quad[e->x][e->y]), e->x, e->y);
81 systemname(&Quad[e->x][e->y]), e->x, e->y);
klmove.c 134 Quad[qx][qy].stars < 0 ||
135 Quad[qx][qy].klings > MAXKLQUAD - 1)
141 motion = Quad[qx][qy].scanned;
143 Quad[qx][qy].scanned += 100;
144 motion = Quad[Ship.quadx][Ship.quady]
147 Quad[Ship.quadx][Ship.quady]
151 Quad[qx][qy].klings += 1;
154 Quad[Ship.quadx][Ship.quady].klings -= 1;
externs.c 101 struct quad Quad[NQUADS][NQUADS];
kill.c 71 Quad[Ship.quadx][Ship.quady].klings -= 1;
73 Quad[Ship.quadx][Ship.quady].scanned -= 100;
103 struct quad *q;
106 q = &Quad[qx][qy];
146 ** x, y are quad coords if f == 0, else sector coords
147 ** f != 0 -- this quad; f < 0 -- Enterprise's fault
153 struct quad *q;
159 q = &Quad[Ship.quadx][Ship.quady];
170 q = &Quad[x][y];
196 struct quad *q
    [all...]
nova.c 64 if (Sect[x][y] != STAR || Quad[Ship.quadx][Ship.quady].stars < 0)
80 Quad[Ship.quadx][Ship.quady].holes += 1;
82 Quad[Ship.quadx][Ship.quady].stars -= 1;
events.c 69 struct quad *q;
153 q = &Quad[ix][iy];
195 q = &Quad[ix][iy];
248 q = &Quad[e->x][e->y];
275 q = &Quad[ix][iy];
314 q = &Quad[e->x][e->y];
339 q = &Quad[e->x][e->y];
361 q = &Quad[i][j];
363 * check for this quad ok (not
403 memcpy(p, Quad, sizeof (Quad))
    [all...]
warp.c 177 memcpy(p, Quad, sizeof Quad);
178 p += sizeof Quad;
lrscan.c 61 struct quad *q;
94 q = &Quad[i][j];
dumpgame.c 65 { (char *)Quad, sizeof (Quad) },
snova.c 74 struct quad *q;
83 q = &Quad[qx][qy];
106 q = &Quad[qx][qy];
trek.h 56 struct quad { struct
87 extern struct quad Quad[NQUADS][NQUADS];
329 char snapshot[sizeof Quad + sizeof Event + sizeof Now];
505 const char *systemname(const struct quad *);
help.c 101 if (Quad[Ship.quadx][Ship.quady].bases <= 0) {
setup.c 89 struct quad *q;
232 q = &Quad[i][j];
248 q = &Quad[i][j];
258 q = &Quad[ix][iy];
282 q = &Quad[ix][iy];
abandon.c 73 struct quad *q;
89 q = &Quad[Ship.quadx][Ship.quady];
attack.c 89 if (Etc.nkling <= 0 || Quad[Ship.quadx][Ship.quady].stars < 0)
initquad.c 48 ** Quad matrix. Basically, everything is just initialized
67 struct quad *q;
70 q = &Quad[Ship.quadx][Ship.quady];
srscan.c 74 struct quad *q = NULL;
94 q = &Quad[Ship.quadx][Ship.quady];
torped.c 208 if (damaged(TORPED) || Quad[Ship.quadx][Ship.quady].stars < 0)
computer.c 121 struct quad *q;
146 q = &Quad[i][j];
  /src/external/apache2/llvm/dist/llvm/include/llvm/IR/
Intrinsics.h 124 Quad,
  /src/external/apache2/llvm/dist/clang/utils/TableGen/
NeonEmitter.cpp 277 /// Sets "Quad" to true if the "Q" or "H" modifiers were
280 void applyTypespec(bool &Quad);
790 void Type::applyTypespec(bool &Quad) {
804 Quad = true;
807 Quad = true;
852 Bitwidth = Quad ? 128 : 64;
  /src/external/apache2/llvm/dist/llvm/lib/IR/
Function.cpp 972 OutputTable.push_back(IITDescriptor::get(IITDescriptor::Quad, 0));
1197 case IITDescriptor::Quad: return Type::getFP128Ty(Context);
1379 case IITDescriptor::Quad: return !Ty->isFP128Ty();
  /src/external/gpl3/gcc/dist/libdecnumber/
decBasic.c 44 /* The compile-time flags SINGLE, DOUBLE, and QUAD are set up in */
46 #if !defined(QUAD)
82 /* This is exposed via decFloatCanonical for Double and Quad only. */
107 #elif QUAD
277 #elif QUAD
283 #error Unexpected Quad DIVOPLEN
390 #if QUAD
694 /* both arithmetic sizes (DOUBLE and QUAD) in order to allow timing */
814 /* QUAD 4 30 31 <4*10**18 1.17 2 */
824 #elif QUAD
    [all...]
  /src/external/gpl3/gcc.old/dist/libdecnumber/
decBasic.c 44 /* The compile-time flags SINGLE, DOUBLE, and QUAD are set up in */
46 #if !defined(QUAD)
82 /* This is exposed via decFloatCanonical for Double and Quad only. */
107 #elif QUAD
277 #elif QUAD
283 #error Unexpected Quad DIVOPLEN
390 #if QUAD
694 /* both arithmetic sizes (DOUBLE and QUAD) in order to allow timing */
814 /* QUAD 4 30 31 <4*10**18 1.17 2 */
824 #elif QUAD
    [all...]

Completed in 34 milliseconds

1 2