Searched refs:yy (Results 76 - 100 of 121) sorted by relevance

12345

/netbsd-current/external/lgpl3/mpfr/dist/src/
H A Ddiv.c52 mp_limb_t inv, q1, q0, r1, r0, cy, xx, yy; local
65 /* compute q1*(v1*B+v0) into r1:r0:yy and subtract from u1:u0:0 */
67 umul_ppmm (xx, yy, q1, v0);
72 /* we ignore yy below, but first increment r0, to ensure we get a lower
74 r0 += yy != 0;
75 r1 += r0 == 0 && yy != 0;
89 umul_ppmm (xx, yy, r0, inv);
/netbsd-current/external/bsd/tmux/dist/
H A Dscreen-write.c571 u_int xx, yy, cx, cy; local
577 for (yy = py; yy < py + ny; yy++) {
578 if (yy >= gd->hsize + gd->sy)
582 if (xx >= grid_get_line(gd, yy)->cellsize)
584 grid_get_cell(gd, xx, yy, &gc);
1009 u_int xx, yy; local
1019 for (yy = 0; yy < screen_size_
[all...]
H A Dtty.c1256 u_int yy; local
1318 for (yy = py; yy < py + ny; yy++)
1319 tty_clear_line(tty, defaults, yy, px, nx, bg);
/netbsd-current/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.cp/
H A Dclasses.cc520 static Nested yy; member in class:Contains_nested_static_instance
524 Contains_nested_static_instance::Nested Contains_nested_static_instance::yy(5);
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.cp/
H A Dclasses.cc520 static Nested yy; member in class:Contains_nested_static_instance
524 Contains_nested_static_instance::Nested Contains_nested_static_instance::yy(5);
/netbsd-current/external/bsd/pcc/dist/pcc/os/win32/
H A Dbuild.bat129 rem %CC% -o cpp.exe %CPPFLAGS% %CFLAGS% -I%CPPDIR% -I%OSDIR% -I%MACHDIR% -I%MIPDIR% -I. %CPPDIR%\cpp.c %MIPDIR%\compat.c y.tab.c lex.yy.c "C:\Program Files\UnxUtils\usr\local\lib\libfl.lib"
138 move lex.yy.c scan.c
/netbsd-current/games/larn/
H A Dmonster.c81 * spattack(atckno,xx,yy) Function to process special attacks from monsters
82 * int atckno,xx,yy;
1473 * spattack(atckno,xx,yy) Function to process special attacks from monsters
1474 * int atckno,xx,yy;
1476 * Enter with the special attack number, and the coordinates (xx,yy)
1478 * Returns 1 if must do a show1cell(xx,yy) upon return, 0 otherwise
1515 spattack(int x, int xx, int yy) argument
1522 vxy(&xx, &yy); /* verify x & y coordinates */
1615 disappear(xx, yy);
1655 return (spattack(spsel[rund(10)], xx, yy));
[all...]
/netbsd-current/external/lgpl3/mpfr/dist/tests/
H A Dtget_str.c1162 mpfr_t xx, yy, zz; local
1167 mpfr_init2 (yy, 79);
1171 mpfr_set_str (yy, "-2.63b22b55697e8000000@130", 16, MPFR_RNDN);
1172 mpfr_add (zz, xx, yy, MPFR_RNDD);
1181 mpfr_clears (xx, yy, zz, (mpfr_ptr) 0);
/netbsd-current/sys/dev/pci/voyager/
H A Dvoyagerfb.c1373 int xx, yy; local
1379 yy = y - sc->sc_hot_y;
1382 if (yy < 0) yy = abs(yy) | 0x800;
1384 val = (xx & 0xffff) | (yy << 16);
/netbsd-current/external/gpl3/gcc/dist/contrib/header-tools/
H A Dheaderutils.py58 for yy in inc3:
59 inc2.append (yy)
/netbsd-current/external/gpl3/gcc.old/dist/contrib/header-tools/
H A Dheaderutils.py58 for yy in inc3:
59 inc2.append (yy)
/netbsd-current/tests/usr.bin/indent/
H A Dfmt_decl.c476 yy(void) function
/netbsd-current/crypto/external/bsd/openssl.old/dist/crypto/bn/
H A Dbn_gf2m.c818 * Divide yy by xx, reduce modulo p, and store the result in r. r could be xx
819 * * or yy, xx could equal yy. This function calls down to the
823 int BN_GF2m_mod_div_arr(BIGNUM *r, const BIGNUM *yy, const BIGNUM *xx, argument
829 bn_check_top(yy);
838 ret = BN_GF2m_mod_div(r, yy, xx, field, ctx);
/netbsd-current/crypto/external/bsd/openssl/dist/crypto/bn/
H A Dbn_gf2m.c833 * Divide yy by xx, reduce modulo p, and store the result in r. r could be xx
834 * * or yy, xx could equal yy. This function calls down to the
838 int BN_GF2m_mod_div_arr(BIGNUM *r, const BIGNUM *yy, const BIGNUM *xx, argument
844 bn_check_top(yy);
853 ret = BN_GF2m_mod_div(r, yy, xx, field, ctx);
/netbsd-current/external/bsd/ntp/dist/ntpd/
H A Drefclock_neoclock4x.c876 int *yy,
895 *yy = (int)y;
875 neol_jdn_to_ymd(unsigned long jdn, int *yy, int *mm, int *dd) argument
/netbsd-current/external/mit/xorg/lib/
H A Dlibmesa.old.mk453 # lex.yy.c
H A Dlibmesa.mk478 # lex.yy.c
/netbsd-current/external/gpl3/binutils/dist/gas/
H A DMakefile.am462 $(SHELL) $(YLWRAP) $(srcdir)/config/bfin-lex.l lex.yy.c $@ -- $(LEXCOMPILE)
487 $(SHELL) $(YLWRAP) $(srcdir)/config/loongarch-lex.l lex.yy.c $@ -- $(LEXCOMPILE)
/netbsd-current/external/gpl3/binutils.old/dist/gas/
H A DMakefile.am462 $(SHELL) $(YLWRAP) $(srcdir)/config/bfin-lex.l lex.yy.c $@ -- $(LEXCOMPILE)
487 $(SHELL) $(YLWRAP) $(srcdir)/config/loongarch-lex.l lex.yy.c $@ -- $(LEXCOMPILE)
/netbsd-current/external/gpl3/gdb.old/dist/gas/
H A DMakefile.am492 $(SHELL) $(YLWRAP) $(srcdir)/config/bfin-lex.l lex.yy.c bfin-lex.c -- $(LEXCOMPILE)
/netbsd-current/external/bsd/libpcap/dist/
H A DMakefile.in170 lex.yy.c pcap-config libpcap.pc
/netbsd-current/external/gpl3/gcc/dist/libphobos/src/std/range/
H A Dpackage.d7676 auto yy = transposed!(TransverseOptions.enforceNotJagged)(x);
7677 assert(yy.front.equal([1,4]));
7678 assert(yy[0].equal([1,4]));
7679 assert(yy[0][0] == 1);
7680 assert(yy[1].equal([2,5]));
7681 assert(yy[1][1] == 5);
/netbsd-current/external/bsd/pcc/dist/pcc/mip/
H A Dregs.c1769 REGW *yy = m->regm->src == y ? local
1771 printf("%d ", ASGNUM(yy));
/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dsel-sched-ir.c1093 skip_unspecs_callback (const_rtx *xx, const_rtx *yy, rtx *nx, rtx* ny)
1096 const_rtx y = *yy;
1083 skip_unspecs_callback(const_rtx *xx, const_rtx *yy, rtx *nx, rtx* ny) argument
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dsel-sched-ir.cc1093 skip_unspecs_callback (const_rtx *xx, const_rtx *yy, rtx *nx, rtx* ny)
1096 const_rtx y = *yy;
1083 skip_unspecs_callback(const_rtx *xx, const_rtx *yy, rtx *nx, rtx* ny) argument

Completed in 306 milliseconds

12345