/freebsd/sys/contrib/device-tree/Bindings/iio/magnetometer/ |
H A D | ti,tmag5273.yaml | 17 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/usr.bin/calendar/ |
H A D | sunpos.c | 186 #define ANGLE(a, b) (((a) < (b)) ? 1 : -1) macro 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/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/contrib/wpa/src/wps/ |
H A D | upnp_xml.c | 34 * sequences, e.g., & for ampersand(&) and < for left angle bracket (<). 36 * case). Thus we can safely parse for angle brackets etc. 49 * Labels are any sequence of chars other than space, tab, right angle bracket 70 * <left angle bracket><...><right angle bracket> 71 * Within the angle brackets, there is an optional leading forward slash (which 75 * Note that angle brackets present in the original data must have been encoded
|
/freebsd/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/translators/ |
H A D | err.D_DECL_TYPERED.BadTransDecl.d | 32 * between braces rather than angle brackets. 62 printf("Using braces instead of angle brackets for translator input");
|
H A D | err.D_SYNTAX.BadTransDecl1.d | 32 * between parantheses rather than angle brackets.
|
/freebsd/contrib/ee/ |
H A D | ee.1 | 284 Line starting with a period ('.') or right angle bracket ('>'). 328 Toggles whether eight bit characters are displayed as their value in angle 389 a shell operation (via a pipe) by using the left angle bracket 392 edit buffer by using a right angle bracket ("<") before the exclamation mark. 463 value inside angle brackets, e.g., "<220>").
|
/freebsd/tools/tools/locale/etc/charmaps/ |
H A D | CP1251.TXT | 159 0x8B 0x2039 #SINGLE LEFT-POINTING ANGLE QUOTATION MARK 175 0x9B 0x203A #SINGLE RIGHT-POINTING ANGLE QUOTATION MARK 191 0xAB 0x00AB #LEFT-POINTING DOUBLE ANGLE QUOTATION MARK 207 0xBB 0x00BB #RIGHT-POINTING DOUBLE ANGLE QUOTATION MARK
|
H A D | PT154.TXT | 194 0xab 0x00AB # LEFT-POINTING DOUBLE ANGLE QUOTATION MARK 210 0xbb 0x00BB # RIGHT-POINTING DOUBLE ANGLE QUOTATION MARK
|
/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/lib/msun/man/ |
H A D | atan2.3 | 38 .Nd arc tangent and complex phase angle functions 72 functions compute the complex argument (or phase angle) of
|
H A D | complex.3 | 85 carg compute the argument (i.e., phase angle)
|
/freebsd/contrib/arm-optimized-routines/pl/math/ |
H A D | sv_tan_3u5.c | 59 /* Further reduce r to [-pi/8, pi/8], to be reconstructed using double angle in SV_NAME_D1() 77 /* Recombination uses double-angle formula: in SV_NAME_D1()
|
H A D | v_tan_3u5.c | 76 /* Further reduce r to [-pi/8, pi/8], to be reconstructed using double angle in V_NAME_D1() 93 /* Recombination uses double-angle formula: in V_NAME_D1()
|
/freebsd/contrib/ntp/clockstuff/ |
H A D | propdelay.c | 402 * waveangle - compute the wave angle for the given distance, virtual 418 printf("waveangle dist %g height %g hops %d angle %g\n", in waveangle() 462 double delta; /* wave angle */ in finddelay() 476 printf("%d hop%s okay, wave angle is %g\n", n, n>1?"s":"", in finddelay()
|
/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/crypto/heimdal/lib/wind/ |
H A D | CompositionExclusions-3.2.0.txt | 146 # 2329 LEFT-POINTING ANGLE BRACKET 147 # 232A RIGHT-POINTING ANGLE BRACKET
|
/freebsd/sys/contrib/device-tree/Bindings/media/ |
H A D | nxp,dw100.yaml | 15 and wide angle lenses. It is implemented with a line/tile-cache based
|
/freebsd/contrib/llvm-project/clang/include/clang/Tooling/Inclusions/ |
H A D | IncludeStyle.h | 159 /// Main include uses angle brackets: ``#include <foo.hpp>``. 161 /// Main include uses either quotes or angle brackets.
|
/freebsd/sys/contrib/device-tree/Bindings/media/i2c/ |
H A D | ovti,ov9282.yaml | 19 OV9281 has a different lens chief ray angle.
|
/freebsd/contrib/llvm-project/clang/include/clang/AST/ |
H A D | TemplateBase.h | 687 /// The source location of the left angle bracket ('<'). 690 /// The source location of the right angle bracket ('>'). 729 /// The source location of the left angle bracket ('<'). 732 /// The source location of the right angle bracket ('>').
|
/freebsd/contrib/spleen/ |
H A D | ChangeLog | 78 - Add single angle quotation mark characters 249 - Harmonize angle quotes (8x16, 12x24, 16x32, and 32x64 versions)
|
/freebsd/contrib/netbsd-tests/rump/rumpkern/h_client/ |
H A D | h_reconcli.c | 36 * wide-angle disintegration beam, but takes care in closer()
|