Home
last modified time | relevance | path

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

123456

/freebsd-13.1/contrib/llvm-project/llvm/lib/Support/
H A DAPFloat.cpp742 assert(semantics == rhs.semantics); in assign()
811 if (semantics != rhs.semantics) { in operator =()
824 semantics = rhs.semantics; in operator =()
911 if (semantics != rhs.semantics || in bitwiseIsEqual()
992 assert(semantics == rhs.semantics); in addSignificand()
1006 assert(semantics == rhs.semantics); in subtractSignificand()
1026 assert(semantics == rhs.semantics); in multiplySignificand()
1160 assert(semantics == rhs.semantics); in divideSignificand()
1271 assert(semantics == rhs.semantics); in compareAbsoluteValue()
2096 assert(semantics == rhs.semantics); in compare()
[all …]
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/ADT/
H A DAPFloat.h570 const fltSemantics *semantics; variable
708 const fltSemantics *semantics; member
732 if (usesLayout<IEEEFloat>(*semantics)) { in ~Storage()
736 if (usesLayout<DoubleAPFloat>(*semantics)) { in ~Storage()
744 if (usesLayout<IEEEFloat>(*RHS.semantics)) { in Storage()
768 if (usesLayout<IEEEFloat>(*semantics) &&
782 if (usesLayout<IEEEFloat>(*semantics) &&
806 if (usesLayout<IEEEFloat>(*U.semantics)) in getIEEE()
808 if (usesLayout<DoubleAPFloat>(*U.semantics)) in getIEEE()
814 if (usesLayout<IEEEFloat>(*U.semantics)) in getIEEE()
[all …]
/freebsd-13.1/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-13.1/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-13.1/stand/i386/loader/
H A Dversion7 1.0: New semantics for finding the kernel, new boot.
/freebsd-13.1/lib/libc/rpc/
H A Dnetconfig9 # <network_id> <semantics> <flags> <protofamily> <protoname> \
H A Drpc_generic.c752 __rpc_seman2socktype(int semantics) in __rpc_seman2socktype() argument
754 switch (semantics) { in __rpc_seman2socktype()
/freebsd-13.1/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-13.1/contrib/llvm-project/lldb/source/Utility/
H A DScalar.cpp193 bool Scalar::FloatPromote(const llvm::fltSemantics &semantics) { in FloatPromote() argument
199 m_float = llvm::APFloat(semantics); in FloatPromote()
205 if (GetFloatPromoKey(semantics) < GetFloatPromoKey(m_float.getSemantics())) in FloatPromote()
209 m_float.convert(semantics, llvm::APFloat::rmNearestTiesToEven, &ignore); in FloatPromote()
/freebsd-13.1/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-13.1/contrib/googletest/googletest/include/gtest/internal/custom/
H A DREADME.md12 `testing::TempDir` for semantics and signature.
/freebsd-13.1/contrib/sendmail/test/
H A DREADME20 t_exclopen.c test for security-defeating semantics that an open with
/freebsd-13.1/contrib/libcbor/doc/source/api/
H A Dtype_7.rst73 the encoding semantics are given by :func:`cbor_encode_half` as follows:
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-13.1/contrib/llvm-project/clang/include/clang/AST/
H A DPropertiesBase.td266 def : Property<"semantics", UInt32> {
277 static_cast<llvm::APFloatBase::Semantics>(semantics));
282 def : Property<"semantics", FixedPointSemantics> {
289 return APValue(llvm::APFixedPoint(std::move(value), semantics));
308 def : Property<"semantics", UInt32> {
319 static_cast<llvm::APFloatBase::Semantics>(semantics));
/freebsd-13.1/contrib/llvm-project/lldb/source/Core/
H A DDumpDataExtractor.cpp564 const auto &semantics = in DumpDataExtractor() local
571 (llvm::APFloat::getSizeInBits(semantics) + 7) / 8; in DumpDataExtractor()
575 llvm::APFloat apfloat(semantics, apint.getValue()); in DumpDataExtractor()
/freebsd-13.1/contrib/libcbor/doc/source/
H A Dapi.rst13 The *libcbor* API closely follows the semantics outlined by `CBOR standard <http://tools.ietf.org/h…
/freebsd-13.1/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-13.1/crypto/openssl/doc/man7/
H A Dossl_store.pod50 * OSSL_STORE_eof() simulates file semantics for any repository to signal
/freebsd-13.1/lib/libpam/pam.d/
H A DREADME59 To get the intended semantics, add a "required" entry listing the
/freebsd-13.1/crypto/openssl/doc/man3/
H A DRAND_bytes.pod25 RAND_priv_bytes() has the same semantics as RAND_bytes(). It is intended to
H A DBN_rand.pod46 BN_priv_rand() and BN_priv_rand_range() have the same semantics as
/freebsd-13.1/contrib/tcsh/config/
H A Dbsd4.434 * with the berkeley semantics, so we cannot use it there either.
/freebsd-13.1/sys/rpc/
H A Drpc_generic.c457 __rpc_seman2socktype(int semantics) in __rpc_seman2socktype() argument
459 switch (semantics) { in __rpc_seman2socktype()

123456