HomeSort by: relevance | last modified time | path
    Searched refs:fy (Results 1 - 20 of 20) sorted by relevancy

  /src/games/hack/
hack.unix.c 449 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 + dy, md->mx, md->my)
    [all...]
hack.vault.c 104 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;
  /src/tests/lib/libm/
t_sincos.c 42 float fy; member in struct:__anon7909
66 float fy; member in struct:__anon7910
347 float sin_theta = sin_angles[i].fy;
348 float cos_theta = cos_angles[i].fy;
t_cos.c 41 float fy; member in struct:__anon7886
276 float cos_theta = angles[i].fy;
t_sin.c 41 float fy; member in struct:__anon7908
184 float sin_theta = angles[i].fy;
t_tan.c 41 float fy; member in struct:__anon7912
180 float tan_theta = angles[i].fy;
  /src/external/gpl3/gcc.old/dist/libgcc/config/libbid/
bid128_div.c 42 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...]
bid64_div.c 525 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...]
  /src/external/gpl2/texinfo/dist/makeinfo/
lang.h 38 fa, fi, fj, fo, fr, fy, enumerator in enum:__anon7218
lang.c 448 { fy, "fy", "Frisian" },
  /src/external/bsd/tmux/dist/
window-copy.c 3693 window_copy_move_left(struct screen *s, u_int *fx, u_int *fy, int wrapflag)
3696 if (*fy == 0) { /* top */
3699 *fy = screen_hsize(s) + screen_size_y(s) - 1;
3704 *fy = *fy - 1;
3710 window_copy_move_right(struct screen *s, u_int *fx, u_int *fy, int wrapflag)
3713 if (*fy == screen_hsize(s) + screen_size_y(s) - 1) { /* bottom */
3716 *fy = 0;
3721 *fy = *fy + 1
3893 u_int at, endline, fx, fy, start, ssx; local
    [all...]
  /src/sys/arch/amiga/dev/
grf_cl.c 679 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; y++
    [all...]
grf_et.c 638 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; y++
    [all...]
grf_clreg.h 53 unsigned short fy; /* font y dimension */ member in struct:grfcltext_mode
grf_etreg.h 54 unsigned short fy; /* font y dimension */ member in struct:grfettext_mode
grf_cv.c 911 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; y++)
    [all...]
grf_cv3d.c 832 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; y++)
    [all...]
grf_cvreg.h 52 unsigned short fy; /* font y dimension */ member in struct:grfcvtext_mode
grf_cv3dreg.h 50 unsigned short fy; /* font y dimension */ member in struct:grfcv3dtext_mode
  /src/external/gpl3/gcc.old/dist/gcc/d/dmd/
func.d 3538 FuncDeclaration fy = sx.isFuncDeclaration();
3539 if (fy && fy.closureVars.dim)
3541 /* fy needs a closure if it has closureVars[],
3544 fy.requiresClosure = true;

Completed in 66 milliseconds