Home
last modified time | relevance | path

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

12

/freebsd-13.1/contrib/subversion/subversion/libsvn_subr/utf8proc/
H A Dlump.md11 U+003C < <-- single left-pointing angle quotation mark U+2039,
12 left-pointing angle bracket U+2329,
13 left angle bracket U+3008
14 U+003E > <-- single right-pointing angle quotation mark U+203A,
15 right-pointing angle bracket U+232A,
16 right angle bracket U+3009
/freebsd-13.1/sys/dev/bwn/
H A Dif_bwn_cordic.h60 uint32_t angle = 0; in bwn_cordic() local
77 if (theta > angle) { in bwn_cordic()
81 angle += bwn_arctg[i]; in bwn_cordic()
86 angle -= bwn_arctg[i]; in bwn_cordic()
/freebsd-13.1/usr.bin/calendar/
H A Dsunpos.c217 int h, d, prevangle, angle; in fequinoxsolstice() local
317 angle = ANGLE(prevdec, dec); in fequinoxsolstice()
318 if (prevangle != angle) { in fequinoxsolstice()
321 prevdec, dec, prevangle, angle); in fequinoxsolstice()
329 prevangle = angle; in fequinoxsolstice()
347 angle = ANGLE(prevdec, dec); in fequinoxsolstice()
348 if (prevangle != angle) { in fequinoxsolstice()
351 prevdec, dec, prevangle, angle); in fequinoxsolstice()
359 prevangle = angle; in fequinoxsolstice()
/freebsd-13.1/contrib/netbsd-tests/lib/libm/
H A Dt_cos.c38 int angle; member
83 int deg = angles[i].angle; in ATF_TC_BODY()
179 int deg = angles[i].angle; in ATF_TC_BODY()
274 int deg = angles[i].angle; in ATF_TC_BODY()
H A Dt_sin.c38 int angle; member
76 int deg = angles[i].angle; in ATF_TC_BODY()
180 int deg = angles[i].angle; in ATF_TC_BODY()
H A Dt_tan.c38 int angle; member
72 int deg = angles[i].angle; in ATF_TC_BODY()
176 int deg = angles[i].angle; in ATF_TC_BODY()
/freebsd-13.1/sys/contrib/device-tree/Bindings/iio/
H A Dmount-matrix.txt36 A sensor can be mounted in any angle along the axes relative to the frame of
38 or tilted at any angle relative to the frame of reference.
/freebsd-13.1/contrib/tzdata/
H A Dleapseconds24 # (a proxy for Earth's angle in space as measured by astronomers)
/freebsd-13.1/contrib/llvm-project/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.td502 ExtWarn<"angle-bracketed include <%0> cannot be aliased to double-quoted "
505 ExtWarn<"double-quoted include \"%0\" cannot be aliased to angle-bracketed "
769 "expected angle-bracketed instead"
H A DDiagnosticParseKinds.td767 "a space is required between consecutive right angle brackets (use '> >')">;
769 "a space is required between a right angle bracket and an equals sign "
775 "consecutive right angle brackets are incompatible with C++98 (use '> >')">,
/freebsd-13.1/crypto/heimdal/doc/
H A Dlatin1.tex12 % feminine ordinal indicator, left angle quotation mark
/freebsd-13.1/contrib/file/magic/Magdir/
H A Dcad155 # RotationAngle; Rotation angle of raster data
157 # SkewAngle; Skew angle of raster data
/freebsd-13.1/share/dict/
H A Dweb2a297 acute angle
1681 angle bar
1682 angle bead
1683 angle beam
1687 angle bulb
1690 angle clip
1693 angle gear
1694 angle iron
1700 angle rib
1701 angle set
[all …]
/freebsd-13.1/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DRewriteObjC.cpp2055 int angle = 0; in scanToNextArgument() local
2056 while (*argRef != ')' && (*argRef != ',' || angle > 0)) { in scanToNextArgument()
2058 angle++; in scanToNextArgument()
2060 angle--; in scanToNextArgument()
2063 assert(angle == 0 && "scanToNextArgument - bad protocol type syntax"); in scanToNextArgument()
H A DRewriteModernObjC.cpp2137 int angle = 0; in scanToNextArgument() local
2138 while (*argRef != ')' && (*argRef != ',' || angle > 0)) { in scanToNextArgument()
2140 angle++; in scanToNextArgument()
2142 angle--; in scanToNextArgument()
2145 assert(angle == 0 && "scanToNextArgument - bad protocol type syntax"); in scanToNextArgument()
/freebsd-13.1/contrib/sendmail/cf/cf/
H A Dsubmit.cf623 # strip group: syntax (not inside angle brackets!) and trailing semicolon
640 # strip angle brackets -- note RFC733 heuristic to get innermost item
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/IR/
H A DIntrinsicsARM.td1117 // * Rotation angle: 0 mean 90 deg, 1 means 180 deg
1123 // The first operand of the following two intrinsics is the rotation angle
/freebsd-13.1/contrib/diff/
H A DChangeLog1308 Use angle-brackets when including quotesys.h.
1330 Use angle-brackets when including getopt.h, quotesys.h.
1350 Use angle-brackets when including cmpbuf.h.
1399 Use angle-brackets when including getopt.h, quotesys.h.
1488 Use angle-brackets when including getopt.h, fnmatch.h, quotesys.h.
1561 Use angle-brackets when including cmpbuf.h, getopt.h.
1586 Use angle-brackets when including cmpbuf.h.
/freebsd-13.1/sys/gnu/dev/bwn/phy_n/
H A Dif_bwn_phy_n_core.c1656 uint16_t bw, len, rot, angle; in bwn_nphy_gen_load_samples() local
1680 angle = 0; in bwn_nphy_gen_load_samples()
1683 samples[i] = bwn_cordic(angle); in bwn_nphy_gen_load_samples()
1684 angle += rot; in bwn_nphy_gen_load_samples()
/freebsd-13.1/contrib/bmake/
H A Dbmake.cat11106 ables between the angle brackets or double quotes are expanded to form
1107 the file name. If angle brackets are used, the included makefile is ex-
/freebsd-13.1/contrib/sendmail/cf/m4/
H A Dproto.m4775 # strip group: syntax (not inside angle brackets!) and trailing semicolon
792 # strip angle brackets -- note RFC733 heuristic to get innermost item
/freebsd-13.1/contrib/tcsh/
H A Dcomplete.tcsh1186 printer-options= ul-angle= ul-font= ul-gray= \
/freebsd-13.1/contrib/sendmail/
H A DRELEASE_NOTES1505 parentheses, and angle brackets. Based on patch from
1508 angle brackets when reading in rulesets. This allows
1510 that contain quotes, parentheses, and/or angle brackets.
2889 such as unbalanced angle brackets or parentheses. The DSNs
8390 as text outside of angle brackets (i.e., sendmail should
8509 Add ``F=d'' mailer flag to disable all use of angle brackets in
9271 (just like text outside of angle brackets) in order to
10049 Make sure that route-addrs always have <angle brackets> around
10351 avoid the problem of people who use angle brackets in
10668 the angle brackets confused the recursive call.
/freebsd-13.1/contrib/unbound/doc/
H A Dunbound.doxygen840 # according to this color. Hue is specified as an angle on a colorwheel,

12