| /openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/unsorted/ |
| H A D | BUG22.c | 3 Rotate (float angle) in Rotate() argument 5 float mag = (angle < 0) ? -angle : angle; in Rotate()
|
| /openbsd-src/games/trek/ |
| H A D | move.c | 73 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 D | computer.c | 317 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 D | torped.c | 66 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 D | phaser.c | 80 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 D | access20.C | 10 struct angle struct 26 struct angle a ; argument
|
| /openbsd-src/games/sail/ |
| H A D | misc.c | 104 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 D | extern.h | 355 int angle(int, int);
|
| /openbsd-src/games/atc/ |
| H A D | input.c | 540 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 D | author.out_markdown | 5 **Aq-author** - angle brackets after an author name macro
|
| H A D | author.out_utf8 | 4 AAqq--aauutthhoorr – angle brackets after an author name macro
|
| H A D | author.out_ascii | 4 AAqq--aauutthhoorr - angle brackets after an author name macro
|
| /openbsd-src/gnu/usr.bin/perl/cpan/perlfaq/lib/ |
| H A D | perlfaq6.pod | 50 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 D | NamedSqProv.txt | 21 # comma delimitation and angle brackets. Thus, a Unicode
|
| /openbsd-src/regress/usr.bin/mandoc/char/unicode/ |
| H A D | named.out_ascii | 132 <angle><angle> ANGLE
|
| /openbsd-src/sys/dev/ic/ |
| H A D | ar9003.c | 2682 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 D | athnvar.h | 506 int16_t angle[AR_MAX_CHAINS] member
|
| /openbsd-src/share/snmp/ |
| H A D | OPENBSD-SENSORS-MIB.txt | 139 angle(17),
|
| /openbsd-src/gnu/llvm/clang/include/clang/Basic/ |
| H A D | arm_mve.td | 1316 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 D | DiagnosticLexKinds.td | 558 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 D | perlpod.pod | 600 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 D | perl5121delta.pod | 77 We've clarified the multiple-angle-bracket construct in the spec for POD
|
| H A D | perltrap.pod | 348 such as double quotes, backticks, angle brackets, and search patterns.
|
| /openbsd-src/gnu/llvm/llvm/docs/ |
| H A D | YamlIO.rst | 615 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 D | adobeSymbol.ucm | 192 <U2220> \xD0 |0 # ANGLE # angle
|