Home
last modified time | relevance | path

Searched refs:semantics (Results 1 – 25 of 154) sorted by relevance

1234567

/freebsd-14.2/contrib/llvm-project/llvm/lib/Support/
H A DAPFloat.cpp865 assert(semantics == rhs.semantics); in assign()
951 if (semantics != rhs.semantics) { in operator =()
964 semantics = rhs.semantics; in operator =()
1107 if (semantics != rhs.semantics || in bitwiseIsEqual()
1188 assert(semantics == rhs.semantics); in addSignificand()
1202 assert(semantics == rhs.semantics); in subtractSignificand()
1222 assert(semantics == rhs.semantics); in multiplySignificand()
1356 assert(semantics == rhs.semantics); in divideSignificand()
1467 assert(semantics == rhs.semantics); in compareAbsoluteValue()
2365 assert(semantics == rhs.semantics); in compare()
[all …]
/freebsd-14.2/sys/contrib/device-tree/Bindings/mips/cavium/
H A Dciu3.txt13 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 Dcib.txt19 CIB. The second cell specifies the triggering semantics of the
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/ADT/
H A DAPFloat.h648 const fltSemantics *semantics; variable
787 const fltSemantics *semantics; member
811 if (usesLayout<IEEEFloat>(*semantics)) { in ~Storage()
815 if (usesLayout<DoubleAPFloat>(*semantics)) { in ~Storage()
823 if (usesLayout<IEEEFloat>(*RHS.semantics)) { in Storage()
847 if (usesLayout<IEEEFloat>(*semantics) &&
861 if (usesLayout<IEEEFloat>(*semantics) &&
885 if (usesLayout<IEEEFloat>(*U.semantics)) in getIEEE()
887 if (usesLayout<DoubleAPFloat>(*U.semantics)) in getIEEE()
893 if (usesLayout<IEEEFloat>(*U.semantics)) in getIEEE()
[all …]
/freebsd-14.2/stand/i386/loader/
H A Dversion3 1.0: New semantics for finding the kernel, new boot.
/freebsd-14.2/contrib/file/m4/
H A Dvisibility.m414 dnl semantics (see the 'vismain' test in glibc) and does not exist e.g. on
17 dnl dependent semantics.
/freebsd-14.2/lib/libc/rpc/
H A Dnetconfig8 # <network_id> <semantics> <flags> <protofamily> <protoname> \
H A Drpc_generic.c726 __rpc_seman2socktype(int semantics) in __rpc_seman2socktype() argument
728 switch (semantics) { in __rpc_seman2socktype()
/freebsd-14.2/contrib/googletest/googletest/include/gtest/internal/custom/
H A DREADME.md12 `testing::TempDir` for semantics and signature.
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Basic/
H A DOpenCLExtensions.def39 // * affects the OpenCL language semantics or its syntax,
45 // semantics in the language compared to the core standard. #pragma directive
/freebsd-14.2/contrib/llvm-project/lldb/source/Utility/
H A DScalar.cpp194 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-14.2/contrib/llvm-project/lldb/include/lldb/Utility/
H A DScalar.h112 bool FloatPromote(const llvm::fltSemantics &semantics);
201 static PromotionKey GetFloatPromoKey(const llvm::fltSemantics &semantics);
/freebsd-14.2/contrib/sendmail/test/
H A DREADME20 t_exclopen.c test for security-defeating semantics that an open with
/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DPropertiesBase.td270 def : Property<"semantics", UInt32> {
281 static_cast<llvm::APFloatBase::Semantics>(semantics));
286 def : Property<"semantics", FixedPointSemantics> {
293 return APValue(llvm::APFixedPoint(std::move(value), semantics));
312 def : Property<"semantics", UInt32> {
323 static_cast<llvm::APFloatBase::Semantics>(semantics));
/freebsd-14.2/crypto/openssl/doc/man3/
H A DBIO_s_datagram.pod12 BIO_dgram_get_mtu_overhead - Network BIO with datagram semantics
32 which provide datagram semantics, such as UDP sockets. It is suitable for use
35 Because BIO_s_datagram() has datagram semantics, a single BIO_write() call sends
H A DSSL_CTX_set_ssl_version.pod45 SSL_CTX_set_version() has unusual semantics and no clear use case;
H A DX509_add_cert.pod30 The value B<X509_ADD_FLAG_DEFAULT>, which equals 0, means no special semantics.
/freebsd-14.2/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DObjCUnusedIVarsChecker.cpp52 for (const Expr *sub : POE->semantics()) { in Scan()
/freebsd-14.2/sys/contrib/device-tree/Bindings/powerpc/
H A Dsleep.yaml23 The semantics of what type of low power modes are possible are defined
/freebsd-14.2/sys/contrib/device-tree/Bindings/display/mediatek/
H A Dmediatek,dsc.yaml16 the specification of the syntax and semantics of the compressed
/freebsd-14.2/contrib/libcbor/doc/source/
H A Dapi.rst13 The *libcbor* API closely follows the semantics outlined by `CBOR standard <https://tools.ietf.org/…
/freebsd-14.2/contrib/llvm-project/lld/docs/ELF/
H A Dwarn_backrefs.rst31 A consequence of the differing archive searching semantics is that the same
77 libraries like ``B``. Consider linking ``B`` with object semantics by
/freebsd-14.2/crypto/openssl/doc/man7/
H A Dossl_store.pod54 * OSSL_STORE_eof() simulates file semantics for any repository to signal
/freebsd-14.2/contrib/libcbor/doc/source/api/
H A Dtype_0_1.rst31 Due to their largely similar semantics, the following functions can be used for both Type 0 and Typ…
/freebsd-14.2/contrib/llvm-project/lldb/source/Core/
H A DDumpDataExtractor.cpp667 const llvm::fltSemantics &semantics = in DumpDataExtractor() local
674 (llvm::APFloat::getSizeInBits(semantics) + 7) / 8; in DumpDataExtractor()
678 llvm::APFloat apfloat(semantics, *apint); in DumpDataExtractor()

1234567