Searched refs:angle (Results 1 - 25 of 47) sorted by relevance

12

/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.fortran/
H A Doop_extend_type.f9024 real :: angle variable in module:testmod
46 wp%angle = 100.00
51 fwp%angle = 10.00
55 wp_vla(1)%angle = 101.00
59 wp_vla(2)%angle = 102.00
63 wp_vla(3)%angle = 103.00
/netbsd-current/tests/lib/libm/
H A Dt_sincos.c39 int angle; member in struct:__anon14
63 int angle; member in struct:__anon15
109 ATF_CHECK_MSG(sin_angles[i].angle == cos_angles[i].angle,
110 "%zu %d %d", i, sin_angles[i].angle, cos_angles[i].angle);
111 int deg = sin_angles[i].angle;
225 ATF_CHECK_MSG(sin_angles[i].angle == cos_angles[i].angle,
226 "%zu %d %d", i, sin_angles[i].angle, cos_angle
[all...]
H A Dt_cos.c38 int angle; member in struct:__anon4
82 int deg = angles[i].angle;
176 int deg = angles[i].angle;
270 int deg = angles[i].angle;
H A Dt_tan.c38 int angle; member in struct:__anon19243
72 int deg = angles[i].angle;
176 int deg = angles[i].angle;
H A Dt_sin.c38 int angle; member in struct:__anon4448
76 int deg = angles[i].angle;
180 int deg = angles[i].angle;
/netbsd-current/games/trek/
H A Dmove.c84 double angle; local
102 angle = course * 0.0174532925;
104 angle += Param.navigcrud[1] * (franf() - 0.5);
107 angle += Param.navigcrud[0] * (franf() - 0.5);
108 dx = -cos(angle);
109 dy = sin(angle);
H A Dtorped.c52 ** a spread angle.
74 double angle; local
116 burst = getintpar("burst angle");
120 printf("Maximum burst angle is 15 degrees\n");
134 angle = course2 * 0.0174532925;
135 dx = -cos(angle);
136 dy = sin(angle);
H A Dcomputer.c320 double angle; local
328 /* get the angle */
329 angle = atan2(dy, dx);
331 if (angle < 0.0)
332 angle += 6.283185307;
334 course = angle * 57.29577951 + 0.5;
H A Dphaser.c50 #define GAMMA 0.30 /* cos(angle) */
63 ** of units to fire, and the spread angle. In automatic
87 double angle; member in struct:banks
183 b->angle = hit * 0.0174532925;
228 b->angle = atan2(dy, dx);
273 printf(" a%.2f s%.2f\n", b->angle, b->spread);
303 ** GAMMA is a crud factor for angle (essentially
306 ** angle you are shooting at and the actual
307 ** angle of the klingon,
330 anglefactor = atan2(dy, dx) - b->angle;
[all...]
/netbsd-current/external/bsd/nvi/dist/motif_l/
H A Dxtabbed.c103 static int XRotDrawString(Display *dpy, XFontStruct *font, float angle, Drawable drawable, GC gc, int x, int y, char *str);
104 static int XRotDrawImageString(Display *dpy, XFontStruct *font, float angle, Drawable drawable, GC gc, int x, int y, char *str);
105 static int XRotDrawAlignedString(Display *dpy, XFontStruct *font, float angle, Drawable drawable, GC gc, int x, int y, char *text, int align);
106 static int XRotDrawAlignedImageString(Display *dpy, XFontStruct *font, float angle, Drawable drawable, GC gc, int x, int y, char *text, int align);
107 static XPoint *XRotTextExtents(Display *dpy, XFontStruct *font, float angle, int x, int y, char *text, int align);
875 float angle = ((XmTabsWidget)self)->xmTabs.orientation == XfwfLeftTabs ? 90.0 : -90.0;
888 (dpy, ((XmTabsWidget)self)->xmTabs.font, angle, win, ((XmTabsWidget)self)->xmTabs.textgc, midx, y, ((XmTabsWidget)self)->xmTabs.labels[i], align);
1476 /* BETTER: xvertext now does rotation at any angle!!
1541 float angle;
1587 static int XRotDrawString(Display *dpy, XFontStruct *font, float angle, Drawabl
869 float angle = ((XmTabsWidget)self)->xmTabs.orientation == XfwfLeftTabs ? 90.0 : -90.0; local
882 (dpy, ((XmTabsWidget)self)->xmTabs.font, angle, win, ((XmTabsWidget)self)->xmTabs.textgc, midx, y, ((XmTabsWidget)self)->xmTabs.labels[i], align); local
1534 float angle; member in struct:rotated_text_item_template
1748 XRotDrawString(Display *dpy, XFontStruct *font, float angle, Drawable drawable, GC gc, int x, int y, char *str) argument
1763 XRotDrawImageString(Display *dpy, XFontStruct *font, float angle, Drawable drawable, GC gc, int x, int y, char *str) argument
1778 XRotDrawAlignedString(Display *dpy, XFontStruct *font, float angle, Drawable drawable, GC gc, int x, int y, char *text, int align) argument
1793 XRotDrawAlignedImageString(Display *dpy, XFontStruct *font, float angle, Drawable drawable, GC gc, int x, int y, char *text, int align) argument
1807 XRotPaintAlignedString(Display *dpy, XFontStruct *font, float angle, Drawable drawable, GC gc, int x, int y, char *text, int align, int bg) argument
2132 XRotRetrieveFromCache(Display *dpy, XFontStruct *font, float angle, char *text, int align) argument
2276 XRotCreateTextItem(Display *dpy, XFontStruct *font, float angle, char *text, int align) argument
2815 XRotTextExtents(Display *dpy, XFontStruct *font, float angle, int x, int y, char *text, int align) argument
[all...]
/netbsd-current/games/sail/
H A Dmisc.c52 static int angle(int, int);
110 angle(int Dr, int Dc) function
146 if ((ang = angle(Dr, Dc) - from->file->dir + 1) < 1)
171 ang = angle(Dr, Dc);
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Df-lang.h274 " real(kind=4) :: angle"
/netbsd-current/external/gpl3/gdb.old/dist/sim/testsuite/sim/sh/
H A Dfsca.s11 # Start with angle zero
/netbsd-current/external/gpl2/groff/dist/src/preproc/grn/
H A Dhgraph.cpp56 void doarc(POINT cp, POINT sp, int angle);
63 void HGArc(int cx, int cy, int px, int py, int angle);
340 | Routine: doarc (center_point, start_point, angle)
343 | depending on the angle needed to draw through.
349 int angle)
351 if (angle) /* arc with angle */
353 (int) (sp.x * troffscale), (int) (sp.y * troffscale), angle);
354 else /* a full circle (angle == 0) */
569 | Routine: HGArc (xcenter, ycenter, xstart, ystart, angle)
347 doarc(POINT cp, POINT sp, int angle) argument
579 HGArc(int cx, int cy, int px, int py, int angle) argument
[all...]
/netbsd-current/games/atc/
H A Dinput.c649 int angle; local
651 angle = dir_no(c);
654 p.new_dir = p.dir - angle;
659 p.new_dir = p.dir + angle;
/netbsd-current/external/gpl3/gcc.old/dist/libgfortran/intrinsics/
H A Dtrigd.inc124 /* Reduce angle to x in [0,360]. */
272 /* Reduce angle to ax in [0,360]. */
418 /* Reduce angle to x in [0,360]. */
/netbsd-current/external/gpl3/gcc/dist/libgfortran/intrinsics/
H A Dtrigd.inc124 /* Reduce angle to x in [0,360]. */
272 /* Reduce angle to ax in [0,360]. */
418 /* Reduce angle to x in [0,360]. */
/netbsd-current/external/gpl2/groff/dist/src/devices/grolbp/
H A Dlbp.h238 vdmaarc(int centerx, int centery, int radius,int startangle,int angle,int style,int arcopen) argument
244 vdmnum(radius,rad),vdmnum(startangle,stx),vdmnum(angle,sty),\
/netbsd-current/sys/arch/x68k/stand/libiocs/
H A Diocs.h116 unsigned char angle; member in struct:iocs_symbolptr
/netbsd-current/external/gpl3/gcc/dist/libcpp/
H A Dfiles.cc1131 test_header_unit (cpp_reader *pfile, const char *name, bool angle, argument
1134 if (cpp_dir *dir = search_path_head (pfile, name, angle, IT_INCLUDE))
1135 return _cpp_find_file (pfile, name, dir, angle, _cpp_FFK_NORMAL, loc);
1144 _cpp_find_header_unit (cpp_reader *pfile, const char *name, bool angle, argument
1147 if (_cpp_file *file = test_header_unit (pfile, name, angle, loc))
1169 cpp_probe_header_unit (cpp_reader *pfile, const char *name, bool angle, argument
1172 if (_cpp_file *file = test_header_unit (pfile, name, angle, loc))
H A Dinternal.h253 /* Nonzero if in a directive that takes angle-bracketed headers. */
714 int angle, _cpp_find_file_kind, location_t);
/netbsd-current/usr.bin/make/unit-tests/
H A Ddirective-include.mk38 # Expressions in double quotes or angle quotes are first parsed naively, to
/netbsd-current/sys/dev/bluetooth/
H A Dbtmagic.c1252 * angle 6-bits (from E(0)->N(32)->W(64))
1282 struct hid_location angle; member in struct:__anon111
1292 .angle = { .pos = 50, .size = 6 },
1445 * angle 6-bits (from E(0)->N(32)->W(64))
1465 struct hid_location angle; member in struct:__anon113
1475 .angle = { .pos = 58, .size = 6 },
/netbsd-current/external/gpl3/gcc.old/dist/libcpp/
H A Dinternal.h249 /* Nonzero if in a directive that takes angle-bracketed headers. */
682 int angle, bool fake, bool preinclude,
/netbsd-current/external/mit/xorg/lib/libxcb/files/
H A Drender.h1176 xcb_render_fixed_t angle; member in struct:xcb_render_create_conical_gradient_request_t
3228 xcb_render_fixed_t angle,
3245 xcb_render_fixed_t angle,

Completed in 279 milliseconds

12