| /netbsd-src/games/quiz/datfiles/ |
| H A D | sov | 2 W[illia|]m [II|2|Rufus|the Red]:11:Hen[ry|] [I|1] 3 Hen[ry|] [I|1]:12:Stephen 4 Stephen:12:Hen[ry|] [II|2] 5 Hen[ry|] [II|2]:12:Rich[ard|] [I|1] 7 John:13|12-13:Hen[ry|] [III|3] 8 Hen[ry|] [III|3]:13:Ed[w[ard|]|] [I|1] 12 Rich[ard|] [II|2]:14:Hen[ry|] [IV|4] Part 1 13 Hen[ry|] [IV|4] Part 1:15|14-15:Hen[ry|] [IV|4] Part 2 14 Hen[ry|] [IV|4] Part 2:15|14-15:Hen[ry|] [V|5] 15 Hen[ry|] [V|5]:15:Hen[ry|] [VI|6] [all …]
|
| /netbsd-src/games/trek/ |
| H A D | initquad.c | 65 int rx, ry; in initquad() local 98 sector(&rx, &ry); in initquad() 99 Sect[rx][ry] = KLINGON; in initquad() 101 Etc.klingon[i].y = ry; in initquad() 109 sector(&rx, &ry); in initquad() 110 Sect[rx][ry] = BASE; in initquad() 112 Etc.starbase.y = ry; in initquad() 117 sector(&rx, &ry); in initquad() 118 Sect[rx][ry] = INHABIT; in initquad() 124 sector(&rx, &ry); in initquad() [all …]
|
| /netbsd-src/lib/libm/complex/ |
| H A D | catrigf.c | 161 float x, y, ax, ay, rx, ry, B, sqrt_A2my2, new_y; in casinhf() local 199 ry = asinf(B); in casinhf() 201 ry = atan2f(new_y, sqrt_A2my2); in casinhf() 202 return (CMPLXF(copysignf(rx, x), copysignf(ry, y))); in casinhf() 216 float x, y, ax, ay, rx, ry, B, sqrt_A2mx2, new_x; in cacosf() local 241 ry = crealf(w) + m_ln2; in cacosf() 243 ry = -ry; in cacosf() 244 return (CMPLXF(rx, ry)); in cacosf() 255 do_hard_work(ay, ax, &ry, &B_is_usable, &B, &sqrt_A2mx2, &new_x); in cacosf() 268 ry = -ry; in cacosf() [all …]
|
| H A D | catrig.c | 300 double x, y, ax, ay, rx, ry, B, sqrt_A2my2, new_y; in casinh() local 348 ry = asin(B); in casinh() 350 ry = atan2(new_y, sqrt_A2my2); in casinh() 351 return (CMPLX(copysign(rx, x), copysign(ry, y))); in casinh() 381 double x, y, ax, ay, rx, ry, B, sqrt_A2mx2, new_x; in cacos() local 415 ry = creal(w) + m_ln2; in cacos() 417 ry = -ry; in cacos() 418 return (CMPLX(rx, ry)); in cacos() 431 do_hard_work(ay, ax, &ry, &B_is_usable, &B, &sqrt_A2mx2, &new_x); in cacos() 444 ry = -ry; in cacos() [all …]
|
| H A D | catrigl.c | 194 long double x, y, ax, ay, rx, ry, B, sqrt_A2my2, new_y; in casinhl() local 230 ry = asinl(B); in casinhl() 232 ry = atan2l(new_y, sqrt_A2my2); in casinhl() 233 return (CMPLXL(copysignl(rx, x), copysignl(ry, y))); in casinhl() 246 long double x, y, ax, ay, rx, ry, B, sqrt_A2mx2, new_x; in cacosl() local 270 ry = creall(w) + m_ln2; in cacosl() 272 ry = -ry; in cacosl() 273 return (CMPLXL(rx, ry)); in cacosl() 284 do_hard_work(ay, ax, &ry, &B_is_usable, &B, &sqrt_A2mx2, &new_x); in cacosl() 297 ry = -ry; in cacosl() [all …]
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Mips/ |
| H A D | Mips16InstrFormats.td | 23 // ry 3-bit source or destination register 131 // Format RR instruction class in Mips : <|opcode|rx|ry|funct|> 139 bits<3> ry; 146 let Inst{7-5} = ry; 228 // Format RRI instruction class in Mips : <|opcode|rx|ry|imm5|> 236 bits<3> ry; 243 let Inst{7-5} = ry; 248 // Format RRR instruction class in Mips : <|opcode|rx|ry|rz|f|> 256 bits<3> ry; 264 let Inst{7-5} = ry; [all …]
|
| H A D | Mips16InstrInfo.td | 181 MipsPseudo16<(outs CPU16Regs:$cc), (ins CPU16Regs:$rx, CPU16Regs:$ry), 182 !strconcat(asmstr, "\t$rx, $ry\n\tmove\t$cc, $$t8"), []> { 235 FEXT_RRI16<op, (outs CPU16Regs:$ry), (ins MemOpnd:$addr), 236 !strconcat(asmstr, "\t$ry, $addr"), [], itin>; 240 FEXT_RRI16<op, (outs ), (ins CPU16Regs:$ry, MemOpnd:$addr), 241 !strconcat(asmstr, "\t$ry, $addr"), [], itin>; 250 FEXT_RRI_A16<op, (outs CPU16Regs:$ry), (ins MemOpnd:$addr), 251 !strconcat(asmstr, "\t$ry, $addr"), [], itin>; 257 FEXT_SHIFT16<_f, (outs CPU16Regs:$rx), (ins CPU16Regs:$ry, uimm5:$sa), 258 !strconcat(asmstr, "\t$rx, $ry, $sa"), [], itin>; [all …]
|
| /netbsd-src/games/hack/ |
| H A D | hack.apply.c | 443 int rx, ry, res = 0; in use_pick_axe() local 459 ry = u.uy + u.dy; in use_pick_axe() 460 if (u.dz > 0 || (u.dz == 0 && isok(rx, ry) && in use_pick_axe() 461 (IS_ROCK(levl[rx][ry].typ) in use_pick_axe() 462 || sobj_at(ENORMOUS_ROCK, rx, ry)))) in use_pick_axe() 478 ry = u.uy + u.dy; in use_pick_axe() 479 if ((mtmp = m_at(rx, ry)) && attack(mtmp)) in use_pick_axe() 481 if (!isok(rx, ry)) { in use_pick_axe() 485 lev = &levl[rx][ry]; in use_pick_axe() 490 && !sobj_at(ENORMOUS_ROCK, rx, ry)) { in use_pick_axe() [all …]
|
| H A D | hack.c | 231 xchar rx = u.ux + 2 * u.dx, ry = u.uy + 2 * u.dy; in domove() local 234 if (isok(rx, ry) && !IS_ROCK(levl[rx][ry].typ) && in domove() 235 (levl[rx][ry].typ != DOOR || !(u.dx && u.dy)) && in domove() 236 !sobj_at(ENORMOUS_ROCK, rx, ry)) { in domove() 237 if (m_at(rx, ry)) { in domove() 242 if ((ttmp = t_at(rx, ry)) != NULL) in domove() 255 if (levl[rx][ry].typ == POOL) { in domove() 256 levl[rx][ry].typ = ROOM; in domove() 257 mnewsym(rx, ry); in domove() 258 prl(rx, ry); in domove() [all …]
|
| /netbsd-src/external/gpl3/gcc.old/dist/libgcc/config/csky/ |
| H A D | lib1funcs.S | 69 .macro FF1_M rx, ry argument 72 cmphsi \ry, 1 75 lsri \ry, \ry, 1 80 .macro FF1_M rx, ry argument 81 ff1 \rx, \ry 123 .macro LDBS_M rx, ry argument 124 ld.b \rx, (\ry, 0x0) 128 .macro LDBS_M rx, ry argument 129 ld.bs \rx, (\ry, 0x0) 134 .macro LDHS_M rx, ry argument [all …]
|
| /netbsd-src/external/gpl3/gcc/dist/libgcc/config/csky/ |
| H A D | lib1funcs.S | 69 .macro FF1_M rx, ry argument 72 cmphsi \ry, 1 75 lsri \ry, \ry, 1 80 .macro FF1_M rx, ry argument 81 ff1 \rx, \ry 123 .macro LDBS_M rx, ry argument 124 ld.b \rx, (\ry, 0x0) 128 .macro LDBS_M rx, ry argument 129 ld.bs \rx, (\ry, 0x0) 134 .macro LDHS_M rx, ry argument [all …]
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/CSKY/ |
| H A D | CSKYInstrFormats.td | 294 op #"\t${ry}, (${rx}), " #!cast<int>(imm5), pattern> { 296 bits<5> ry; 297 let Inst{25 - 21} = ry; // ry 383 !strconcat(op, "\t$rz, $rx, $ry"), pattern> { 384 bits<5> ry; 387 let Inst{25 - 21} = ry; 396 // Input: GPR:rx, GPR:ry 397 // Asm string: op rz, rx, ry 402 (ins GPR:$rx, GPR:$ry), op, [(set GPR:$rz, (opnode GPR:$rx, GPR:$ry))]> { 412 op # "\t$rz, ($rx, $ry << ${imm})", pattern> { [all …]
|
| /netbsd-src/sys/dev/hil/ |
| H A D | hilms.c | 101 int iob, rx, ry; in hilmsattach() local 113 rx = ry = 0; in hilmsattach() 125 ry = ha->ha_info[6] | in hilmsattach() 150 if (ry != 0) in hilmsattach() 151 aprint_normal("x%d", ry); in hilmsattach()
|
| /netbsd-src/sys/arch/hpcmips/dev/ |
| H A D | ucbtp.c | 635 int rx, ry, x, y, p; in ucbtp_input() local 638 ry = sc->sc_y; in ucbtp_input() 642 DPRINTFN(2, "x=%4d y=%4d p=%4d\n", rx, ry, p); in ucbtp_input() 646 if (p < UCBTS_PRESS_THRESHOLD || rx == 0x3ff || ry == 0x3ff || in ucbtp_input() 647 rx == 0 || ry == 0) { in ucbtp_input() 669 tpcalib_trans(&sc->sc_tpcalib, ry, rx, &x, &y); in ucbtp_input() 671 tpcalib_trans(&sc->sc_tpcalib, rx, ry, &x, &y); in ucbtp_input() 674 rx, x, ry, y, p); in ucbtp_input()
|
| /netbsd-src/external/bsd/libbind/dist/doc/ |
| H A D | resolver.cat3 | 4 …p__rreessssttaatt, rreess__hhoossttaalliiaass, rreess__ppqquueerryy, 5 …nnqquueerryy, rreess__nnsseeaarrcchh, rreess__nnqquueerryyddoommaai… 8 …ss__iissoouurrsseerrvveerr, ffpp__nnqquueerryy, pp__qquueerryy, hho… 9 …ess__qquueerryy, rreess__sseeaarrcchh, rreess__qquueerryyddoommaaii… 35 …rreess__ppqquueerryy(_c_o_n_s_t _r_e_s___s_t_a_t_e _s_t_a_t_p, _c_o… 39 …rreess__nnqquueerryy(_r_e_s___s_t_a_t_e _s_t_a_t_p, _c_o_n_s_t _c_h… 47 …rreess__nnqquueerryyddoommaaiinn(_r_e_s___s_t_a_t_e _s_t_a_t_p, _c_… 51 …rreess__nnmmkkqquueerryy(_r_e_s___s_t_a_t_e _s_t_a_t_p, _i_n_t _o_p… 113 …ffpp__nnqquueerryy(_c_o_n_s_t _u___c_h_a_r _*_m_s_g, _i_n_t _m_s_g_… 116 pp__qquueerryy(_c_o_n_s_t _u___c_h_a_r _*_m_s_g, _F_I_L_E _*_f_p); [all …]
|
| /netbsd-src/external/lgpl3/gmp/dist/mpn/ia64/ |
| H A D | addmul_2.asm | 101 define(`ry',`f50') 130 }{.mmi; ldf8 ry = [rp], -8 C M 182 }{.mmi; ldf8 ry = [rp], -8 C M 210 xma.l fp0b_0 = uy, v0, ry 211 xma.hu fp1a_0 = uy, v0, ry 230 L(gt4): xma.l fp0b_0 = uy, v0, ry 231 xma.hu fp1a_0 = uy, v0, ry 272 } xma.l fp0b_3 = uy, v0, ry C F 273 xma.hu fp1a_3 = uy, v0, ry C F 317 xma.l fp0b_2 = uy, v0, ry [all …]
|
| /netbsd-src/sys/external/bsd/drm2/dist/drm/i915/display/ |
| H A D | intel_tv.c | 66 u16 ry, gy, by, ay; member 194 .ry = 0x0332, .gy = 0x012d, .by = 0x07d3, .ay = 0x0104, 204 .ry = 0x0332, .gy = 0x012d, .by = 0x07d3, .ay = 0x0133, 214 .ry = 0x0332, .gy = 0x012d, .by = 0x07d3, .ay = 0x0119, 224 .ry = 0x0332, .gy = 0x012d, .by = 0x07d3, .ay = 0x014c, 234 .ry = 0x0332, .gy = 0x012d, .by = 0x07d3, .ay = 0x0113, 244 .ry = 0x0332, .gy = 0x012d, .by = 0x07d3, .ay = 0x0145, 254 .ry = 0x0332, .gy = 0x012d, .by = 0x07d3, .ay = 0x0104, 264 .ry = 0x0332, .gy = 0x012d, .by = 0x07d3, .ay = 0x0133, 274 .ry = 0x0332, .gy = 0x012d, .by = 0x07d3, .ay = 0x0104, [all …]
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/d/ |
| H A D | d-ctfloat.cc | 57 real_value ry = y.rv (); in isIdentical() local 58 return real_identical (&rx, &ry); in isIdentical()
|
| /netbsd-src/lib/libcurses/ |
| H A D | newwin.c | 130 int ry, maxy, maxx; in __newwin() 137 ry = __rippedlines(screen, -1); in __newwin() 140 ry = 0; in __newwin() 142 maxy = nlines > 0 ? nlines : LINES - by - ry + nlines; in __newwin() 127 int ry, maxy, maxx; __newwin() local
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/config/cris/ |
| H A D | cris.md | 333 ;; cmp.S [rx=ry+i],rz; 594 ;; Side-effect patterns for move.S1 [rx=ry+rx.S2],rw 595 ;; and move.S1 [rx=ry+i],rz 598 ;; move.S1 [rx=ry+rz.S],rw avoiding when rx is ry, or rw is rx 635 ;; move.S1 [rx=ry+i],rz 636 ;; avoiding move.S1 [ry=ry+i],rz 637 ;; and move.S1 [rz=ry+i],rz 699 ;; "move.s rw,[rx=ry+rz.S]" when rw==rx without also excluding rx==ry or 710 ;; move.s rz,[ry=rx+rw.S] 781 ;; move.s rx,[ry=rz+i] [all …]
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/d/ |
| H A D | d-frontend.cc | 320 real_value ry = y.rv (); in isIdentical() local 321 return (REAL_VALUE_ISNAN (rx) && REAL_VALUE_ISNAN (ry)) in isIdentical() 322 || real_identical (&rx, &ry); in isIdentical()
|
| /netbsd-src/external/mpl/mozilla-certdata/share/certs/ |
| H A D | TWCA_Root_Certification_Authority.pem | 12 rX2SYgJbKdM1o5OaQ2RgXbL6Mv87BK9NQGr5x+PvI/1ry+UPizgN7gr8/g+YnzAx
|
| /netbsd-src/sys/arch/vax/conf/ |
| H A D | majors.vax | 76 device-major ry char 71 block 24 ry
|
| /netbsd-src/sys/arch/amiga/dev/ |
| H A D | grf_cl.c | 908 short rx, ry; in cl_setmousepos() local 921 ry = data->y - cl_cursprite.hot.y; in cl_setmousepos() 931 if (rx < 0 || ry < 0 || prx < 0 || pry < 0) { in cl_setmousepos() 932 writeshifted(sprite, rx < 0 ? -rx : 0, ry < 0 ? -ry : 0); in cl_setmousepos() 937 cl_writesprpos(ba, rx < 0 ? 0 : rx, ry < 0 ? 0 : ry); in cl_setmousepos()
|
| /netbsd-src/external/gpl3/binutils/dist/gold/ |
| H A D | s390.cc | 3924 int ry = view[1] & 0xf; in tls_ie_to_le() local 3929 else if (ry == 0) in tls_ie_to_le() 3931 ry = rz; in tls_ie_to_le() 3936 else if (ry == 12) in tls_ie_to_le() 3938 ry = rz; in tls_ie_to_le() 3944 view[1] = rx << 4 | ry; in tls_ie_to_le() 3959 int ry = view[1] & 0xf; in tls_ie_to_le() local 3964 else if (ry == 0) in tls_ie_to_le() 3966 ry = rz; in tls_ie_to_le() 3971 else if (ry == 12) in tls_ie_to_le() [all …]
|