Home
last modified time | relevance | path

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

123456

/dragonfly/contrib/mpfr/src/
H A Drem1.c61 mpz_t mx, my, r; in mpfr_rem1() local
87 mpz_init (my); in mpfr_rem1()
99 mpz_abs (my, my); 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()
135 mpz_mul_2exp (my, my, WANTED_BITS); /* 2^WANTED_BITS*Y */ in mpfr_rem1()
143 mpz_mul_2exp (my, my, 1); /* 2Y */ in mpfr_rem1()
148 mpz_mod (r, r, my); in mpfr_rem1()
152 mpz_fdiv_q_2exp (my, my, WANTED_BITS); /* back to Y */ in mpfr_rem1()
160 mpz_fdiv_q_2exp (my, my, 1); /* back to Y */ in mpfr_rem1()
[all …]
H A Dset_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/
H A Dpow.c106 mpz_t my; in fix_sign() local
109 mpz_init (my); in fix_sign()
113 t = mpz_scan1 (my, 0); in fix_sign()
115 mpz_tdiv_q_2exp (my, my, t); in fix_sign()
125 ymod4 = mpz_tstbit (my, 1) * 2 + mpz_tstbit (my, 0); in fix_sign()
154 mpz_clear (my); in fix_sign()
193 mpz_init (my); in mpc_pow_exact()
202 t = mpz_scan1 (my, 0); in mpc_pow_exact()
204 mpz_tdiv_q_2exp (my, my, t); in mpc_pow_exact()
321 mpz_neg (my, my); in mpc_pow_exact()
[all …]
/dragonfly/contrib/gcc-8.0/gcc/
H A Dvaltrack.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/
H A Dhack.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 …]
H A Dhack.mon.c114 if (cansee(mtmp->mx, mtmp->my)) in movemon()
178 mtmp->my = u.uy; in justswld()
211 int y = mtmp->my; in dochugw()
396 omy = mtmp->my; in m_move()
507 mtmp->my = niy; in m_move()
549 newsym(mtmp->mx, mtmp->my); in mpickgold()
579 y = mon->my; in mfndpos()
773 u.uy = mtmp->my; in unstuck()
879 y = mtmp->my; in killed()
984 mtmp->my = mm.y; in mnexto()
[all …]
H A Dhack.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()
H A Dhack.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()
H A Dhack.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()
H A Dhack.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()
839 my = mm.y; in mktrap()
842 my = somey(); in mktrap()
844 } while (t_at(mx, my) || levl[mx][my].typ == STAIRS); in mktrap()
[all …]
H A Dhack.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()
H A Dhack.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()
H A Dhack.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()
H A Dhack.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/
H A Dzippy145 BELA LUGOSI is my co-pilot ...
149 Bo Derek ruined my life!
402 my read molars ...
477 with my LEISURE SUIT!!
526 I think my career is ruined!
556 I want you to organize my PASTRY trays ... my TEA-TINS are gleaming in
658 my PAJAMA POCKET??
755 Isn't this my STOP?!
876 my NOSE is NUMB!
1024 Sign my PETITION.
[all …]
H A Ddragonfly-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/
H A Dhosts7 # 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/
H A Dmailertable.sample6 .my.domain xnet:%1.my.domain
7 uuhost1.my.domain suucp:uuhost1
/dragonfly/crypto/openssh/
H A Dkex.c568 sshbuf_len(kex->my), KEX_COOKIE_LEN); in kex_send_kexinit()
656 (kex->my = sshbuf_new()) == NULL || in kex_new()
715 sshbuf_free(kex->my); in kex_free()
889 if ((p = strchr(my[*idx], ',')) != NULL) in proposals_match()
893 if (strcmp(my[*idx], peer[*idx]) != 0) { in proposals_match()
895 my[*idx], peer[*idx]); in proposals_match()
920 char **my = NULL, **peer = NULL; in kex_choose_conf() local
927 if ((r = kex_buf2prop(kex->my, NULL, &my)) != 0) in kex_choose_conf()
935 sprop=my; in kex_choose_conf()
937 cprop=my; in kex_choose_conf()
[all …]
/dragonfly/games/quiz/datfiles/
H A Dbard25 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/
H A Dtesting.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/
H A Dcreate.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/
H A DREADME1 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/
H A Dfish.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/
H A Dcurses_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