Home
last modified time | relevance | path

Searched refs:angle (Results 1 – 25 of 97) sorted by relevance

1234

/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/unsorted/
H A DBUG22.c3 Rotate (float angle) in Rotate() argument
5 float mag = (angle < 0) ? -angle : angle; in Rotate()
/openbsd-src/games/trek/
H A Dmove.c73 double angle; in move() local
87 angle = course * 0.0174532925; in move()
89 angle += Param.navigcrud[1] * (franf() - 0.5); in move()
92 angle += Param.navigcrud[0] * (franf() - 0.5); in move()
93 dx = -cos(angle); in move()
94 dy = sin(angle); in move()
H A Dcomputer.c317 double angle; in kalc() local
326 angle = atan2(dy, dx); in kalc()
328 if (angle < 0.0) in kalc()
329 angle += 6.283185307; in kalc()
331 course = angle * 57.29577951 + 0.5; in kalc()
H A Dtorped.c66 double angle; in torped() local
134 angle = course2 * 0.0174532925; /* convert to radians */ in torped()
135 dx = -cos(angle); in torped()
136 dy = sin(angle); in torped()
H A Dphaser.c80 double angle; member
187 b->angle = hit * 0.0174532925; in phaser()
236 b->angle = atan2(dy, dx); in phaser()
288 printf(" a%.2f s%.2f\n", b->angle, b->spread); in phaser()
348 anglefactor = atan2(dy, dx) - b->angle; in phaser()
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.jason/
H A Daccess20.C10 struct angle struct
26 struct angle a ; argument
/openbsd-src/games/sail/
H A Dmisc.c104 angle(int dr, int dc) in angle() function
140 if ((ang = angle(Dr, Dc) - from->file->dir + 1) < 1) in gunsbear()
165 ang = angle(Dr, Dc); in portside()
H A Dextern.h355 int angle(int, int);
/openbsd-src/games/atc/
H A Dinput.c540 int angle; in rel_dir() local
542 angle = dir_no(c); in rel_dir()
545 p.new_dir = p.dir - angle; in rel_dir()
550 p.new_dir = p.dir + angle; in rel_dir()
/openbsd-src/regress/usr.bin/mandoc/mdoc/Aq/
H A Dauthor.out_markdown5 **Aq-author** - angle brackets after an author name macro
H A Dauthor.out_utf84 AAqq--aauutthhoorr – angle brackets after an author name macro
H A Dauthor.out_ascii4 AAqq--aauutthhoorr - angle brackets after an author name macro
/openbsd-src/gnu/usr.bin/perl/cpan/perlfaq/lib/
H A Dperlfaq6.pod50 s{ < # opening angle bracket
58 > # closing angle bracket
496 capture all of the text within angle brackets, including the text in
497 nested angle brackets. This sample text has two "major" groups: a
499 nesting. There are five total groups in angle brackets:
511 to handle any angle brackets through the recursion, not backtracking.
512 The group C<< [^<>]++ >> finds one or more non-angle brackets without
534 < # match an opening angle bracket
536 [^<>]++ # one or more non angle brackets, non backtracking
540 > # match a closing angle bracke
[all...]
/openbsd-src/gnu/usr.bin/perl/lib/unicore/
H A DNamedSqProv.txt21 # comma delimitation and angle brackets. Thus, a Unicode
/openbsd-src/regress/usr.bin/mandoc/char/unicode/
H A Dnamed.out_ascii132 <angle><angle> ANGLE
/openbsd-src/sys/dev/ic/
H A Dar9003.c2682 int icept, G, I, L, M, angle, xnonlin, y2, y4, sumy2, sumy4; in ar9003_compute_predistortion() local
2881 sc->angle[chain][i] = 0; /* Linear at that range. */ in ar9003_compute_predistortion()
2905 angle = y5 + y3; in ar9003_compute_predistortion()
2906 if (angle < -150) in ar9003_compute_predistortion()
2907 angle = -150; in ar9003_compute_predistortion()
2908 else if (angle > 150) in ar9003_compute_predistortion()
2909 angle = 150; in ar9003_compute_predistortion()
2910 sc->angle[chain][i] = angle; in ar9003_compute_predistortion()
2913 sc->angle[chain][4] = (sc->angle[chain][5] + 2) / 2; in ar9003_compute_predistortion()
2931 SM(AR_PHY_PAPRD_ANGLE, sc->angle[chain][i])); in ar9003_enable_predistorter()
H A Dathnvar.h506 int16_t angle[AR_MAX_CHAINS] member
/openbsd-src/share/snmp/
H A DOPENBSD-SENSORS-MIB.txt139 angle(17),
/openbsd-src/gnu/llvm/clang/include/clang/Basic/
H A Darm_mve.td1316 multiclass VectorComplexAddPred<dag not_halving, dag angle> {
1318 (IRInt<"vcaddq", [Vector]> not_halving, angle, $a, $b)>;
1321 not_halving, angle, $inactive, $a, $b, $pred)>;
1324 multiclass VectorComplexMulPred<dag angle> {
1326 (IRInt<"vcmulq", [Vector]> angle, $a, $b)>;
1328 (IRInt<"vcmulq_predicated", [Vector, Predicate]> angle, $inactive, $a, $b,
1332 multiclass VectorComplexMLAPred<dag angle> {
1334 (IRInt<"vcmlaq", [Vector]> angle, $a, $b, $c)>;
1337 (IRInt<"vcmlaq_predicated", [Vector, Predicate]> angle, $a, $b, $c, $pred)>;
H A DDiagnosticLexKinds.td558 ExtWarn<"angle-bracketed include <%0> cannot be aliased to double-quoted "
561 ExtWarn<"double-quoted include \"%0\" cannot be aliased to angle-bracketed "
867 "expected angle-bracketed instead"
/openbsd-src/gnu/usr.bin/perl/pod/
H A Dperlpod.pod600 Most of the time, you will need only a single set of angle brackets to
602 sometimes you will want to put a real right angle bracket (a
615 Doubled angle brackets ("<<" and ">>") may be used I<if and only if there is
623 In fact, you can use as many repeated angle-brackets as you like so
H A Dperl5121delta.pod77 We've clarified the multiple-angle-bracket construct in the spec for POD
H A Dperltrap.pod348 such as double quotes, backticks, angle brackets, and search patterns.
/openbsd-src/gnu/llvm/llvm/docs/
H A DYamlIO.rst615 Polar which specifies a position in polar coordinates (distance, angle):
621 float angle;
650 : x(polar.distance * cos(polar.angle)),
651 y(polar.distance * sin(polar.angle)) {
/openbsd-src/gnu/usr.bin/perl/cpan/Encode/ucm/
H A DadobeSymbol.ucm192 <U2220> \xD0 |0 # ANGLE # angle

1234