/freebsd/share/doc/usd/21.troff/ |
H A D | m4 | 183 \fIanything\fR represents what is conditionally accepted. 186 \fB&if\fI|c|anything\fR - - If condition \fIc\fR true, accept \fIanything\fR as input; 187 in multi-line case use \fI\e{anything\|\e}\fR. 189 \fB&if|!\fIc|anything\fR - - If condition \fIc\fR false, accept \fIanything\fR. 191 \fB&if\fI|N|anything\fR - \fBu\fR If expression \fIN\fR > 0, accept \fIanything\fR. 193 \fB&if|!\fIN|anything\fR - \fBu\fR If expression \fIN\fR \(<= 0, accept \fIanything\fR. 195 \fB&if\fI|\|\'string1\|\'string2\|\'|anything\fR - If \fIstring1\fR identical to \fIstring2\fR, 196 accept \fIanything\fR. 198 \fB&if|!\fI\|\'string1\|\'string2\|\'|anything\fR - If \fIstring1\fR not identical to \fIstring2\fR, 199 accept \fIanything\fR. [all …]
|
H A D | m0a | 253 \fB&if\fI|c|anything\fR - - If condition \fIc\fR true, accept \fIanything\fR as input, 255 for multi-line use \fI\e{anything\|\e}\fR. 257 \fB&if|!\fIc|anything\fR - - If condition \fIc\fR false, accept \fIanything\fR. 259 \fB&if\fI|N|anything\fR - \fBu\fR If expression \fIN\fR > 0, accept \fIanything\fR. 261 \fB&if|!\fIN|anything\fR - \fBu\fR If expression \fIN\fR \(<= 0, accept \fIanything\fR. 263 \fB&if\fI|\|\'string1\|\'string2\|\'|anything\fR - If \fIstring1\fR identical to \fIstring2\fR, 264 accept \fIanything\fR. 266 \fB&if|!\fI\|\'string1\|\'string2\|\'|anything\fR - If \fIstring1\fR not identical to \fIstring2\fR, 267 accept \fIanything\fR. 269 \fB&ie\fI|c|anything\fR - \fBu\fR If portion of if-else; all above forms (like \fBif\fR). [all …]
|
/freebsd/sys/arm64/arm64/ |
H A D | bus_space_asm.S | 52 /* If there is anything to read. */ 73 /* If there is anything to read. */ 94 /* If there is anything to read. */ 115 /* If there is anything to read. */ 136 /* Is there is anything to read. */ 157 /* Is there is anything to read. */ 178 /* Is there is anything to read. */ 199 /* Is there is anything to read. */ 241 /* If there is anything to write. */ 261 /* If there is anything to write. */ [all …]
|
/freebsd/lib/msun/src/ |
H A D | e_atan2.c | 23 * ATAN2((anything), NaN ) is NaN; 24 * ATAN2(NAN , (anything) ) is NaN; 25 * ATAN2(+-0, +(anything but NaN)) is +-0 ; 26 * ATAN2(+-0, -(anything but NaN)) is +-pi ; 27 * ATAN2(+-(anything but 0 and NaN), 0) is +-pi/2; 28 * ATAN2(+-(anything but INF and NaN), +INF) is +-0 ; 29 * ATAN2(+-(anything but INF and NaN), -INF) is +-pi; 32 * ATAN2(+-INF, (anything but,0,NaN, and INF)) is +-pi/2; 77 case 1: return y; /* atan(+-0,+anything)=+-0 */ in atan2() 78 case 2: return pi+tiny;/* atan(+0,-anything) = pi */ in atan2() [all …]
|
H A D | e_pow.c | 23 * 1. (anything) ** 0 is 1 24 * 2. (anything) ** 1 is itself 25 * 3. (anything) ** NAN is NAN except 1 ** NAN = 1 26 * 4. NAN ** (anything except 0) is NAN 32 * 10. +0 ** (+anything except 0, NAN) is +0 33 * 11. -0 ** (+anything except 0, NAN, odd integer) is +0 34 * 12. +0 ** (-anything except 0, NAN) is +INF 35 * 13. -0 ** (-anything except 0, NAN, odd integer) is +INF 37 * 15. +INF ** (+anything except 0,NAN) is +INF 38 * 16. +INF ** (-anything excep [all...] |
/freebsd/contrib/llvm-project/compiler-rt/lib/builtins/ |
H A D | fp_add_impl.inc | 26 // NaN + anything = qNaN 29 // anything + NaN = qNaN 37 // +/-infinity + anything remaining = +/- infinity 42 // anything remaining + +/-infinity = +/-infinity 46 // zero + anything = anything 55 // anything + zero = anything 88 // anything.
|
H A D | fp_mul_impl.inc | 32 // NaN * anything = qNaN 35 // anything * NaN = qNaN 57 // zero * anything = +/- zero 60 // anything * zero = +/- zero 75 // won't hurt anything.
|
/freebsd/lib/msun/ld128/ |
H A D | e_powl.c | 40 * 1. (anything) ** 0 is 1 41 * 2. (anything) ** 1 is itself 42 * 3. (anything) ** NAN is NAN 43 * 4. NAN ** (anything except 0) is NAN 49 * 10. +0 ** (+anything except 0, NAN) is +0 50 * 11. -0 ** (+anything except 0, NAN, odd integer) is +0 51 * 12. +0 ** (-anything except 0, NAN) is +INF 52 * 13. -0 ** (-anything except 0, NAN, odd integer) is +INF 54 * 15. +INF ** (+anything except 0,NAN) is +INF 55 * 16. +INF ** (-anything except 0,NAN) is +0 [all …]
|
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaOpenACC.cpp | 31 // do anything. in diagnoseConstructAppertainment() 496 // 'compute' constructs are the only construct that can do anything with in VisitDefaultClause() 520 // 'compute' constructs are the only construct that can do anything with in VisitIfClause() 553 // 'compute' constructs are the only construct that can do anything with in VisitSelfClause() 586 // 'compute' constructs are the only construct that can do anything with in VisitNumGangsClause() 641 // 'compute' constructs are the only construct that can do anything with in VisitNumWorkersClause() 662 // 'compute' constructs are the only construct that can do anything with in VisitVectorLengthClause() 683 // 'compute' constructs are the only construct that can do anything with in VisitAsyncClause() 706 // can do anything with this yet, so skip/treat as unimplemented in this in VisitPrivateClause() 713 // really isn't anything to do here. GCC does some duplicate-finding, though in VisitPrivateClause() [all …]
|
/freebsd/contrib/libpcap/ |
H A D | mkdep | 86 # DO NOT PUT ANYTHING AFTER THIS LINE, IT WILL GO AWAY. 92 # hack can't deal with anything that requires a search path, and doesn't 93 # even try for anything using bracket (<>) syntax. 117 # IF YOU PUT ANYTHING HERE IT WILL GO AWAY
|
/freebsd/contrib/tcpdump/ |
H A D | mkdep | 81 # DO NOT PUT ANYTHING AFTER THIS LINE, IT WILL GO AWAY. 87 # hack can't deal with anything that requires a search path, and doesn't 88 # even try for anything using bracket (<>) syntax. 112 # IF YOU PUT ANYTHING HERE IT WILL GO AWAY
|
/freebsd/contrib/kyua/integration/ |
H A D | cmd_report_html_test.sh | 118 "Test case did not write anything to" 125 "Test case did not write anything to" 233 "Test case did not write anything to" 236 "Test case did not write anything to stdout" \ 237 "Test case did not write anything to stderr"
|
/freebsd/usr.sbin/freebsd-update/ |
H A D | freebsd-update.conf | 19 # Paths which start with anything matching an entry in an IgnorePaths 23 # Paths which start with anything matching an entry in an IDSIgnorePaths 30 # Paths which start with anything matching an entry in an UpdateIfUnmodified
|
/freebsd/sys/dev/xen/xenpci/ |
H A D | xenpci.c | 83 * Deallocate anything allocated by xenpci_allocate_resources. 119 /* Cleanup anything we may have assigned. */ in xenpci_allocate_resources() 168 * Undo anything we may have done. in xenpci_attach() 175 * Detach - reverse anything done by attach.
|
/freebsd/lib/libc/gen/ |
H A D | drand48.c | 10 * of any kind. I shall in no event be liable for anything that happens 11 * to anyone/anything when using this software.
|
H A D | nrand48.c | 10 * of any kind. I shall in no event be liable for anything that happens 11 * to anyone/anything when using this software.
|
H A D | lrand48.c | 10 * of any kind. I shall in no event be liable for anything that happens 11 * to anyone/anything when using this software.
|
H A D | jrand48.c | 10 * of any kind. I shall in no event be liable for anything that happens 11 * to anyone/anything when using this software.
|
H A D | mrand48.c | 10 * of any kind. I shall in no event be liable for anything that happens 11 * to anyone/anything when using this software.
|
H A D | erand48.c | 10 * of any kind. I shall in no event be liable for anything that happens 11 * to anyone/anything when using this software.
|
H A D | rand48.h | 10 * of any kind. I shall in no event be liable for anything that happens 11 * to anyone/anything when using this software.
|
H A D | srand48.c | 10 * of any kind. I shall in no event be liable for anything that happens 11 * to anyone/anything when using this software.
|
H A D | lcong48.c | 10 * of any kind. I shall in no event be liable for anything that happens 11 * to anyone/anything when using this software.
|
H A D | seed48.c | 10 * of any kind. I shall in no event be liable for anything that happens 11 * to anyone/anything when using this software.
|
/freebsd/usr.bin/clang/llvm-objcopy/ |
H A D | llvm-objcopy.1 | 145 anything following a \(aq#\(aq. Can be specified multiple times to read names from 259 and trailing whitespace ignored, as is anything following a \(aq#\(aq. Can be 274 trailing whitespace ignored, as is anything following a \(aq#\(aq. Can be specified 464 symbol, with leading and trailing whitespace ignored, as is anything following 490 and trailing whitespace ignored, as is anything following a \(aq#\(aq. Can be 510 and trailing whitespace ignored, as is anything following a \(aq#\(aq. Can be 530 anything following a \(aq#\(aq. Can be specified multiple times to read names from 637 symbol, with leading and trailing whitespace ignored, as is anything following
|