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

/freebsd-13-stable/contrib/netbsd-tests/lib/libm/
H A Dt_cos.c41 float fy; member in struct:__anon5166
276 float cos_theta = angles[i].fy;
H A Dt_sin.c41 float fy; member in struct:__anon5173
182 float sin_theta = angles[i].fy;
H A Dt_tan.c41 float fy; member in struct:__anon5175
178 float tan_theta = angles[i].fy;
/freebsd-13-stable/contrib/ncurses/ncurses/tty/
H A Dlib_mvcur.c114 #define NOT_LOCAL(sp, fy, fx, ty, tx) ((tx > LONG_DIST) \
116 && (abs(ty-fy) + abs(tx-fx) > LONG_DIST))
1215 int fy, fx, ty, tx, n, i; local
1227 PUTS("fy fx ty tx -- (4 numbers) display (fy,fx)->(ty,tx) move");
1238 } else if (sscanf(buf, "%d %d %d %d", &fy, &fx, &ty, &tx) == 4) {
1244 mvcur(fy, fx, ty, tx);
1251 } else if (sscanf(buf, "s %d %d %d %d", &fy, &fx, &ty, &tx) == 4) {
1257 _nc_scrolln(fy, fx, ty, tx);

Completed in 152 milliseconds