Home
last modified time | relevance | path

Searched refs:equivalent (Results 1 – 25 of 416) sorted by relevance

12345678910>>...17

/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVInstrGISel.td20 // Pseudo equivalent to a RISCVISD::SRAW.
28 // Pseudo equivalent to a RISCVISD::SRLW.
36 // Pseudo equivalent to a RISCVISD::SLLW.
44 // Pseudo equivalent to a RISCVISD::DIVW.
52 // Pseudo equivalent to a RISCVISD::DIVUW.
60 // Pseudo equivalent to a RISCVISD::REMUW.
68 // Pseudo equivalent to a RISCVISD::RORW.
76 // Pseudo equivalent to a RISCVISD::ROLW.
84 // Pseudo equivalent to a RISCVISD::CLZW.
92 // Pseudo equivalent to a RISCVISD::CTZW.
[all …]
/freebsd/contrib/llvm-project/libcxx/include/__compare/
H A Dordering.h60 static const partial_ordering equivalent; variable
118 inline constexpr partial_ordering partial_ordering::equivalent(_PartialOrdResult::__equiv);
129 static const weak_ordering equivalent; variable
133 return __value_ == 0 ? partial_ordering::equivalent in partial_ordering()
189 inline constexpr weak_ordering weak_ordering::equivalent(_OrdResult::__equiv);
200 static const strong_ordering equivalent; variable
205 return __value_ == 0 ? partial_ordering::equivalent in partial_ordering()
210 …return __value_ == 0 ? weak_ordering::equivalent : (__value_ < 0 ? weak_ordering::less : weak_orde… in weak_ordering()
268 inline constexpr strong_ordering strong_ordering::equivalent(_OrdResult::__equiv);
H A Dcommon_comparison_category.h63 return partial_ordering::equivalent; in __get_comp_type()
65 return weak_ordering::equivalent; in __get_comp_type()
67 return strong_ordering::equivalent; in __get_comp_type()
H A Dcompare_weak_order_fallback.h46 std::forward<_Tp>(__t) == std::forward<_Up>(__u) ? weak_ordering::equivalent in __go()
50 return std::forward<_Tp>(__t) == std::forward<_Up>(__u) ? weak_ordering::equivalent in __go()
H A Dcompare_partial_order_fallback.h47 noexcept(std::forward<_Tp>(__t) == std::forward<_Up>(__u) ? partial_ordering::equivalent in __go()
51 return std::forward<_Tp>(__t) == std::forward<_Up>(__u) ? partial_ordering::equivalent in __go()
H A Dweak_order.h52 } else if (__po == partial_ordering::equivalent) { in __go()
53 return weak_ordering::equivalent; in __go()
/freebsd/contrib/llvm-project/clang/lib/Tooling/
H A DFileMatchTrie.cpp28 bool equivalent(StringRef FileA, StringRef FileB) const override { in equivalent() function
29 return FileA == FileB || llvm::sys::fs::equivalent(FileA, FileB); in equivalent()
113 Comparator.equivalent(StringRef(Path), FileName)) in findEquivalent()
139 if (Comparator.equivalent(Child, FileName)) { in findEquivalent()
/freebsd/contrib/llvm-project/libcxx/include/__cxx03/__system_error/
H A Derror_category.h41 virtual bool equivalent(int __code, const error_condition& __condition) const _NOEXCEPT;
42 virtual bool equivalent(const error_code& __code, int __condition) const _NOEXCEPT;
H A Derror_code.h91 return __x.category().equivalent(__x.value(), __y) || __y.category().equivalent(__x, __y.value());
/freebsd/contrib/llvm-project/libcxx/include/__system_error/
H A Derror_category.h42 virtual bool equivalent(int __code, const error_condition& __condition) const _NOEXCEPT;
43 virtual bool equivalent(const error_code& __code, int __condition) const _NOEXCEPT;
H A Derror_code.h96 return __x.category().equivalent(__x.value(), __y) || __y.category().equivalent(__x, __y.value());
/freebsd/contrib/bc/manuals/
H A Dbuild.md109 to the environment variable `HOSTCC` or `HOST_CC` (the two are equivalent,
123 (The two are equivalent, as `HOSTCC` and `HOST_CC` are.) `HOSTCFLAGS` is
376 Both commands are equivalent.
387 Both commands are equivalent.
398 Both commands are equivalent.
424 Those commands are all equivalent.
441 Those commands are all equivalent.
456 Both commands are equivalent.
477 Both commands are equivalent.
498 Both commands are equivalent.
[all …]
/freebsd/sys/contrib/device-tree/Bindings/crypto/
H A Dinside-secure-safexcel.txt21 - "inside-secure,safexcel-eip197" is equivalent to
23 - "inside-secure,safexcel-eip97" is equivalent to
/freebsd/contrib/libarchive/cat/
H A Dcmdline.c44 int equivalent; /* Equivalent short option. */ member
266 return (match->equivalent); in bsdcat_getopt()
/freebsd/contrib/libarchive/unzip/
H A Dcmdline.c44 int equivalent; /* Equivalent short option. */ member
231 return (match->equivalent); in bsdunzip_getopt()
/freebsd/contrib/llvm-project/llvm/include/llvm/Target/GlobalISel/
H A DSelectionDAGCompat.td19 // Declare that a generic Instruction is 'equivalent' to an SDNode, that is,
55 // G_INTTOPTR - SelectionDAG has no equivalent.
56 // G_PTRTOINT - SelectionDAG has no equivalent.
58 // timm must not be materialized and therefore has no GlobalISel equivalent
218 // Broadly speaking G_LOAD is equivalent to ISD::LOAD but there are some
235 // Broadly speaking G_STORE is equivalent to ISD::STORE but there are some
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMSA.txt7 (semantically equivalent) instructions to be used in place of the requested
53 copy_u.w. This is semantically equivalent since the general-purpose
57 These two operations are equivalent to each other with the operands
/freebsd/contrib/libarchive/tar/
H A Dcmdline.c45 int equivalent; /* Equivalent short option. */ member
406 return (match->equivalent); in bsdtar_getopt()
/freebsd/crypto/openssl/doc/man3/
H A DRAND_egd.pod26 RAND_egd() is equivalent to RAND_egd_bytes() with B<num> set to 255.
30 If B<buf> is B<NULL>, it is equivalent to RAND_egd_bytes().
H A DSSL_CTX_get0_param.pod35 are equivalent to calling X509_VERIFY_PARAM_set_purpose() directly.
39 functions are equivalent to calling X509_VERIFY_PARAM_set_trust() directly.
/freebsd/contrib/llvm-project/clang/include/clang/Tooling/
H A DFileMatchTrie.h29 virtual bool equivalent(StringRef FileA, StringRef FileB) const = 0;
/freebsd/crypto/openssl/test/recipes/30-test_evp_data/
H A Devpciph_aes_cts.txt79 # 64 bytes input (CS1 is equivalent to CBC when the last block in full)
196 # 64 bytes input (CS2 is equivalent to CBC when the last block in full)
260 # 32 bytes input (CS3 always swaps the last 2 byte blocks - so it is not equivalent to CBC for a fu…
287 # 64 bytes input (CS3 always swaps the last 2 byte blocks - so it is not equivalent to CBC for a fu…
/freebsd/sys/contrib/openzfs/contrib/dracut/
H A DREADME.md32 …`rootfstype=zfs` is equivalent to `root=zfs:AUTO`, `rootfstype=zfs root=pool/dataset` is equivalen…
/freebsd/crypto/krb5/src/lib/krb5/unicode/ucdata/
H A Dapi.txt204 no upper case equivalent. Otherwise the upper case equivalent is returned.
211 no lower case equivalent. Otherwise the lower case equivalent is returned.
218 no title case equivalent. Otherwise the title case equivalent is returned.
/freebsd/contrib/llvm-project/libcxx/include/
H A Dcompare68 static const partial_ordering equivalent;
92 static const weak_ordering equivalent;
119 static const strong_ordering equivalent;

12345678910>>...17