Searched refs:fy (Results 1 - 25 of 27) sorted by relevance

12

/netbsd-current/games/hack/
H A Dhack.unix.c449 int fx = u.ux, fy = u.uy; local
451 if (dist(fx, fy) < dist(doors[tmp].x, doors[tmp].y)) {
453 fy = doors[tmp].y;
463 tmp = fy;
464 fy = md->my;
467 while (fx != md->mx || fy != md->my) {
468 int dx, dy, nfx = fx, nfy = fy, d1,
471 tmp_at(fx, fy);
472 d1 = DIST(fx, fy, md->mx, md->my);
476 d2 = DIST(fx + dx, fy
[all...]
H A Dhack.vault.c104 xchar fx, fy, ftyp; member in struct:fakecorridor
132 fcy = egd->fakecorr[fcbeg].fy;
155 if (g_at(egd->fakecorr[fci].fx, egd->fakecorr[fci].fy))
259 egd->fakecorr[0].fy = y;
295 egd->fakecorr[i].fy == ny)
359 fcp->fy = ny;
/netbsd-current/external/gpl2/texinfo/dist/makeinfo/
H A Dlang.h38 fa, fi, fj, fo, fr, fy, enumerator in enum:__anon809
H A Dlang.c448 { fy, "fy", "Frisian" },
/netbsd-current/tests/lib/libm/
H A Dt_sincos.c42 float fy; member in struct:__anon14
66 float fy; member in struct:__anon15
347 float sin_theta = sin_angles[i].fy;
348 float cos_theta = cos_angles[i].fy;
H A Dt_cos.c41 float fy; member in struct:__anon2
276 float cos_theta = angles[i].fy;
H A Dt_sin.c41 float fy; member in struct:__anon3
184 float sin_theta = angles[i].fy;
H A Dt_tan.c41 float fy; member in struct:__anon4
180 float tan_theta = angles[i].fy;
/netbsd-current/external/gpl3/gcc.old/dist/libgcc/config/libbid/
H A Dbid128_div.c42 int_float fx, fy, f64; variable
154 // fx ~ CX, fy ~ CY
156 fy.d = (float) CY.w[1] * f64.d + (float) CY.w[0];
158 bin_index = (fy.i - fx.i) >> 23;
493 int_float fx, fy, f64;
615 // fx ~ CX, fy ~ CY
617 fy.d = (float) CY.w[1] * f64.d + (float) CY.w[0];
619 bin_index = (fy.i - fx.i) >> 23;
952 int_float fx, fy, f64;
1069 // fx ~ CX, fy ~ C
[all...]
H A Dbid64_div.c525 int_float fx, fy, f64; local
634 // fx ~ CX, fy ~ CY
636 fy.d = (float) CY.w[1] * f64.d + (float) CY.w[0];
638 bin_index = (fy.i - fx.i) >> 23;
939 int_float fx, fy, f64; variable
1057 // fx ~ CX, fy ~ CY
1059 fy.d = (float) CY.w[1] * f64.d + (float) CY.w[0];
1061 bin_index = (fy.i - fx.i) >> 23;
1376 int_float fx, fy, f64;
1490 // fx ~ CX, fy ~ C
[all...]
/netbsd-current/external/gpl3/gcc/dist/libgcc/config/libbid/
H A Dbid128_div.c42 int_float fx, fy, f64; variable
154 // fx ~ CX, fy ~ CY
156 fy.d = (float) CY.w[1] * f64.d + (float) CY.w[0];
158 bin_index = (fy.i - fx.i) >> 23;
493 int_float fx, fy, f64;
615 // fx ~ CX, fy ~ CY
617 fy.d = (float) CY.w[1] * f64.d + (float) CY.w[0];
619 bin_index = (fy.i - fx.i) >> 23;
952 int_float fx, fy, f64;
1069 // fx ~ CX, fy ~ C
[all...]
H A Dbid64_div.c525 int_float fx, fy, f64; local
634 // fx ~ CX, fy ~ CY
636 fy.d = (float) CY.w[1] * f64.d + (float) CY.w[0];
638 bin_index = (fy.i - fx.i) >> 23;
939 int_float fx, fy, f64; variable
1057 // fx ~ CX, fy ~ CY
1059 fy.d = (float) CY.w[1] * f64.d + (float) CY.w[0];
1061 bin_index = (fy.i - fx.i) >> 23;
1376 int_float fx, fy, f64;
1490 // fx ~ CX, fy ~ C
[all...]
/netbsd-current/external/bsd/tmux/dist/
H A Dwindow-copy.c3512 window_copy_move_left(struct screen *s, u_int *fx, u_int *fy, int wrapflag) argument
3515 if (*fy == 0) { /* top */
3518 *fy = screen_hsize(s) + screen_size_y(s) - 1;
3523 *fy = *fy - 1;
3529 window_copy_move_right(struct screen *s, u_int *fx, u_int *fy, int wrapflag) argument
3532 if (*fy == screen_hsize(s) + screen_size_y(s) - 1) { /* bottom */
3535 *fy = 0;
3540 *fy = *fy
3605 window_copy_search_jump(struct window_mode_entry *wme, struct grid *gd, struct grid *sgd, u_int fx, u_int fy, u_int endline, int cis, int wrap, int direction, int regex) argument
3684 window_copy_move_after_search_mark(struct window_copy_mode_data *data, u_int *fx, u_int *fy, int wrapflag) argument
3719 u_int at, endline, fx, fy, start; local
4116 window_copy_update_style(struct window_mode_entry *wme, u_int fx, u_int fy, struct grid_cell *gc, const struct grid_cell *mgc, const struct grid_cell *cgc, const struct grid_cell *mkgc) argument
4190 window_copy_write_one(struct window_mode_entry *wme, struct screen_write_ctx *ctx, u_int py, u_int fy, u_int nx, const struct grid_cell *mgc, const struct grid_cell *cgc, const struct grid_cell *mkgc) argument
[all...]
/netbsd-current/sys/arch/amiga/dev/
H A Dgrf_cl.c679 vm->depth = clconsole_mode.fy;
1113 clconsole_mode.rows = gv->disp_height / clconsole_mode.fy;
1452 gi->gd_dheight = md->fy * md->rows;
1595 (TEXT ? ((md->fy - 1) & 0x1f) : 0x00));
1601 WCrt(ba, CRT_ID_CURSOR_START, (md->fy & 0x1f) - 2);
1602 WCrt(ba, CRT_ID_CURSOR_END, (md->fy & 0x1f) - 1);
1605 WCrt(ba, CRT_ID_CURSOR_END, md->fy & 0x1f);
1607 WCrt(ba, CRT_ID_UNDERLINE_LOC, (md->fy - 1) & 0x1f);
1736 for (z = tm->fdstart; z <= tm->fdend; z++, c += (32 - tm->fy))
1737 for (y = 0; y < tm->fy;
[all...]
H A Dgrf_et.c638 vm->depth = etconsole_mode.fy;
885 etconsole_mode.rows = gv->disp_height / etconsole_mode.fy;
1168 gi->gd_dheight = md->fy * md->rows;
1299 (TEXT ? ((md->fy - 1) & 0x1f) : 0x00));
1307 WCrt(ba, CRT_ID_CURSOR_START, (md->fy & 0x1f) - 2);
1308 WCrt(ba, CRT_ID_CURSOR_END, (md->fy & 0x1f) - 1);
1311 WCrt(ba, CRT_ID_CURSOR_END, md->fy & 0x1f);
1317 WCrt(ba, CRT_ID_UNDERLINE_LOC, ((md->fy - 1) & 0x1f)
1501 for (z = tm->fdstart; z <= tm->fdend; z++, c += (32 - tm->fy))
1502 for (y = 0; y < tm->fy;
[all...]
H A Dgrf_clreg.h53 unsigned short fy; /* font y dimension */ member in struct:grfcltext_mode
H A Dgrf_etreg.h54 unsigned short fy; /* font y dimension */ member in struct:grfettext_mode
H A Dgrf_cv.c911 vm->depth = cvconsole_mode.fy;
1095 cvconsole_mode.rows = gv->disp_height / cvconsole_mode.fy;
1340 gi->gd_dheight = md->fy * md->rows;
1470 (TEXT ? ((md->fy - 1) & 0x1f) : 0x00));
1478 WCrt(ba, CRT_ID_CURSOR_START, (md->fy & 0x1f) - 2);
1479 WCrt(ba, CRT_ID_CURSOR_END, (md->fy & 0x1f) - 1);
1482 WCrt(ba, CRT_ID_CURSOR_END, md->fy & 0x1f);
1484 WCrt(ba, CRT_ID_UNDERLINE_LOC, (md->fy - 1) & 0x1f);
1732 for (z = tm->fdstart; z <= tm->fdend; z++, c += (32 - tm->fy) * 4)
1733 for (y = 0; y < tm->fy;
[all...]
H A Dgrf_cv3d.c832 vm->depth = cv3dconsole_mode.fy;
1016 cv3dconsole_mode.rows = gv->disp_height / cv3dconsole_mode.fy;
1248 gi->gd_dheight = md->fy * md->rows;
1393 (TEXT ? ((md->fy - 1) & 0x1f) : 0x00));
1401 WCrt(ba, CRT_ID_CURSOR_START, (md->fy & 0x1f) - 2);
1402 WCrt(ba, CRT_ID_CURSOR_END, (md->fy & 0x1f) - 1);
1405 WCrt(ba, CRT_ID_CURSOR_END, md->fy & 0x1f);
1407 WCrt(ba, CRT_ID_UNDERLINE_LOC, (md->fy - 1) & 0x1f);
1607 for (z = tm->fdstart; z <= tm->fdend; z++, c += (32 - tm->fy) * 4)
1608 for (y = 0; y < tm->fy;
[all...]
H A Dgrf_cvreg.h52 unsigned short fy; /* font y dimension */ member in struct:grfcvtext_mode
H A Dgrf_cv3dreg.h50 unsigned short fy; /* font y dimension */ member in struct:grfcv3dtext_mode
/netbsd-current/external/gpl3/gcc/dist/gcc/d/dmd/
H A Dfunc.d3538 FuncDeclaration fy = sx.isFuncDeclaration();
3539 if (fy && fy.closureVars.dim)
3541 /* fy needs a closure if it has closureVars[],
3544 fy.requiresClosure = true;
/netbsd-current/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Dfunc.c4389 FuncDeclaration *fy = sx->isFuncDeclaration(); local
4390 if (fy && fy->closureVars.dim)
4392 /* fy needs a closure if it has closureVars[],
4395 fy->requiresClosure = true;
/netbsd-current/crypto/external/bsd/openssl.old/lib/libcrypto/arch/mips/
H A Dmips.S22 .asciiz "MIPS II/III/IV ISA artwork by Andy Polyakov <appro@fy.chalmers.se>"
776 # <appro@fy.chalmers.se>
H A Dmips64.S19 .asciiz "MIPS II/III/IV ISA artwork by Andy Polyakov <appro@fy.chalmers.se>"
773 # <appro@fy.chalmers.se>

Completed in 215 milliseconds

12