Home
last modified time | relevance | path

Searched full:semantics (Results 1 – 25 of 1479) sorted by relevance

12345678910>>...60

/external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
DAPFloat.h67 /// full extended precision). Adding a new format that obeys IEEE semantics
136 /// \name Floating Point Semantics.
207 /// semantics.
388 const fltSemantics &getSemantics() const { return *semantics; } in getSemantics()
395 /// magnitude in the current semantics.
399 /// magnitude in the current semantics.
476 /// semantics.
567 /// The semantics that this value obeys.
568 const fltSemantics *semantics; variable
597 // The interface and layout is designed for arbitray underlying semantics,
[all …]
/external/llvm/lib/Support/
DAPFloat.cpp43 /* Represents floating point arithmetic semantics. */
57 /* Number of bits actually used in the semantics. */
585 semantics = ourSemantics; in initialize()
601 assert(semantics == rhs.semantics); in assign()
639 unsigned bitsToPreserve = semantics->precision - 1; in makeNaN()
647 unsigned QNaNBit = semantics->precision - 2; in makeNaN()
666 if (semantics == &APFloat::x87DoubleExtended) in makeNaN()
681 if (semantics != rhs.semantics) { in operator =()
683 initialize(rhs.semantics); in operator =()
695 semantics = rhs.semantics; in operator =()
[all …]
/external/syslinux/gpxe/src/include/gpxe/
Dsocket.h15 * @defgroup commtypes Communication semantics
33 * Name communication semantics
35 * @v semantics Communication semantics (e.g. SOCK_STREAM)
36 * @ret name Name of communication semantics
39 socket_semantics_name ( int semantics ) { in socket_semantics_name() argument
41 if ( semantics == SOCK_STREAM ) { in socket_semantics_name()
43 } else if ( semantics == SOCK_DGRAM ) { in socket_semantics_name()
Dopen.h39 * int semantics;
71 /** Communication semantics (e.g. SOCK_STREAM) */
72 int semantics; member
96 int semantics, struct sockaddr *peer,
98 extern int xfer_open_socket ( struct xfer_interface *xfer, int semantics,
/external/swiftshader/third_party/LLVM/lib/Support/
DAPFloat.cpp35 /* Represents floating point arithmetic semantics. */
119 assertArithmeticOK(const llvm::fltSemantics &semantics) { in assertArithmeticOK() argument
120 assert(semantics.arithmeticOK && in assertArithmeticOK()
121 "Compile-time arithmetic does not support these semantics"); in assertArithmeticOK()
591 semantics = ourSemantics; in initialize()
607 assert(semantics == rhs.semantics); in assign()
647 unsigned bitsToPreserve = semantics->precision - 1; in makeNaN()
655 unsigned QNaNBit = semantics->precision - 2; in makeNaN()
674 if (semantics == &APFloat::x87DoubleExtended) in makeNaN()
689 if (semantics != rhs.semantics) { in operator =()
[all …]
/external/syslinux/gpxe/src/core/
Dopen.c103 * @v semantics Communication semantics (e.g. SOCK_STREAM)
108 int xfer_open_socket ( struct xfer_interface *xfer, int semantics, in xfer_open_socket() argument
113 socket_semantics_name ( semantics ), in xfer_open_socket()
117 if ( ( opener->semantics == semantics ) && in xfer_open_socket()
124 "(%s,%s)\n", xfer, socket_semantics_name ( semantics ), in xfer_open_socket()
148 int semantics = va_arg ( args, int ); in xfer_vopen() local
152 return xfer_open_socket ( xfer, semantics, peer, local ); } in xfer_vopen()
Dresolv.c299 /** Communication semantics (e.g. SOCK_STREAM) */
300 int semantics; member
359 named->semantics, sa, in named_resolv_done()
376 * @v semantics Communication semantics (e.g. SOCK_STREAM)
382 int xfer_open_named_socket ( struct xfer_interface *xfer, int semantics, in xfer_open_named_socket() argument
394 named->semantics = semantics; in xfer_open_named_socket()
/external/clang/docs/
DAutomaticReferenceCounting.rst16 * This is wrong from the semantics point of view, since it is an ordered
81 runtime which implements these new semantics.
247 ARC's semantics and restrictions.
273 varied transfer semantics.
288 Retain count semantics
309 :arc-term:`high-level semantics` is an intentionally vague term; the intent is
322 semantics to a computation history in which these sends are removed. Note that
333 When the semantics call for performing one of these operations on a retainable
336 All of the semantics described in this document are subject to additional
339 semantics describe the high-level behaviors that the compiler implements, not
[all …]
/external/webrtc/talk/media/base/
Dstreamparams.h62 : semantics(usage), ssrcs(ssrcs) {} in SsrcGroup()
65 return (semantics == other.semantics && ssrcs == other.ssrcs);
71 bool has_semantics(const std::string& semantics) const;
75 std::string semantics; // e.g FIX, FEC, SIM. member
117 bool has_ssrc_group(const std::string& semantics) const { in has_ssrc_group()
118 return (get_ssrc_group(semantics) != NULL); in has_ssrc_group()
120 const SsrcGroup* get_ssrc_group(const std::string& semantics) const { in get_ssrc_group()
123 if (it->has_semantics(semantics)) { in get_ssrc_group()
170 bool AddSecondarySsrc(const std::string& semantics,
173 bool GetSecondarySsrc(const std::string& semantics,
Dstreamparams.cc118 return (semantics == semantics_in && ssrcs.size() > 0); in has_semantics()
124 ost << "semantics:" << semantics << ";"; in ToString()
185 bool StreamParams::AddSecondarySsrc(const std::string& semantics, in AddSecondarySsrc() argument
196 SsrcGroup ssrc_group = SsrcGroup(semantics, ssrc_vector); in AddSecondarySsrc()
201 bool StreamParams::GetSecondarySsrc(const std::string& semantics, in GetSecondarySsrc() argument
206 if (it->has_semantics(semantics) && in GetSecondarySsrc()
251 if (group.semantics.compare(kFidSsrcGroupSemantics) != 0 || in IsSimulcastStream()
/external/selinux/secilc/docs/
Dcil_introduction.md17 * Be an intermediate language - provide rich semantics needed for cross-language interaction but no…
21 …hide the kernel policy. CIL should allow additional high-level language semantics but should not a…
57semantics as they currently do, CIL simply uses a different syntax for declaring and referencing t…
59semantics it is important to note that there are currently three separate policy languages in comm…
/external/kernel-headers/original/uapi/asm-mips/asm/
Dfcntl.h23 * Before Linux 2.6.33 only O_DSYNC semantics were implemented, but using
25 * for O_DSYNC semantics now, but using the correct symbolic name for it.
26 * This new value is used to request true Posix O_SYNC semantics. It is
28 * new headers get at least O_DSYNC semantics on older kernels.
/external/iproute2/man/man8/
Dtc-fq_codel.832 has the same semantics as
46 has the same semantics as
53 has the same semantics as
66 has the same semantics as
/external/flac/include/FLAC/
Dcallback.h92 * The signature and semantics match POSIX fread() implementations
105 * The signature and semantics match POSIX fwrite() implementations
118 * The signature and semantics mostly match POSIX fseek() WITH ONE IMPORTANT
131 * The signature and semantics mostly match POSIX ftell() WITH ONE IMPORTANT
142 * The signature and semantics mostly match POSIX feof() but WATCHOUT:
153 * The signature and semantics match POSIX fclose() implementations
/external/tcpdump/
Dsetsignal.c41 * semantics, i.e. the signal handler is restored following service
51 * Otherwise, if "sigset()" is available, it probably has BSD semantics
52 * while "signal()" has traditional semantics, so we use "sigset()"; it
61 * semantics, wherein system calls don't get restarted *but* the
/external/clang/lib/StaticAnalyzer/Checkers/
DPthreadLockChecker.cpp67 bool isTryLock, enum LockingSemantics semantics) const;
126 enum LockingSemantics semantics) const { in AcquireLock()
163 switch (semantics) { in AcquireLock()
171 llvm_unreachable("Unknown tryLock locking semantics"); in AcquireLock()
176 } else if (semantics == PthreadSemantics) { in AcquireLock()
182 // XNU locking semantics return void on non-try locks in AcquireLock()
183 assert((semantics == XNUSemantics) && "Unknown locking semantics"); in AcquireLock()
/external/libchrome/base/threading/
Dsequenced_worker_pool.h70 // not enforce shutdown semantics or allow us to specify how many worker
233 // (non-block-shutdown semantics) but can't guarantee that this happens. If
243 // (BLOCK_SHUTDOWN semantics).
255 // before shutdown (SKIP_ON_SHUTDOWN semantics) to avoid shutdown hangs.
258 // (BLOCK_SHUTDOWN semantics).
269 // Like PostWorkerTask above, but provides sequencing semantics. This means
276 // (BLOCK_SHUTDOWN semantics).
295 // before shutdown (SKIP_ON_SHUTDOWN semantics) to avoid shutdown hangs.
298 // (BLOCK_SHUTDOWN semantics).
/external/llvm/include/llvm/ADT/
DAPFloat.h63 /// full extended precision). Adding a new format that obeys IEEE semantics
130 /// \name Floating Point Semantics.
260 /// Returns the largest finite number in the given semantics.
265 /// Returns the smallest (by magnitude) finite number in the given semantics.
272 /// semantics.
285 /// semantics.
440 const fltSemantics &getSemantics() const { return *semantics; } in getSemantics()
447 /// magnitude in the current semantics.
451 /// magnitude in the current semantics.
621 /// The semantics that this value obeys.
[all …]
/external/swiftshader/src/Renderer/
DVertex.hpp26 // Default vertex output semantics
41 // Variable semantics
66 struct // Fixed semantics
/external/mesa3d/src/gallium/drivers/r300/compiler/
Dradeon_program_constants.h58 * \note The compiler attaches no implicit semantics to input registers.
59 * Fragment/vertex program specific semantics must be defined explicitly
67 * \note The compiler attaches no implicit semantics to input registers.
68 * Fragment/vertex program specific semantics must be defined explicitly
/external/kernel-headers/original/uapi/asm-generic/
Dfcntl.h66 * Before Linux 2.6.33 only O_DSYNC semantics were implemented, but using
68 * for O_DSYNC semantics now, but using the correct symbolic name for it.
69 * This new value is used to request true Posix O_SYNC semantics. It is
71 * new headers get at least O_DSYNC semantics on older kernels.
/external/libvpx/libvpx/
Dusage.dox94 The semantics of how each error condition should be processed is clearly
117 returning. This is a soft deadline -- that is, the semantics of the
121 after 2000us. In this case the deadline is not met, but the semantics of the
127 and the semantics of the call are preserved, as before.
/external/llvm/docs/
DLangRef.rst230 "``weak``" linkage has the same merging semantics as ``linkonce``
259 The semantics of this linkage follow the ELF object file model: the
264 functions with different semantics. Other languages, such as
1022 Note that this attribute has additional semantics when combined with the
1032 also has additional semantics described below. The caller shares the
1041 while LLVM's ``noalias`` is. Furthermore, the semantics of the ``noalias``
1042 attribute on return values are stronger than the semantics of the attribute
1183 A function may have prefix data but no body. This has similar semantics
1196 To maintain the semantics of ordinary function calls, the prologue data must
1201 the inliner and other passes to reason about the semantics of the function
[all …]
/external/python/cpython2/Doc/library/
Dintro.rst12 defines the form of literals and places some constraints on their semantics, but
13 does not fully define the semantics. (On the other hand, the language core does
19 the core semantics and are only described here.
/external/guice/extensions/persist/src/com/google/inject/persist/
DUnitOfWork.java27 * behind thread-locality of Unit of Work semantics).
45 * Transaction semantics are not affected.
54 * Transaction semantics are not affected.

12345678910>>...60