| /src/tests/lib/libm/ |
| 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;
|
| t_cos.c | 41 float fy; member in struct:__anon7886 276 float cos_theta = angles[i].fy;
|
| 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;
|
| /src/external/gpl3/gcc/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/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/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/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
|
| /src/external/gpl2/texinfo/dist/makeinfo/ |
| lang.h | 38 fa, fi, fj, fo, fr, fy, enumerator in enum:__anon9561
|
| /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...] |