/freebsd/contrib/llvm-project/llvm/lib/Support/ |
H A D | APFloat.cpp | 323 unsigned int APFloatBase::semanticsPrecision(const fltSemantics &semantics) { in semanticsPrecision() argument 324 return semantics.precision; in semanticsPrecision() 327 APFloatBase::semanticsMaxExponent(const fltSemantics &semantics) { in semanticsMaxExponent() argument 328 return semantics.maxExponent; in semanticsMaxExponent() 331 APFloatBase::semanticsMinExponent(const fltSemantics &semantics) { in semanticsMinExponent() argument 332 return semantics.minExponent; in semanticsMinExponent() 334 unsigned int APFloatBase::semanticsSizeInBits(const fltSemantics &semantics) { in semanticsSizeInBits() argument 335 return semantics.sizeInBits; in semanticsSizeInBits() 337 unsigned int APFloatBase::semanticsIntSizeInBits(const fltSemantics &semantics, in semanticsIntSizeInBits() argument 341 unsigned int MinBitWidth = semanticsMaxExponent(semantics) + 1; in semanticsIntSizeInBits() [all …]
|
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/ |
H A D | APFloat.h | 445 const fltSemantics &getSemantics() const { return *semantics; } in getSemantics() 679 const fltSemantics *semantics; variable 818 const fltSemantics *semantics; member 842 if (usesLayout<IEEEFloat>(*semantics)) { in ~Storage() 846 if (usesLayout<DoubleAPFloat>(*semantics)) { in ~Storage() 854 if (usesLayout<IEEEFloat>(*RHS.semantics)) { in Storage() 858 if (usesLayout<DoubleAPFloat>(*RHS.semantics)) { in Storage() 866 if (usesLayout<IEEEFloat>(*RHS.semantics)) { in Storage() 870 if (usesLayout<DoubleAPFloat>(*RHS.semantics)) { in Storage() 878 if (usesLayout<IEEEFloat>(*semantics) && [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/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/lib/libc/rpc/ |
H A D | netconfig | 8 # <network_id> <semantics> <flags> <protofamily> <protoname> \
|
H A D | rpc_generic.c | 726 __rpc_seman2socktype(int semantics) in __rpc_seman2socktype() argument 728 switch (semantics) { in __rpc_seman2socktype()
|
/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/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/sendmail/test/ |
H A D | README | 20 t_exclopen.c test for security-defeating semantics that an open with
|
/freebsd/contrib/llvm-project/clang/include/clang/AST/ |
H A D | PropertiesBase.td | 273 def : Property<"semantics", UInt32> { 284 static_cast<llvm::APFloatBase::Semantics>(semantics)); 289 def : Property<"semantics", FixedPointSemantics> { 296 return APValue(llvm::APFixedPoint(std::move(value), semantics)); 315 def : Property<"semantics", UInt32> { 326 static_cast<llvm::APFloatBase::Semantics>(semantics));
|
/freebsd/crypto/openssl/doc/man3/ |
H A D | BIO_s_datagram.pod | 12 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 D | SSL_CTX_set_ssl_version.pod | 45 SSL_CTX_set_version() has unusual semantics and no clear use case;
|
H A D | X509_add_cert.pod | 30 The value B<X509_ADD_FLAG_DEFAULT>, which equals 0, means no special semantics.
|
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
H A D | ObjCUnusedIVarsChecker.cpp | 52 for (const Expr *sub : POE->semantics()) { in Scan()
|
/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/…
|
/freebsd/contrib/llvm-project/lld/docs/ELF/ |
H A D | warn_backrefs.rst | 31 A consequence of the differing archive searching semantics is that the same 77 libraries like ``B``. Consider linking ``B`` with object semantics by
|
/freebsd/contrib/llvm-project/lldb/source/Core/ |
H A D | DumpDataExtractor.cpp | 667 const llvm::fltSemantics &semantics = in DumpDataExtractor() local 674 (llvm::APFloat::getSizeInBits(semantics) + 7) / 8; in DumpDataExtractor() 678 llvm::APFloat apfloat(semantics, *apint); in DumpDataExtractor()
|
/freebsd/contrib/libcbor/doc/source/api/ |
H A D | type_0_1.rst | 31 Due to their largely similar semantics, the following functions can be used for both Type 0 and Typ…
|
/freebsd/crypto/openssl/doc/man7/ |
H A D | ossl_store.pod | 54 * OSSL_STORE_eof() simulates file semantics for any repository to signal
|
/freebsd/contrib/tcsh/config/ |
H A D | bsd4.4 | 34 * with the berkeley semantics, so we cannot use it there either.
|
/freebsd/lib/libpam/pam.d/ |
H A D | README | 59 To get the intended semantics, add a "required" entry listing the
|
/freebsd/sys/rpc/ |
H A D | rpc_generic.c | 450 __rpc_seman2socktype(int semantics) in __rpc_seman2socktype() argument 452 switch (semantics) { in __rpc_seman2socktype()
|