Home
last modified time | relevance | path

Searched refs:anything (Results 1 – 25 of 374) sorted by relevance

12345678910>>...15

/src/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.
H A Dfp_div_impl.inc52 // NaN / anything = qNaN
55 // anything / NaN = qNaN
63 // infinity / anything else = +/- infinity
68 // anything else / infinity = +/- 0
76 // zero / anything else = +/- zero
80 // anything else / zero = +/- infinity
95 // won't hurt anything.
/src/contrib/file/magic/Magdir/
H A Daout12 # XXX - is there anything we can look at to distinguish BSD/OS 386 from
34 # XXX - is there anything we can look at to distinguish old SunOS 68010
/src/contrib/llvm-project/clang/include/clang/Analysis/FlowSensitive/
H A DMatchSwitch.h142 using ast_matchers::anything; in BuildMatcher()
147 return stmt(unless(anything())); in BuildMatcher()
/src/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DRunLoopAutoreleaseLeakChecker.cpp131 static StatementMatcher getRunLoopRunM(StatementMatcher Extra = anything()) { in getRunLoopRunM()
147 static StatementMatcher getOtherMessageSentM(StatementMatcher Extra = anything()) { in getOtherMessageSentM()
/src/crypto/krb5/src/util/et/
H A DISSUES51 this is mostly just an issue for application code -- if anything
54 isn't anything unusual for signed constants, of course, just something
/src/contrib/llvm-project/compiler-rt/lib/builtins/cpu_model/aarch64/lse_atomics/
H A Dfuchsia.inc5 // This ensures the vDSO is a direct link-time dependency of anything that
/src/contrib/bmake/unit-tests/
H A Ddirective-include.mk32 .include "/dev/null" and ignore anything in the rest of the line.
/src/usr.sbin/bsdconfig/startup/
H A DINDEX43 # the full path to the program is needed. If `command' begins with anything
59 # anything else it is a path relative to the directory this INDEX file is in.
/src/usr.sbin/bsdconfig/password/
H A DINDEX43 # the full path to the program is needed. If `command' begins with anything
54 # anything else it is a path relative to the directory this INDEX file is in.
/src/usr.sbin/bsdconfig/security/
H A DINDEX43 # the full path to the program is needed. If `command' begins with anything
55 # anything else it is a path relative to the directory this INDEX file is in.
/src/usr.sbin/bsdconfig/dot/
H A DINDEX43 # the full path to the program is needed. If `command' begins with anything
54 # anything else it is a path relative to the directory this INDEX file is in.
/src/usr.sbin/bsdconfig/docsinstall/
H A DINDEX43 # the full path to the program is needed. If `command' begins with anything
54 # anything else it is a path relative to the directory this INDEX file is in.
/src/usr.sbin/bsdconfig/diskmgmt/
H A DINDEX43 # the full path to the program is needed. If `command' begins with anything
54 # anything else it is a path relative to the directory this INDEX file is in.
/src/usr.sbin/bsdconfig/packages/
H A DINDEX42 # the full path to the program is needed. If `command' begins with anything
53 # anything else it is a path relative to the directory this INDEX file is in.
/src/usr.sbin/bsdconfig/timezone/
H A DINDEX43 # the full path to the program is needed. If `command' begins with anything
54 # anything else it is a path relative to the directory this INDEX file is in.
/src/usr.sbin/bsdconfig/ttys/
H A DINDEX43 # the full path to the program is needed. If `command' begins with anything
54 # anything else it is a path relative to the directory this INDEX file is in.
/src/usr.sbin/bsdconfig/includes/
H A DINDEX42 # the full path to the program is needed. If `command' begins with anything
54 # anything else it is a path relative to the directory this INDEX file is in.
/src/sys/contrib/openzfs/etc/init.d/
H A DREADME.md26 suspect that what you're writing/modifying won't work on anything else
64 separate datasets like /var, are mounted before anything else is started.
/src/usr.sbin/bsdconfig/mouse/
H A DINDEX43 # the full path to the program is needed. If `command' begins with anything
59 # anything else it is a path relative to the directory this INDEX file is in.
/src/usr.sbin/bsdconfig/networking/
H A DINDEX43 # the full path to the program is needed. If `command' begins with anything
62 # anything else it is a path relative to the directory this INDEX file is in.
/src/usr.sbin/bsdconfig/usermgmt/
H A DINDEX43 # the full path to the program is needed. If `command' begins with anything
61 # anything else it is a path relative to the directory this INDEX file is in.
/src/usr.sbin/bsdconfig/console/
H A DINDEX43 # the full path to the program is needed. If `command' begins with anything
67 # anything else it is a path relative to the directory this INDEX file is in.
/src/contrib/tcsh/
H A DY2K4 Tcsh does not use time functions for anything but display purposes,

12345678910>>...15