Home
last modified time | relevance | path

Searched refs:Quad (Results 1 – 25 of 47) sorted by relevance

12

/openbsd/src/games/trek/
Dklmove.c129 Quad[qx][qy].stars < 0 || Quad[qx][qy].klings > MAXKLQUAD - 1) in klmove()
135 motion = Quad[qx][qy].scanned; in klmove()
137 Quad[qx][qy].scanned += 100; in klmove()
138 motion = Quad[Ship.quadx][Ship.quady].scanned; in klmove()
140 Quad[Ship.quadx][Ship.quady].scanned -= 100; in klmove()
143 Quad[qx][qy].klings += 1; in klmove()
146 Quad[Ship.quadx][Ship.quady].klings -= 1; in klmove()
Dkill.c63 Quad[Ship.quadx][Ship.quady].klings -= 1; in killk()
65 Quad[Ship.quadx][Ship.quady].scanned -= 100; in killk()
99 q = &Quad[qx][qy]; in killb()
156 q = &Quad[Ship.quadx][Ship.quady]; in kills()
169 q = &Quad[x][y]; in kills()
199 q = &Quad[x][y]; in killd()
Devents.c152 q = &Quad[ix][iy]; in events()
192 q = &Quad[ix][iy]; in events()
238 q = &Quad[e->x][e->y]; in events()
265 q = &Quad[ix][iy]; in events()
299 q = &Quad[e->x][e->y]; in events()
325 q = &Quad[e->x][e->y]; in events()
349 q = &Quad[i][j]; in events()
387 memcpy(p, Quad, sizeof (Quad)); in events()
388 p += sizeof (Quad); in events()
Dnova.c57 if (Sect[x][y] != STAR || Quad[Ship.quadx][Ship.quady].stars < 0) in nova()
76 Quad[Ship.quadx][Ship.quady].holes += 1; in nova()
78 Quad[Ship.quadx][Ship.quady].stars -= 1; in nova()
Dwarp.c168 memcpy(p, Quad, sizeof Quad); in warp()
169 p += sizeof Quad; in warp()
Dcheckcond.c74 if (Quad[Ship.quadx][Ship.quady].stars < 0) in checkcond()
76 if (Quad[Ship.quadx][Ship.quady].stars < 0) in checkcond()
Ddumpssradio.c58 systemname(&Quad[e->x][e->y]), e->x, e->y); in dumpssradio()
74 systemname(&Quad[e->x][e->y]), e->x, e->y); in dumpssradio()
Dsnova.c77 q = &Quad[qx][qy]; in snova()
103 q = &Quad[qx][qy]; in snova()
Dsetup.c218 q = &Quad[i][j]; in setup()
235 q = &Quad[i][j]; in setup()
247 q = &Quad[ix][iy]; in setup()
274 q = &Quad[ix][iy]; in setup()
Dtrek.h73 extern struct quad Quad[NQUADS][NQUADS];
314 char snapshot[sizeof Quad + sizeof Event + sizeof Now]; /* snapshot for time warp */
Dmain.c42 struct quad Quad[NQUADS][NQUADS]; variable
Dlrscan.c89 q = &Quad[i][j]; in lrscan()
Dhelp.c93 if (Quad[Ship.quadx][Ship.quady].bases <= 0) in help()
Dinitquad.c63 q = &Quad[Ship.quadx][Ship.quady]; in initquad()
Dsrscan.c86 q = &Quad[Ship.quadx][Ship.quady]; in srscan()
Dabandon.c82 q = &Quad[Ship.quadx][Ship.quady]; in abandon()
Dattack.c81 if (Etc.nkling <= 0 || Quad[Ship.quadx][Ship.quady].stars < 0) in attack()
Dtorped.c207 if (damaged(TORPED) || Quad[Ship.quadx][Ship.quady].stars < 0) in torped()
Dcomputer.c142 q = &Quad[i][j]; in computer()
/openbsd/src/gnu/llvm/llvm/lib/Target/ARM/
DARMScheduleA8.td778 // Quad-register FP Unary
797 // Quad-register FP Binary
803 // Quad-register FP VMUL
819 // Quad-register Permute Move
853 // Quad-register Permute
859 // Quad-register Permute (3 cycle issue)
871 // Quad-register FP Multiple-Accumulate
881 // Quad-register Fused FP Multiple-Accumulate
891 // Quad-register Reciprical Step
899 // Quad-register Integer Count
[all …]
DARMScheduleA9.td1284 // Quad-register Integer Unary
1302 // Quad-register Integer CountQ-Unary
1320 // Quad-register Integer Binary
1338 // Quad-register Integer Subtract
1356 // Quad-register Integer Shift
1374 // Quad-register Integer Shift (4 cycle)
1392 // Quad-register Integer Binary (4 cycle)
1410 // Quad-register Integer Subtract (4 cycle)
1429 // Quad-register Integer Count
1449 // Quad-register Absolute Difference and Accumulate
[all …]
/openbsd/src/gnu/llvm/compiler-rt/
DCREDITS.TXT28 D: IEEE Quad-precision functions
/openbsd/src/distrib/notes/arm64/
Dhardware56 NXP i.MX 8M Quad/Mini/Plus
/openbsd/src/gnu/llvm/llvm/include/llvm/IR/
DIntrinsics.h121 Quad, enumerator
/openbsd/src/sys/dev/mii/
Dmiidevs179 model BROADCOM BCM5214 0x0028 BCM5214 Quad
266 model MARVELL E1545 0x002a 88E1545 Quad

12