/src/tests/lib/libm/ |
t_cos.c | 41 float fy; member in struct:__anonb54cc8510108 276 float cos_theta = angles[i].fy;
|
t_sin.c | 41 float fy; member in struct:__anonb66af0d60108 184 float sin_theta = angles[i].fy;
|
t_tan.c | 41 float fy; member in struct:__anonb678a64f0108 180 float tan_theta = angles[i].fy;
|
t_sincos.c | 42 float fy; member in struct:__anon9e01dfdb0108 66 float fy; member in struct:__anon9e01dfdb0208 347 float sin_theta = sin_angles[i].fy; 348 float cos_theta = cos_angles[i].fy;
|
/src/games/hack/ |
hack.unix.c | 449 int fx = u.ux, fy = u.uy; local in function:mdrush 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/sys/arch/amiga/dev/ |
grf_clreg.h | 53 unsigned short fy; /* font y dimension */ member in struct:grfcltext_mode
|
grf_cvreg.h | 52 unsigned short fy; /* font y dimension */ member in struct:grfcvtext_mode
|
grf_etreg.h | 54 unsigned short fy; /* font y dimension */ member in struct:grfettext_mode
|
grf_cv3dreg.h | 50 unsigned short fy; /* font y dimension */ member in struct:grfcv3dtext_mode
|