Searched refs:uy (Results 26 - 50 of 68) sorted by relevance

123

/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libgcc/config/libbid/
H A D_ge_sd.c32 union decimal32 ux, uy; local
35 uy.d = y;
37 y64 = __bid32_to_bid64 (uy.i);
H A D_gt_sd.c32 union decimal32 ux, uy; local
35 uy.d = y;
37 y64 = __bid32_to_bid64 (uy.i);
H A D_le_sd.c32 union decimal32 ux, uy; local
35 uy.d = y;
37 y64 = __bid32_to_bid64 (uy.i);
H A D_lt_sd.c32 union decimal32 ux, uy; local
35 uy.d = y;
37 y64 = __bid32_to_bid64 (uy.i);
H A D_mul_sd.c31 union decimal32 ux, uy, res; local
34 uy.d = y;
36 y64 = __bid32_to_bid64 (uy.i);
H A D_ne_sd.c32 union decimal32 ux, uy; local
35 uy.d = y;
37 y64 = __bid32_to_bid64 (uy.i);
H A D_unord_sd.c32 union decimal32 ux, uy; local
35 uy.d = y;
37 y64 = __bid32_to_bid64 (uy.i);
/netbsd-6-1-5-RELEASE/lib/libm/src/
H A Ds_nextafterl.c40 union ieee_ext_u ux, uy; local
43 uy.extu_ld = y;
47 (uy.extu_exp == EXT_EXP_NAN &&
48 ((uy.extu_frach &~ LDBL_NBIT)|uy.extu_fracl) != 0))
56 ux.extu_sign = uy.extu_sign;
H A Ds_nexttoward.c44 union ieee_ext_u uy; local
51 uy.extu_ld = y;
54 (uy.extu_exp == 0x7fff &&
55 ((uy.extu_frach & ~LDBL_NBIT) | uy.extu_fracl) != 0))
62 INSERT_WORDS(x, uy.extu_sign<<31, 1); /* return +-minsubnormal */
/netbsd-6-1-5-RELEASE/games/hack/
H A Dhack.c97 for (y = u.uy - 1; y < u.uy + 2; y++) {
136 for (y = u.uy - 1; y < u.uy + 2; y++) {
165 u.uy = u.ustuck->my;
170 } while (!isok(u.ux + u.dx, u.uy + u.dy) ||
171 IS_ROCK(levl[u.ux + u.dx][u.uy + u.dy].typ));
173 if (!isok(u.ux + u.dx, u.uy + u.dy)) {
179 ust = &levl[u.ux][u.uy];
181 oldy = u.uy;
[all...]
H A Dhack.read.c223 (struct permonst *) 0, u.ux, u.uy);
250 if ((mtmp = m_at(u.ux + i, u.uy + j)) != NULL)
298 int oux = u.ux, ouy = u.uy;
303 int uroom = inroom(u.ux, u.uy);
305 if (uroom != inroom(u.ux, u.uy))
323 if (ttmp->tx != u.ux || ttmp->ty != u.uy)
347 if (gtmp->gx != u.ux || gtmp->gy != u.uy)
375 if (obj->ox == u.ux && obj->oy == u.uy)
514 setworn(mkobj_at(CHAIN_SYM, u.ux, u.uy), W_CHAIN);
515 setworn(mkobj_at(BALL_SYM, u.ux, u.uy), W_BAL
[all...]
H A Dhack.search.c83 for (lx = u.ux; (num = levl[lx - 1][u.uy].typ) && num != CORR; lx--);
84 for (hx = u.ux; (num = levl[hx + 1][u.uy].typ) && num != CORR; hx++);
85 for (ly = u.uy; (num = levl[u.ux][ly - 1].typ) && num != CORR; ly--);
86 for (hy = u.uy; (num = levl[u.ux][hy + 1].typ) && num != CORR; hy++);
129 for (y = u.uy - 1; y < u.uy + 2; y++)
130 if (x != u.ux || y != u.uy) {
184 y = u.uy + u.dy;
H A Dhack.do.c98 mkgold(amount, u.ux, u.uy);
102 newsym(u.ux, u.uy);
137 obj->oy = u.uy;
141 newsym(u.ux, u.uy);
156 if (u.ux != xdnstair || u.uy != ydnstair) {
175 if (u.ux != xupstair || u.uy != yupstair) {
253 u.uy = ydnstair;
257 u.uy = yupstair;
265 u.uy = yupstair;
280 struct monst *mtmp = m_at(u.ux, u.uy);
[all...]
H A Dhack.trap.c134 if (makemon(PM_PIERCER, u.ux, u.uy)) {
145 mksobj_at(ARROW, u.ux, u.uy);
155 mksobj_at(ROCK, u.ux, u.uy);
159 newsym(u.ux, u.uy);
178 mksobj_at(DART, u.ux, u.uy);
185 newsym(u.ux, u.uy);
188 newsym(u.ux, u.uy);
332 if ((trap = t_at(u.ux, u.uy)) != NULL)
399 u.uy = nuy;
413 read_engr_at(u.ux, u.uy);
[all...]
H A Dhack.bones.c99 otmp->oy = u.uy;
112 if (!(mtmp = makemon(PM_GHOST, u.ux, u.uy)))
115 mtmp->my = u.uy;
118 mkgold(somegold() + d(dlevel, 30), u.ux, u.uy);
H A Dhack.pri.c84 curs(u.ux - 1, u.uy + 1);
87 curs(u.ux - 1, u.uy + 2);
90 curs(u.ux - 1, u.uy + 3);
95 u.udisy = u.uy;
261 at(u.ux, u.uy, u.usym);
289 levl[(u.udisx = u.ux)][(u.udisy = u.uy)].scrsym = u.usym;
362 curs(u.ux, u.uy + 2);
368 if (u.udispl && (Invisible || u.udisx != u.ux || u.udisy != u.uy))
374 prl(u.ux, u.uy);
375 } else if (!u.udispl || u.udisx != u.ux || u.udisy != u.uy) {
[all...]
H A Dhack.timeout.c106 on_scr(u.ux, u.uy);
H A Dhack.track.c93 utrack[utpnt].y = u.uy;
H A Dhack.wizard.c124 if ((u.ux != otmp->ox || u.uy != otmp->oy) &&
165 if (inroom(u.ux, u.uy) != inroom(mtmp->mx, mtmp->my))
168 ty = u.uy - mtmp->my;
218 (void) makemon((struct permonst *) 0, u.ux, u.uy);
H A Dhack.vault.c133 if ((u.ux == fcx && u.uy == fcy) || cansee(fcx, fcy) ||
176 int tmp = inroom(u.ux, u.uy);
188 for (y = u.uy - dd; y <= u.uy + dd; y++) {
192 if (y != u.uy - dd && y != u.uy + dd && x != u.ux - dd)
210 y = u.uy;
H A Dhack.apply.c274 int bchx = u.ux, bchy = u.uy;
341 ((dig_down && (dpx != u.ux || dpy != u.uy)) ||
412 struct trap *ttmp = t_at(u.ux, u.uy);
420 ttmp = maketrap(u.ux, u.uy, TRAPDOOR);
459 ry = u.uy + u.dy;
478 ry = u.uy + u.dy;
511 if (dig_pos.x != u.ux || dig_pos.y != u.uy
515 dig_pos.y = u.uy;
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.c-torture/execute/ieee/
H A Dmul-subnormal-single-1.c36 tstmul (unsigned int ux, unsigned int uy, unsigned int ur) argument
39 float y = u2f (uy);
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/gcc.c-torture/execute/ieee/
H A Dmul-subnormal-single-1.c36 tstmul (unsigned int ux, unsigned int uy, unsigned int ur) argument
39 float y = u2f (uy);
/netbsd-6-1-5-RELEASE/external/lgpl3/gmp/dist/mpn/ia64/
H A Dmul_2.asm89 define(`uy',`f51')
114 ldf8 uy = [up], 8 C M
146 xma.l fp0b_0 = uy, v0, f0
147 xma.hu fp1a_0 = uy, v0, f0
157 xma.l fp1b_0 = uy, v1, fp1a_0
158 xma.hu fp2a_0 = uy, v1, fp1a_0
166 .grt4: xma.l fp0b_0 = uy, v0, f0
167 xma.hu fp1a_0 = uy, v0, f0
178 xma.l fp1b_0 = uy, v1, fp1a_0
179 xma.hu fp2a_0 = uy, v
[all...]
H A Daddmul_2.asm94 define(`uy',`f51')
119 ldf8 uy = [up], 8 C M
153 xma.l fp0b_0 = uy, v0, ry
154 xma.hu fp1a_0 = uy, v0, ry
164 xma.l fp1b_0 = uy, v1, fp1a_0
165 xma.hu fp2a_0 = uy, v1, fp1a_0
173 .grt4: xma.l fp0b_0 = uy, v0, ry
174 xma.hu fp1a_0 = uy, v0, ry
187 xma.l fp1b_0 = uy, v1, fp1a_0
188 xma.hu fp2a_0 = uy, v
[all...]

Completed in 276 milliseconds

123