/freebsd/sys/dev/bwn/ |
H A D | if_bwn_cordic.h | 58 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/usr.bin/calendar/ |
H A D | sunpos.c | 215 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/contrib/netbsd-tests/lib/libm/ |
H A D | t_cos.c | 38 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 D | t_sin.c | 38 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 D | t_tan.c | 38 int angle; member 72 int deg = angles[i].angle; in ATF_TC_BODY() 176 int deg = angles[i].angle; in ATF_TC_BODY()
|
/freebsd/sys/contrib/device-tree/Bindings/iio/ |
H A D | mount-matrix.txt | 36 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/contrib/tzdata/ |
H A D | leapseconds | 21 # (a proxy for Earth's angle in space as measured by astronomers)
|
/freebsd/contrib/llvm-project/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 | 608 ExtWarn<"angle-bracketed include <%0> cannot be aliased to double-quoted " 611 ExtWarn<"double-quoted include \"%0\" cannot be aliased to angle-bracketed " 915 "expected angle-bracketed instead"
|
H A D | DiagnosticParseKinds.td | 845 "a space is required between consecutive right angle brackets (use '> >')">; 847 "a space is required between a right angle bracket and an equals sign " 853 "consecutive right angle brackets are incompatible with C++98 (use '> >')">,
|
/freebsd/contrib/spleen/ |
H A D | ChangeLog | 109 - Add single angle quotation mark characters 280 - Harmonize angle quotes (8x16, 12x24, 16x32, and 32x64 versions)
|
/freebsd/crypto/heimdal/doc/ |
H A D | latin1.tex | 12 % feminine ordinal indicator, left angle quotation mark
|
/freebsd/contrib/file/magic/Magdir/ |
H A D | cad | 155 # RotationAngle; Rotation angle of raster data 157 # SkewAngle; Skew angle of raster data
|
/freebsd/share/dict/ |
H A D | web2a | 297 acute angle 1681 angle bar 1682 angle bead 1683 angle beam 1684 angle brace 1685 angle bracket 1686 angle brick 1687 angle bulb 1688 angle capital 1689 angle chair [all …]
|
/freebsd/contrib/sendmail/cf/cf/ |
H A D | submit.cf | 626 # strip group: syntax (not inside angle brackets!) and trailing semicolon 643 # strip angle brackets -- note RFC733 heuristic to get innermost item
|
/freebsd/contrib/mandoc/ |
H A D | TODO | 587 called .In -> no line break before angle bracket 646 - The man(7) .UR macro produces UTF-8 angle brackets in -Tutf8 output mode
|
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
H A D | IntrinsicsARM.td | 1189 // * Rotation angle: 0 mean 90 deg, 1 means 180 deg 1195 // The first operand of the following two intrinsics is the rotation angle
|
/freebsd/contrib/diff/ |
H A D | ChangeLog | 1308 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/contrib/llvm-project/clang/lib/Frontend/Rewrite/ |
H A D | RewriteModernObjC.cpp | 2137 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/sys/gnu/dev/bwn/phy_n/ |
H A D | if_bwn_phy_n_core.c | 1654 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/contrib/sendmail/cf/m4/ |
H A D | proto.m4 | 788 # strip group: syntax (not inside angle brackets!) and trailing semicolon 805 # strip angle brackets -- note RFC733 heuristic to get innermost item
|
/freebsd/contrib/bmake/ |
H A D | bmake.cat1 | 1225 Variables between the angle brackets or double quotes are expanded to 1226 form the file name. If angle brackets are used, the included makefile is
|
/freebsd/contrib/tcsh/ |
H A D | complete.tcsh | 1186 printer-options= ul-angle= ul-font= ul-gray= \
|
/freebsd/contrib/sendmail/ |
H A D | RELEASE_NOTES | 1803 parentheses, and angle brackets. Based on patch from 1806 angle brackets when reading in rulesets. This allows 1808 that contain quotes, parentheses, and/or angle brackets. 3187 such as unbalanced angle brackets or parentheses. The DSNs 8688 as text outside of angle brackets (i.e., sendmail should 8807 Add ``F=d'' mailer flag to disable all use of angle brackets in 9569 (just like text outside of angle brackets) in order to 10347 Make sure that route-addrs always have <angle brackets> around 10649 avoid the problem of people who use angle brackets in 10966 the angle brackets confused the recursive call.
|
/freebsd/contrib/one-true-awk/testdir/ |
H A D | funstack.ok | 489 A. Klinger Pattern width at a given angle . . . . . 15--20 981 uniform in solid angle) . . . . . . . . 468--468
|