| /freebsd/contrib/llvm-project/llvm/lib/Support/ |
| H A D | APFloat.cpp | 324 unsigned int APFloatBase::semanticsPrecision(const fltSemantics &semantics) { in semanticsPrecision() argument 325 return semantics.precision; in semanticsPrecision() 328 APFloatBase::semanticsMaxExponent(const fltSemantics &semantics) { in semanticsMaxExponent() argument 329 return semantics.maxExponent; in semanticsMaxExponent() 332 APFloatBase::semanticsMinExponent(const fltSemantics &semantics) { in semanticsMinExponent() argument 333 return semantics.minExponent; in semanticsMinExponent() 335 unsigned int APFloatBase::semanticsSizeInBits(const fltSemantics &semantics) { in semanticsSizeInBits() argument 336 return semantics.sizeInBits; in semanticsSizeInBits() 338 unsigned int APFloatBase::semanticsIntSizeInBits(const fltSemantics &semantics, in semanticsIntSizeInBits() argument 342 unsigned int MinBitWidth = semanticsMaxExponent(semantics) + 1; in semanticsIntSizeInBits() [all …]
|
| /freebsd/sys/contrib/device-tree/Bindings/mips/cavium/ |
| H A D | ciu3.txt | 13 The second cell indicates the triggering semantics, and may have a 14 value of either 4 for level semantics, or 1 for edge semantics.
|
| H A D | cib.txt | 19 CIB. The second cell specifies the triggering semantics of the
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/ADT/ |
| H A D | APFloat.h | 540 const fltSemantics &getSemantics() const { return *semantics; } in getSemantics() 783 const fltSemantics *semantics; variable 933 const fltSemantics *semantics; member 957 if (usesLayout<IEEEFloat>(*semantics)) { in ~Storage() 961 if (usesLayout<DoubleAPFloat>(*semantics)) { in ~Storage() 969 if (usesLayout<IEEEFloat>(*RHS.semantics)) { in Storage() 973 if (usesLayout<DoubleAPFloat>(*RHS.semantics)) { in Storage() 981 if (usesLayout<IEEEFloat>(*RHS.semantics)) { in Storage() 985 if (usesLayout<DoubleAPFloat>(*RHS.semantics)) { in Storage() 993 if (usesLayout<IEEEFloat>(*semantics) && [all …]
|
| /freebsd/crypto/openssl/doc/designs/quic-design/ |
| H A D | quic-io-arch.md | 30 - We want to support both blocking and non-blocking semantics 46 passed to the QUIC implementation be configured to support datagram semantics 47 instead of bytestream semantics as has been the case with traditional TLS 50 datagram semantics. These changes are not minor, but there is no way around this 73 To function correctly and provide blocking semantics at the application level, 115 can implement the required semantics above. 147 able to support blocking semantics at the application level. Applications 148 which require blocking semantics would only be able to function in thread 199 need to change to using network BIOs with datagram semantics. For applications 220 Note that this is orthogonal to whether we provide blocking I/O semantics to the [all …]
|
| /freebsd/contrib/file/m4/ |
| H A D | visibility.m4 | 14 dnl semantics (see the 'vismain' test in glibc) and does not exist e.g. on 17 dnl dependent semantics.
|
| /freebsd/crypto/openssl/doc/man7/ |
| H A D | openssl-quic.pod | 127 for TLS connections and do not have changed semantics, with some exceptions. The 128 changes to the semantics of existing APIs are as follows: 136 semantics. There are broadly four options for applications to use as a network 149 semantics, and is recommended for existing applications which use a BIO pair or 155 datagram semantics. Unlike L<BIO_s_dgram_pair(3)>, it is unidirectional. 183 application can still enjoy blocking semantics for calls to application-level 370 of such a buffer is incompatible with QUIC as QUIC requires datagram semantics 380 L<BIO_s_dgram_pair(3)> instead, which has the necessary datagram semantics. You 382 and to use datagram semantics when interacting with the L<BIO_s_dgram_pair(3)> 391 semantics. L<BIO_sendmmsg(3)> and L<BIO_recvmmsg(3)> must be implemented. These [all …]
|
| /freebsd/lib/libc/rpc/ |
| H A D | netconfig | 8 # <network_id> <semantics> <flags> <protofamily> <protoname> \
|
| /freebsd/contrib/llvm-project/clang/include/clang/CIR/Dialect/ |
| H A D | Passes.td | 35 The pass performs semantics-preserving code simplifications and optimizations 45 while preserving program semantics.
|
| /freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | OpenCLExtensions.def | 39 // * affects the OpenCL language semantics or its syntax, 45 // semantics in the language compared to the core standard. #pragma directive
|
| /freebsd/contrib/googletest/googletest/include/gtest/internal/custom/ |
| H A D | README.md | 12 `testing::TempDir` for semantics and signature.
|
| /freebsd/contrib/llvm-project/lldb/include/lldb/Utility/ |
| H A D | Scalar.h | 113 bool FloatPromote(const llvm::fltSemantics &semantics); 210 static PromotionKey GetFloatPromoKey(const llvm::fltSemantics &semantics);
|
| /freebsd/contrib/libcbor/doc/source/api/ |
| H A D | type_6_tags.rst | 10 Please note that libcbor does *not* understand the semantics of tags and will
|
| /freebsd/contrib/llvm-project/libcxx/vendor/llvm/ |
| H A D | default_assertion_handler.in | 30 // Keep the old implementation that doesn't support assertion semantics for backward compatibility …
|
| /freebsd/lib/libc++/ |
| H A D | __assertion_handler | 30 // Keep the old implementation that doesn't support assertion semantics for backward compatibility …
|
| /freebsd/contrib/sendmail/test/ |
| H A D | README | 20 t_exclopen.c test for security-defeating semantics that an open with
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/ |
| H A D | WebAssemblyISD.def | 57 // Bulk memory instructions. These follow LLVM's expected semantics of
|
| /freebsd/crypto/openssl/doc/man3/ |
| H A D | BIO_s_datagram.pod | 13 BIO_dgram_get_mtu_overhead - Network BIO with datagram semantics 34 which provide datagram semantics, such as UDP sockets. It is suitable for use 37 Because BIO_s_datagram() has datagram semantics, a single BIO_write() call sends 42 For a memory-based BIO which provides datagram semantics identical to those of
|
| /freebsd/contrib/llvm-project/lldb/source/Utility/ |
| H A D | Scalar.cpp | 194 bool Scalar::FloatPromote(const llvm::fltSemantics &semantics) { in FloatPromote() argument 200 m_float = llvm::APFloat(semantics); in FloatPromote() 206 if (GetFloatPromoKey(semantics) < GetFloatPromoKey(m_float.getSemantics())) in FloatPromote() 210 m_float.convert(semantics, llvm::APFloat::rmNearestTiesToEven, &ignore); in FloatPromote()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/ |
| H A D | RISCVInstrInfoXRivos.td | 134 // RI_VEXTRACT matches the semantics of ri.vextract.x.v. The result is always 142 // RI_VINSERT_VL matches the semantics of ri.vinsert.v.x. It carries a VL operand.
|
| H A D | RISCVInstrInfoZicond.td | 18 // Branchless select operations, matching the semantics of the instructions
|
| H A D | RISCVInstrInfoA.td | 123 // semantics. 129 // A atomic load operation that actually needs acquire semantics. 142 // semantics. 148 // A store operation that actually needs release semantics.
|
| /freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | ObjCUnusedIVarsChecker.cpp | 51 for (const Expr *sub : POE->semantics()) { in Scan()
|
| /freebsd/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | PropertiesBase.td | 276 def : Property<"semantics", UInt32> { 287 static_cast<llvm::APFloatBase::Semantics>(semantics)); 292 def : Property<"semantics", FixedPointSemantics> { 299 return APValue(llvm::APFixedPoint(std::move(value), semantics)); 318 def : Property<"semantics", UInt32> { 329 static_cast<llvm::APFloatBase::Semantics>(semantics));
|
| /freebsd/contrib/libcbor/doc/source/ |
| H A D | api.rst | 13 The *libcbor* API closely follows the semantics outlined by `CBOR standard <https://tools.ietf.org/…
|