Home
last modified time | relevance | path

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

12

/freebsd-12.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-12.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-12.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-12.1/contrib/netbsd-tests/lib/libm/
H A Dt_cos.c36 int angle; member
75 angles[i].angle, angles[i].y); in ATF_TC_BODY()
168 angles[i].angle, angles[i].y); in ATF_TC_BODY()
H A Dt_sin.c36 int angle; member
75 angles[i].angle, angles[i].y); in ATF_TC_BODY()
168 angles[i].angle, angles[i].y); in ATF_TC_BODY()
H A Dt_tan.c36 int angle; member
72 angles[i].angle, angles[i].y); in ATF_TC_BODY()
165 angles[i].angle, angles[i].y); in ATF_TC_BODY()
/freebsd-12.1/contrib/tzdata/
H A Dleapseconds24 # (a proxy for Earth's angle in space as measured by astronomers)
/freebsd-12.1/contrib/dtc/Documentation/
H A Ddts-format.txt35 * Arrays are represented by angle brackets surrounding a space separated list
/freebsd-12.1/crypto/heimdal/doc/
H A Dlatin1.tex12 % feminine ordinal indicator, left angle quotation mark
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Basic/
H A DDiagnosticLexKinds.td480 ExtWarn<"angle-bracketed include <%0> cannot be aliased to double-quoted "
483 ExtWarn<"double-quoted include \"%0\" cannot be aliased to angle-bracketed "
730 "expected angle-bracketed instead"
H A DDiagnosticParseKinds.td688 "a space is required between consecutive right angle brackets (use '> >')">;
690 "a space is required between a right angle bracket and an equals sign "
696 "consecutive right angle brackets are incompatible with C++98 (use '> >')">,
/freebsd-12.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-12.1/contrib/llvm/tools/clang/lib/Frontend/Rewrite/
H A DRewriteObjC.cpp2046 int angle = 0; in scanToNextArgument() local
2047 while (*argRef != ')' && (*argRef != ',' || angle > 0)) { in scanToNextArgument()
2049 angle++; in scanToNextArgument()
2051 angle--; in scanToNextArgument()
2054 assert(angle == 0 && "scanToNextArgument - bad protocol type syntax"); in scanToNextArgument()
H A DRewriteModernObjC.cpp2133 int angle = 0; in scanToNextArgument() local
2134 while (*argRef != ')' && (*argRef != ',' || angle > 0)) { in scanToNextArgument()
2136 angle++; in scanToNextArgument()
2138 angle--; in scanToNextArgument()
2141 assert(angle == 0 && "scanToNextArgument - bad protocol type syntax"); in scanToNextArgument()
/freebsd-12.1/contrib/sendmail/cf/cf/
H A Dsubmit.cf613 # strip group: syntax (not inside angle brackets!) and trailing semicolon
630 # strip angle brackets -- note RFC733 heuristic to get innermost item
/freebsd-12.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-12.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-12.1/contrib/gcc/doc/
H A Dcpp.texi562 written with angle brackets instead, @t{<@dots{}>}. In either case,
564 closing quote or angle bracket. The preprocessor looks for the header
764 angle brackets, behaves like a string constant in that comments are not
884 places it would have looked for a header requested with angle
1004 constants. If you use angle brackets, however, you may have trouble.
1031 according to the rules for angle-bracket includes.
H A Dcppopts.texi224 This implies that the choice of angle brackets or double quotes in an
H A Dextend.texi4078 asm ("fsinx %1,%0" : "=f" (result) : "f" (angle));
4082 Here @code{angle} is the C expression for the input operand while
4110 asm ("fsinx %[angle],%[output]"
4112 : [angle] "f" (angle));
/freebsd-12.1/contrib/bmake/
H A Dbmake.cat11025 ables between the angle brackets or double quotes are expanded to form
1026 the file name. If angle brackets are used, the included makefile is
/freebsd-12.1/contrib/sendmail/cf/m4/
H A Dproto.m4763 # strip group: syntax (not inside angle brackets!) and trailing semicolon
780 # strip angle brackets -- note RFC733 heuristic to get innermost item
/freebsd-12.1/contrib/tcsh/
H A Dcomplete.tcsh1187 printer-options= ul-angle= ul-font= ul-gray= \
/freebsd-12.1/contrib/sendmail/
H A DRELEASE_NOTES1387 parentheses, and angle brackets. Based on patch from
1390 angle brackets when reading in rulesets. This allows
1392 that contain quotes, parentheses, and/or angle brackets.
2771 such as unbalanced angle brackets or parentheses. The DSNs
8272 as text outside of angle brackets (i.e., sendmail should
8391 Add ``F=d'' mailer flag to disable all use of angle brackets in
9153 (just like text outside of angle brackets) in order to
9931 Make sure that route-addrs always have <angle brackets> around
10233 avoid the problem of people who use angle brackets in
10550 the angle brackets confused the recursive call.
/freebsd-12.1/contrib/unbound/doc/
H A Dunbound.doxygen840 # according to this color. Hue is specified as an angle on a colorwheel,

12