HomeSort by: relevance | last modified time | path
    Searched defs:angle (Results 1 - 22 of 22) sorted by relevancy

  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.fortran/
oop_extend_type.f90 24 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
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.fortran/
oop_extend_type.f90 24 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
  /src/games/trek/
move.c 84 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);
torped.c 52 ** 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);
computer.c 320 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;
phaser.c 50 #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...]
  /src/tests/lib/libm/
t_sin.c 38 int angle; member in struct:__anon7908
76 int deg = angles[i].angle;
182 int deg = angles[i].angle;
t_tan.c 38 int angle; member in struct:__anon7912
72 int deg = angles[i].angle;
178 int deg = angles[i].angle;
t_cos.c 38 int angle; member in struct:__anon7886
82 int deg = angles[i].angle;
178 int deg = angles[i].angle;
274 int deg = angles[i].angle;
t_sincos.c 39 int angle; member in struct:__anon7909
63 int angle; member in struct:__anon7910
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_angles[i].angle)
    [all...]
  /src/games/sail/
misc.c 52 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);
  /src/games/atc/
input.c 649 int angle; local
651 angle = dir_no(c);
654 p.new_dir = p.dir - angle;
659 p.new_dir = p.dir + angle;
  /src/sys/arch/x68k/stand/libiocs/
iocs.h 116 unsigned char angle; member in struct:iocs_symbolptr
  /src/sys/dev/bluetooth/
btmagic.c 1252 * angle 6-bits (from E(0)->N(32)->W(64))
1282 struct hid_location angle; member in struct:__anon2527
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:__anon2529
1475 .angle = { .pos = 58, .size = 6 },
  /src/sys/dev/ic/
arn9003.c 2780 int icept, G, I, L, M, angle, xnonlin, y2, y4, sumy2, sumy4; local
3003 angle = y5 + y3;
3004 if (angle < -150)
3005 angle = -150;
3006 else if (angle > 150)
3007 angle = 150;
3008 sc->sc_angle[chain][i] = angle;
3010 /* Angle for entry 4 is derived from angle for entry 5. */
  /src/external/gpl2/groff/dist/src/preproc/pic/
object.cpp 642 double angle = 0.0; local
646 angle = atan2(d.y, d.x);
650 out->text(center(), text, ntext, angle); local
  /src/external/gpl3/gcc/dist/libcpp/
macro.cc 3138 /* Do angle-header reconstitution. Then do include searching.
3152 bool angle = result->type != CPP_STRING; local
3172 found = _cpp_find_header_unit (pfile, fname, angle, tmp->src_loc);
  /src/external/gpl3/gcc.old/dist/libcpp/
macro.cc 3129 /* Do angle-header reconstitution. Then do include searching.
3143 bool angle = result->type != CPP_STRING; local
3163 found = _cpp_find_header_unit (pfile, fname, angle, tmp->src_loc);
  /src/external/bsd/nvi/dist/motif_l/
xtabbed.c 103 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, Drawable drawable, GC gc, int x, int y, char *str)
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
    [all...]
  /src/external/mit/xorg/lib/libxcb/files/
render.h 1176 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,
  /src/external/apache2/llvm/dist/clang/lib/Frontend/Rewrite/
RewriteModernObjC.cpp 2137 int angle = 0; local
2138 while (*argRef != ')' && (*argRef != ',' || angle > 0)) {
2140 angle++;
2142 angle--;
2145 assert(angle == 0 && "scanToNextArgument - bad protocol type syntax");
RewriteObjC.cpp 2055 int angle = 0; local
2056 while (*argRef != ')' && (*argRef != ',' || angle > 0)) {
2058 angle++;
2060 angle--;
2063 assert(angle == 0 && "scanToNextArgument - bad protocol type syntax");

Completed in 72 milliseconds