Home
last modified time | relevance | path

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

12

/freebsd-14.2/sys/dev/bwn/
H A Dif_bwn_cordic.h58 uint32_t angle = 0; in bwn_cordic() local
75 if (theta > angle) { in bwn_cordic()
79 angle += bwn_arctg[i]; in bwn_cordic()
84 angle -= bwn_arctg[i]; in bwn_cordic()
/freebsd-14.2/sys/contrib/device-tree/Bindings/iio/magnetometer/
H A Dti,tmag5273.yaml17 magnetic axes and temperature measurements. An integrated angle calculation
19 on-axis and off-axis angle measurement topologies. The angle calculation is
32 ti,angle-measurement:
35 Enables angle measurement in the selected plane.
71 ti,angle-measurement = "x-z";
/freebsd-14.2/usr.bin/calendar/
H A Dsunpos.c215 int h, d, prevangle, angle; in fequinoxsolstice() local
315 angle = ANGLE(prevdec, dec); in fequinoxsolstice()
316 if (prevangle != angle) { in fequinoxsolstice()
319 prevdec, dec, prevangle, angle); in fequinoxsolstice()
327 prevangle = angle; in fequinoxsolstice()
345 angle = ANGLE(prevdec, dec); in fequinoxsolstice()
346 if (prevangle != angle) { in fequinoxsolstice()
349 prevdec, dec, prevangle, angle); in fequinoxsolstice()
357 prevangle = angle; in fequinoxsolstice()
/freebsd-14.2/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-14.2/sys/contrib/device-tree/Bindings/media/
H A Dnxp,dw100.yaml15 and wide angle lenses. It is implemented with a line/tile-cache based
/freebsd-14.2/sys/contrib/device-tree/Bindings/media/i2c/
H A Dovti,ov9282.yaml19 OV9281 has a different lens chief ray angle.
/freebsd-14.2/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-14.2/contrib/tzdata/
H A Dleapseconds21 # (a proxy for Earth's angle in space as measured by astronomers)
/freebsd-14.2/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.td577 ExtWarn<"angle-bracketed include <%0> cannot be aliased to double-quoted "
580 ExtWarn<"double-quoted include \"%0\" cannot be aliased to angle-bracketed "
882 "expected angle-bracketed instead"
H A DDiagnosticParseKinds.td825 "a space is required between consecutive right angle brackets (use '> >')">;
827 "a space is required between a right angle bracket and an equals sign "
833 "consecutive right angle brackets are incompatible with C++98 (use '> >')">,
/freebsd-14.2/contrib/spleen/
H A DChangeLog78 - Add single angle quotation mark characters
249 - Harmonize angle quotes (8x16, 12x24, 16x32, and 32x64 versions)
/freebsd-14.2/crypto/heimdal/doc/
H A Dlatin1.tex12 % feminine ordinal indicator, left angle quotation mark
/freebsd-14.2/contrib/file/magic/Magdir/
H A Dcad155 # RotationAngle; Rotation angle of raster data
157 # SkewAngle; Skew angle of raster data
/freebsd-14.2/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-14.2/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.cpp2138 int angle = 0; in scanToNextArgument() local
2139 while (*argRef != ')' && (*argRef != ',' || angle > 0)) { in scanToNextArgument()
2141 angle++; in scanToNextArgument()
2143 angle--; in scanToNextArgument()
2146 assert(angle == 0 && "scanToNextArgument - bad protocol type syntax"); in scanToNextArgument()
/freebsd-14.2/contrib/sendmail/cf/cf/
H A Dsubmit.cf626 # strip group: syntax (not inside angle brackets!) and trailing semicolon
643 # strip angle brackets -- note RFC733 heuristic to get innermost item
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/IR/
H A DIntrinsicsARM.td1189 // * Rotation angle: 0 mean 90 deg, 1 means 180 deg
1195 // The first operand of the following two intrinsics is the rotation angle
/freebsd-14.2/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-14.2/sys/gnu/dev/bwn/phy_n/
H A Dif_bwn_phy_n_core.c1654 uint16_t bw, len, rot, angle; in bwn_nphy_gen_load_samples() local
1678 angle = 0; in bwn_nphy_gen_load_samples()
1681 samples[i] = bwn_cordic(angle); in bwn_nphy_gen_load_samples()
1682 angle += rot; in bwn_nphy_gen_load_samples()
/freebsd-14.2/contrib/bmake/
H A Dbmake.cat11194 ables between the angle brackets or double quotes are expanded to form
1195 the file name. If angle brackets are used, the included makefile is ex-
/freebsd-14.2/contrib/sendmail/cf/m4/
H A Dproto.m4788 # strip group: syntax (not inside angle brackets!) and trailing semicolon
805 # strip angle brackets -- note RFC733 heuristic to get innermost item

12