Home
last modified time | relevance | path

Searched full:anything (Results 1 – 25 of 2220) sorted by relevance

12345678910>>...89

/freebsd/share/doc/usd/21.troff/
H A Dm4183 \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 Dm0a253 \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 Dbus_space_asm.S52 /* 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 De_atan2.c23 * 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 De_pow.c23 * 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 Dfp_add_impl.inc26 // 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 Dfp_mul_impl.inc32 // 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 De_powl.c40 * 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 DSemaOpenACC.cpp31 // 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 Dmkdep86 # 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 Dmkdep81 # 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 Dcmd_report_html_test.sh118 "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 Dfreebsd-update.conf19 # 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 Dxenpci.c83 * 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 Ddrand48.c10 * of any kind. I shall in no event be liable for anything that happens
11 * to anyone/anything when using this software.
H A Dnrand48.c10 * of any kind. I shall in no event be liable for anything that happens
11 * to anyone/anything when using this software.
H A Dlrand48.c10 * of any kind. I shall in no event be liable for anything that happens
11 * to anyone/anything when using this software.
H A Djrand48.c10 * of any kind. I shall in no event be liable for anything that happens
11 * to anyone/anything when using this software.
H A Dmrand48.c10 * of any kind. I shall in no event be liable for anything that happens
11 * to anyone/anything when using this software.
H A Derand48.c10 * of any kind. I shall in no event be liable for anything that happens
11 * to anyone/anything when using this software.
H A Drand48.h10 * of any kind. I shall in no event be liable for anything that happens
11 * to anyone/anything when using this software.
H A Dsrand48.c10 * of any kind. I shall in no event be liable for anything that happens
11 * to anyone/anything when using this software.
H A Dlcong48.c10 * of any kind. I shall in no event be liable for anything that happens
11 * to anyone/anything when using this software.
H A Dseed48.c10 * 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 Dllvm-objcopy.1145 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

12345678910>>...89