Home
last modified time | relevance | path

Searched refs:my (Results 1 – 25 of 144) sorted by relevance

123456

/dragonfly/contrib/mpfr/src/
HDrem1.c61 mpz_t mx, my, r; in mpfr_rem1() local
87 mpz_init (my); in mpfr_rem1()
91 ey = mpfr_get_z_2exp (my, y); /* y = my*2^ey */ in mpfr_rem1()
99 mpz_abs (my, my); in mpfr_rem1()
104 unsigned long k = mpz_scan1 (my, 0); in mpfr_rem1()
106 mpz_fdiv_q_2exp (my, my, k); in mpfr_rem1()
112 mpz_mul_2exp (my, my, ey - ex); /* divide mx by my*2^(ey-ex) */ in mpfr_rem1()
115 mpz_tdiv_qr (mx, r, mx, my); in mpfr_rem1()
118 mpz_fdiv_qr (mx, r, mx, my); in mpfr_rem1()
135 mpz_mul_2exp (my, my, WANTED_BITS); /* 2^WANTED_BITS*Y */ in mpfr_rem1()
[all …]
HDset_f.c29 mp_limb_t *my, *mx, *tmp; in mpfr_set_f() local
47 my = MPFR_MANT(y); in mpfr_set_f()
64 carry = mpfr_round_raw (my, tmp, xprec, (SIZ(x) < 0), MPFR_PREC(y), in mpfr_set_f()
67 my[sy - 1] = MPFR_LIMB_HIGHBIT; in mpfr_set_f()
73 mpn_lshift (my + sy - sx, mx, sx, cnt); in mpfr_set_f()
75 MPN_COPY (my + sy - sx, mx, sx); in mpfr_set_f()
76 MPN_ZERO(my, sy - sx); in mpfr_set_f()
/dragonfly/contrib/mpc/src/
HDpow.c106 mpz_t my; in fix_sign() local
109 mpz_init (my); in fix_sign()
111 ey = mpfr_get_z_exp (my, y); in fix_sign()
113 t = mpz_scan1 (my, 0); in fix_sign()
115 mpz_tdiv_q_2exp (my, my, t); in fix_sign()
122 ymod4 = mpz_tstbit (my, 0) * 2; /* correct if my < 0 */ in fix_sign()
125 ymod4 = mpz_tstbit (my, 1) * 2 + mpz_tstbit (my, 0); in fix_sign()
126 if (mpz_cmp_ui (my , 0) < 0) in fix_sign()
154 mpz_clear (my); in fix_sign()
177 mpz_t my, a, b, c, d, u; in mpc_pow_exact() local
[all …]
/dragonfly/contrib/gcc-8.0/gcc/
HDvaltrack.h43 static inline hashval_t hash (const dead_debug_global_entry *my);
45 static inline bool equal (const dead_debug_global_entry *my,
51 dead_debug_hash_descr::hash (const dead_debug_global_entry *my) in hash() argument
53 return REGNO (my->reg); in hash()
58 dead_debug_hash_descr::equal (const dead_debug_global_entry *my, in equal() argument
61 return my->reg == other->reg; in equal()
/dragonfly/games/hack/
HDhack.fight.c94 vis = (cansee(magr->mx, magr->my) && cansee(mdef->mx, mdef->my)); in hitmm()
105 boolean far = (dist(magr->mx, magr->my) > 15); in hitmm()
147 (void) mkobj_at(pd->mlet, mdef->mx, mdef->my); in mondied()
148 if (cansee(mdef->mx, mdef->my)) { in mondied()
150 atl(mdef->mx, mdef->my, fobj->olet); in mondied()
162 mksobj_at(ENORMOUS_ROCK, mdef->mx, mdef->my); in monstone()
164 mksobj_at(ROCK, mdef->mx, mdef->my); in monstone()
165 if (cansee(mdef->mx, mdef->my)) { in monstone()
167 atl(mdef->mx, mdef->my, fobj->olet); in monstone()
179 if (DIST(mon->mx, mon->my, mtmp->mx, mtmp->my) < 3) in fightm()
[all …]
HDhack.mon.c111 inpool = (levl[mtmp->mx][mtmp->my].typ == POOL); in movemon()
114 if (cansee(mtmp->mx, mtmp->my)) in movemon()
136 if (Conflict && cansee(mtmp->mx, mtmp->my) in movemon()
178 mtmp->my = u.uy; in justswld()
211 int y = mtmp->my; in dochugw()
219 if ((dd = dist(mtmp->mx, mtmp->my)) < dist(x, y)) in dochugw()
251 if (cansee(mtmp->mx, mtmp->my) && in dochug()
261 wipe_engr_at(mtmp->mx, mtmp->my, 1); in dochug()
280 nearby = (dist(mtmp->mx, mtmp->my) < 3); in dochug()
334 if (mtmp->mhide && o_at(mtmp->mx, mtmp->my) && rn2(10)) in m_move()
[all …]
HDhack.wizard.c95 if (dist(mtmp->mx, mtmp->my) > 2) in amulet()
124 mtmp->my = otmp->oy; in wiz_hit()
160 if (inroom(u.ux, u.uy) != inroom(mtmp->mx, mtmp->my)) in inrange()
163 ty = u.uy - mtmp->my; in inrange()
169 buzz(-1, mtmp->mx, mtmp->my, sgn(tx), sgn(ty)); in inrange()
244 … buzz(-rnd(3), mtmp->mx, mtmp->my, sgn(tx), sgn(ty)); in inrange()
271 if ((mtmp2 = makemon(PM_WIZARD, mtmp->mx, mtmp->my)) != NULL) { in clonewiz()
HDhack.steal.c119 if (dist(mtmp->mx, mtmp->my) < 3) { in stealarm()
259 otmp->oy = mtmp->my; in relobj()
264 if (show & cansee(mtmp->mx, mtmp->my)) in relobj()
272 mkgold((long) (tmp + d(dlevel, 30)), mtmp->mx, mtmp->my); in relobj()
273 if (show & cansee(mtmp->mx, mtmp->my)) in relobj()
274 atl(mtmp->mx, mtmp->my, '$'); in relobj()
HDhack.unix.c424 if (dist(md->mx, md->my) > 2) in newmail()
459 fy = md->my; in mdrush()
460 md->my = tmp; in mdrush()
462 while (fx != md->mx || fy != md->my) { in mdrush()
467 d1 = DIST(fx, fy, md->mx, md->my); in mdrush()
471 … d2 = DIST(fx + dx, fy + dy, md->mx, md->my); in mdrush()
484 md->my = fy; in mdrush()
HDhack.mklev.c776 xchar mx, my; in mktrap() local
805 my = somey(); in mktrap()
808 my = croom->hy + 1; in mktrap()
810 my = croom->ly - 1; in mktrap()
817 my = mm.y; in mktrap()
820 my = somey(); in mktrap()
822 } while (m_at(mx, my) || levl[mx][my].typ == STAIRS); in mktrap()
823 if ((mtmp = makemon(PM_MIMIC, mx, my)) != NULL) { in mktrap()
839 my = mm.y; in mktrap()
842 my = somey(); in mktrap()
[all …]
HDhack.mhitu.c117 if (mdat->mlet == ';' && mtmp->minvis && cansee(mtmp->mx, mtmp->my)) { in mhitu()
161 levl[mtmp->mx][mtmp->my].typ == POOL) { in mhitu()
199 buzz(-1, mtmp->mx, mtmp->my, u.ux - mtmp->mx, u.uy - mtmp->my); in mhitu()
411 if ((obj = o_at(mtmp->mx, mtmp->my)) != NULL) in hitu()
HDhack.worm.c99 wtmp->wy = mtmp->my; in initworm()
111 wtmp->wy = mtmp->my; in worm_move()
207 if (mtmp->mx == x && mtmp->my == y) in cutworm()
252 mtmp2->my = wtmp->wy; in cutworm()
HDhack.makemon.c130 mtmp->my = y; in makemon()
145 if (mtmp->mx && mtmp->my) in makemon()
146 (void) mkobj_at(0, mtmp->mx, mtmp->my); in makemon()
248 mtmp->my = ty; in rloc()
HDhack.vault.c224 if (!cansee(guard->mx, guard->my)) { in invault()
274 if (dist(guard->mx, guard->my) > 1 || egd->gddone) { in gd_move()
279 y = guard->my; in gd_move()
360 guard->my = ny; in gd_move()
/dragonfly/games/fortune/datfiles/
HDzippy4 Oh, I LOST my ``HELLO KITTY'' DOLL and I get BAD reception on channel
34 ... I think I'd better go back to my DESK and toy with a few common
60 ... the HIGHWAY is made out of LIME JELLO and my HONDA is a barbequeued
63 ... the MYSTERIANS are in here with my CORDUROY SOAP DISH!!
71 A shapely CATHOLIC SCHOOLGIRL is FIDGETING inside my costume..
81 All of a sudden, I want to THROW OVER my promising ACTING CAREER, grow
104 An air of FRENCH FRIES permeates my nostrils!!
110 And furthermore, my bowling average is unimpeachable!!!
131 As President I have to go vacuum my coin collection!
133 Awright, which one of you hid my PENIS ENVY?
[all …]
HDdragonfly-funny37 <Diannora> Theres a hole in my mem-ory, Theres a hole in my mem-ory,
39 my mem-ory!
42 <Diannora> Theres a hole in my memory, dear coolvibe dear coolvibe, theres
43 a hole in my memory dear coolvibe !
140 <@coolvibe> I left alone, my mind was blank. I needed time to get the mutexes
141 from my mind. What did I see, can I believe, that what I saw that
145 <@coolvibe> cos in my dreams, it's always there, the evil lock that twists my
/dragonfly/etc/
HDhosts7 # share this file. Replace 'my.domain' below with the domainname of your
14 ::1 localhost localhost.my.domain
15 127.0.0.1 localhost localhost.my.domain
18 #10.0.0.2 myname.my.domain myname
19 #10.0.0.3 myfriend.my.domain myfriend
/dragonfly/etc/mail/
HDmailertable.sample6 .my.domain xnet:%1.my.domain
7 uuhost1.my.domain suucp:uuhost1
/dragonfly/crypto/openssh/
HDkex.c541 if ((r = kex_buf2prop(kex->my, NULL, &prop)) != 0) in kex_input_newkeys()
552 if ((r = kex_prop2buf(ssh->kex->my, prop)) != 0) { in kex_input_newkeys()
587 if (sshbuf_len(kex->my) < KEX_COOKIE_LEN) { in kex_send_kexinit()
589 sshbuf_len(kex->my), KEX_COOKIE_LEN); in kex_send_kexinit()
592 if ((cookie = sshbuf_mutable_ptr(kex->my)) == NULL) { in kex_send_kexinit()
599 (r = sshpkt_putb(ssh, kex->my)) != 0 || in kex_send_kexinit()
676 (kex->my = sshbuf_new()) == NULL || in kex_new()
735 sshbuf_free(kex->my); in kex_free()
753 if ((r = kex_prop2buf(ssh->kex->my, proposal)) != 0) in kex_ready()
898 proposals_match(char *my[PROPOSAL_MAX], char *peer[PROPOSAL_MAX]) in proposals_match()
[all …]
/dragonfly/games/quiz/datfiles/
HDbard25 By the pricking of my thumbs{,}:\
53 My only love sprung from my only hate{!}:\
126 in the which better part I have saved my life{.}:\
145 Mislike me not for my complexion{,}:\
165 Had I but served my God with half the zeal I served my king:\
166 He would not in [mine|my] old age have left me naked to [mine|my] enemies{.}:\
190 I trod upon a worm against my will{,}:\
201 A horse{!|,} a horse{!|,} my kingdom for a horse{!}:\
/dragonfly/contrib/lvm2/dist/doc/
HDtesting.txt2 LVM2 that is running the LV's on my development box.
10 created. eg, my /etc/lvm_loops/lvm.conf looks like:
30 (/etc/lvm_loops in my case).
/dragonfly/games/larn/
HDcreate.c103 static int mx, mxl, mxh, my, myl, myh, tmp2; variable
130 my = rnd(11) + 2; in makemaze()
131 myl = my - rnd(2); in makemaze()
132 myh = my + rnd(2); in makemaze()
153 my = rnd(MAXY - 2); in makemaze()
155 item[i][my] = 0; in makemaze()
/dragonfly/share/examples/libusb20/
HDREADME1 As I dug my own way through the documentation of libusb 2.0 that ships
10 So I started writing my own examples, to "get a feeling" about how to
37 Feel free to credit my name in your derived work if you want.
/dragonfly/games/fish/
HDfish.instr12 me for, you get to keep asking me for cards. If not, it's my turn and I ask
22 makes my game much smarter, and the line "quit" stops the game. Just
23 hitting the carriage return key displays how many cards I have in my hand,
/dragonfly/usr.sbin/installer/dfuife_curses/
HDcurses_util.c203 int my, mx; in curses_load_backdrop() local
205 getmaxyx(w, my, mx); in curses_load_backdrop()
212 if (row > my) in curses_load_backdrop()

123456