Home
last modified time | relevance | path

Searched defs:rhs (Results 1 – 25 of 540) sorted by relevance

12345678910>>...22

/llvm-project-15.0.7/clang/test/CodeGen/
H A Daarch64-neon-vcmla.c13 float16x4_t test_vcmla_f16(float16x4_t acc, float16x4_t lhs, float16x4_t rhs) { in test_vcmla_f16()
20 float32x2_t test_vcmla_f32(float32x2_t acc, float32x2_t lhs, float32x2_t rhs) { in test_vcmla_f32()
27 float16x8_t test_vcmlaq_f16(float16x8_t acc, float16x8_t lhs, float16x8_t rhs) { in test_vcmlaq_f16()
34 float32x4_t test_vcmlaq_f32(float32x4_t acc, float32x4_t lhs, float32x4_t rhs) { in test_vcmlaq_f32()
41 float64x2_t test_vcmlaq_f64(float64x2_t acc, float64x2_t lhs, float64x2_t rhs) { in test_vcmlaq_f64()
48 float16x4_t test_vcmla_rot90_f16(float16x4_t acc, float16x4_t lhs, float16x4_t rhs) { in test_vcmla_rot90_f16()
55 float32x2_t test_vcmla_rot90_f32(float32x2_t acc, float32x2_t lhs, float32x2_t rhs) { in test_vcmla_rot90_f32()
62 float16x8_t test_vcmlaq_rot90_f16(float16x8_t acc, float16x8_t lhs, float16x8_t rhs) { in test_vcmlaq_rot90_f16()
69 float32x4_t test_vcmlaq_rot90_f32(float32x4_t acc, float32x4_t lhs, float32x4_t rhs) { in test_vcmlaq_rot90_f32()
76 float64x2_t test_vcmlaq_rot90_f64(float64x2_t acc, float64x2_t lhs, float64x2_t rhs) { in test_vcmlaq_rot90_f64()
[all …]
/llvm-project-15.0.7/libcxx/test/std/numerics/complex.number/complex.ops/
H A Dcomplex_equals_scalar.pass.cpp27 constexpr T rhs(-2.5); in test_constexpr() local
32 constexpr T rhs(-2.5); in test_constexpr() local
37 constexpr T rhs(1.5); in test_constexpr() local
42 constexpr T rhs(1.5); in test_constexpr() local
54 T rhs(-2.5); in test() local
59 T rhs(-2.5); in test() local
64 T rhs(1.5); in test() local
69 T rhs(1.5); in test() local
H A Dcomplex_not_equals_scalar.pass.cpp27 constexpr T rhs(-2.5); in test_constexpr() local
32 constexpr T rhs(-2.5); in test_constexpr() local
37 constexpr T rhs(1.5); in test_constexpr() local
42 constexpr T rhs(1.5); in test_constexpr() local
54 T rhs(-2.5); in test() local
59 T rhs(-2.5); in test() local
64 T rhs(1.5); in test() local
69 T rhs(1.5); in test() local
H A Dscalar_equals_complex.pass.cpp27 constexpr std::complex<T> rhs(1.5, 2.5); in test_constexpr() local
32 constexpr std::complex<T> rhs(1.5, 0); in test_constexpr() local
37 constexpr std::complex<T> rhs(1.5, 2.5); in test_constexpr() local
42 constexpr std::complex<T> rhs(1.5, 0); in test_constexpr() local
54 std::complex<T> rhs(1.5, 2.5); in test() local
59 std::complex<T> rhs(1.5, 0); in test() local
64 std::complex<T> rhs(1.5, 2.5); in test() local
69 std::complex<T> rhs(1.5, 0); in test() local
H A Dscalar_not_equals_complex.pass.cpp27 constexpr std::complex<T> rhs(1.5, 2.5); in test_constexpr() local
32 constexpr std::complex<T> rhs(1.5, 0); in test_constexpr() local
37 constexpr std::complex<T> rhs(1.5, 2.5); in test_constexpr() local
42 constexpr std::complex<T> rhs(1.5, 0); in test_constexpr() local
54 std::complex<T> rhs(1.5, 2.5); in test() local
59 std::complex<T> rhs(1.5, 0); in test() local
64 std::complex<T> rhs(1.5, 2.5); in test() local
69 std::complex<T> rhs(1.5, 0); in test() local
H A Dcomplex_equals_complex.pass.cpp27 constexpr std::complex<T> rhs(1.5, -2.5); in test_constexpr() local
32 constexpr std::complex<T> rhs(1.5, 2.5); in test_constexpr() local
44 std::complex<T> rhs(1.5, -2.5); in test() local
49 std::complex<T> rhs(1.5, 2.5); in test() local
H A Dcomplex_not_equals_complex.pass.cpp27 constexpr std::complex<T> rhs(1.5, -2.5); in test_constexpr() local
32 constexpr std::complex<T> rhs(1.5, 2.5); in test_constexpr() local
45 std::complex<T> rhs(1.5, -2.5); in test() local
50 std::complex<T> rhs(1.5, 2.5); in test() local
H A Dcomplex_plus_scalar.pass.cpp22 test(const std::complex<T>& lhs, const T& rhs, std::complex<T> x) in test()
33 T rhs(3.5); in test() local
39 T rhs(-3.5); in test() local
/llvm-project-15.0.7/flang/test/Semantics/
H A Dcollectives05.f9020 class(foo_t), intent(in) :: lhs, rhs local
188 type(foo_t), intent(in) :: lhs, rhs local
200 real, intent(in) :: lhs, rhs local
213 integer, intent(in) :: lhs, rhs local
219 integer, intent(in) :: lhs, rhs local
231 integer, intent(in) :: lhs, rhs local
237 integer, intent(in) :: lhs, rhs local
243 integer, intent(in) :: lhs, rhs local
284 integer, intent(in) :: rhs local
291 integer, intent(in) :: rhs local
[all …]
/llvm-project-15.0.7/libcxx/test/std/utilities/any/any.class/any.assign/
H A Dvalue.pass.cpp36 const std::any rhs = RHS(2); in test_assign_value() local
57 std::any rhs = RHS(2); in test_assign_value() local
85 RHS rhs(42); in test_assign_value_empty() local
100 RHS rhs(42); in test_assign_value_empty() local
120 [](std::any& lhs, Tp& rhs) { in test_assign_throws()
134 Tp rhs(1); in test_assign_throws() local
144 Tp rhs(1); in test_assign_throws() local
156 Tp rhs(1); in test_assign_throws() local
H A Dcopy.pass.cpp35 const std::any rhs = RHS(2); in test_copy_assign() local
60 const std::any rhs = LHS(42); in test_copy_assign_empty() local
77 const std::any rhs; in test_copy_assign_empty() local
135 [](std::any& lhs, const std::any& rhs) { in test_copy_assign_throws()
148 const std::any rhs = Tp(1); in test_copy_assign_throws() local
159 const std::any rhs = Tp(1); in test_copy_assign_throws() local
172 const std::any rhs = Tp(1); in test_copy_assign_throws() local
/llvm-project-15.0.7/lldb/source/Utility/
H A DVMRange.cpp42 bool lldb_private::operator==(const VMRange &lhs, const VMRange &rhs) { in operator ==()
47 bool lldb_private::operator!=(const VMRange &lhs, const VMRange &rhs) { in operator !=()
51 bool lldb_private::operator<(const VMRange &lhs, const VMRange &rhs) { in operator <()
59 bool lldb_private::operator<=(const VMRange &lhs, const VMRange &rhs) { in operator <=()
63 bool lldb_private::operator>(const VMRange &lhs, const VMRange &rhs) { in operator >()
67 bool lldb_private::operator>=(const VMRange &lhs, const VMRange &rhs) { in operator >=()
H A DScalar.cpp55 Scalar::Type Scalar::PromoteToMaxType(Scalar &lhs, Scalar &rhs) { in PromoteToMaxType()
407 Scalar &Scalar::operator+=(Scalar rhs) { in operator +=()
425 Scalar &Scalar::operator<<=(const Scalar &rhs) { in operator <<=()
433 bool Scalar::ShiftRightLogical(const Scalar &rhs) { in ShiftRightLogical()
442 Scalar &Scalar::operator>>=(const Scalar &rhs) { in operator >>=()
464 Scalar &Scalar::operator&=(const Scalar &rhs) { in operator &=()
518 const Scalar lldb_private::operator-(Scalar lhs, Scalar rhs) { in operator -()
535 const Scalar lldb_private::operator/(Scalar lhs, Scalar rhs) { in operator /()
556 const Scalar lldb_private::operator*(Scalar lhs, Scalar rhs) { in operator *()
815 bool lldb_private::operator==(Scalar lhs, Scalar rhs) { in operator ==()
[all …]
/llvm-project-15.0.7/libcxx/test/std/strings/basic.string/string.nonmembers/string_op+/
H A Dallocator_propagation.pass.cpp55 S rhs(soccc_allocator<CharT>{&soccc_rhs}); in test() local
66 S rhs(soccc_allocator<CharT>{&soccc_rhs}); in test() local
77 S rhs(soccc_allocator<CharT>{&soccc_rhs}); in test() local
88 S rhs(soccc_allocator<CharT>{&soccc_rhs}); in test() local
99 S rhs(soccc_allocator<CharT>{&soccc_rhs}); in test() local
110 S rhs(soccc_allocator<CharT>{&soccc_rhs}); in test() local
121 S rhs(soccc_allocator<CharT>{&soccc_rhs}); in test() local
132 S rhs(soccc_allocator<CharT>{&soccc_rhs}); in test() local
143 S rhs(soccc_allocator<CharT>{&soccc_rhs}); in test() local
154 S rhs(soccc_allocator<CharT>{&soccc_rhs}); in test() local
[all …]
H A Dstring_string.pass.cpp39 TEST_CONSTEXPR_CXX20 void test0(const S& lhs, const S& rhs, const S& x) { in test0()
45 TEST_CONSTEXPR_CXX20 void test1(S&& lhs, const S& rhs, const S& x) { in test1()
50 TEST_CONSTEXPR_CXX20 void test2(const S& lhs, S&& rhs, const S& x) { in test2()
55 TEST_CONSTEXPR_CXX20 void test3(S&& lhs, S&& rhs, const S& x) { in test3()
/llvm-project-15.0.7/mlir/test/python/dialects/linalg/opdsl/
H A Demit_matmul.py61 def test_matmul_mono(lhs, rhs): argument
76 def test_i8i8i32_matmul(lhs, rhs, init_result): argument
85 def test_i8i8i32_matmul_unsigned(lhs, rhs, init_result): argument
100 def test_i8i16i32_matmul(lhs, rhs, init_result): argument
114 def test_i32i32i16_matmul(lhs, rhs, init_result): argument
128 def test_i8i8f32_matmul(lhs, rhs, init_result): argument
137 def test_i8i8f32_matmul_unsigned(lhs, rhs, init_result): argument
152 def test_f16f16f32_matmul(lhs, rhs, init_result): argument
166 def test_f64f64f32_matmul(lhs, rhs, init_result): argument
/llvm-project-15.0.7/clang/test/Analysis/
H A Dself-assign.cpp23 StringUsed(const StringUsed &rhs) : str(strdup(rhs.str)) {} in StringUsed()
36 StringUsed &StringUsed::operator=(const StringUsed &rhs) { in operator =()
51 StringUsed &StringUsed::operator=(StringUsed &&rhs) { in operator =()
71 StringUnused(const StringUnused &rhs) : str(strdup(rhs.str)) {} in StringUnused()
84 StringUnused &StringUnused::operator=(const StringUnused &rhs) { in operator =()
98 StringUnused &StringUnused::operator=(StringUnused &&rhs) { in operator =()
/llvm-project-15.0.7/libcxx/test/std/utilities/optional/optional.object/optional.object.ctor/
H A Dexplicit_optional_U.pass.cpp24 TEST_CONSTEXPR_CXX20 void test(optional<U>&& rhs, bool is_going_to_throw = false) in test()
67 optional<int> rhs; in test() local
71 optional<int> rhs(3); in test() local
85 optional<int> rhs; in main() local
89 optional<int> rhs(3); in main() local
H A Dcopy.pass.cpp26 const optional<T> rhs(std::forward<InitArgs>(args)...); in test() local
38 const optional<T> rhs(std::forward<InitArgs>(args)...); in constexpr_test() local
53 const optional<Z> rhs(z); in test_throwing_ctor() local
69 const optional<T> rhs(std::forward<InitArgs>(args)...); in test_ref() local
131 const optional<T> rhs; in main() local
141 const optional<T> rhs(42); in main() local
/llvm-project-15.0.7/lldb/source/API/
H A DSBTypeNameSpecifier.cpp38 SBTypeNameSpecifier::SBTypeNameSpecifier(const lldb::SBTypeNameSpecifier &rhs) in SBTypeNameSpecifier()
96 operator=(const lldb::SBTypeNameSpecifier &rhs) { in operator =()
105 bool SBTypeNameSpecifier::operator==(lldb::SBTypeNameSpecifier &rhs) { in operator ==()
113 bool SBTypeNameSpecifier::IsEqualTo(lldb::SBTypeNameSpecifier &rhs) { in IsEqualTo()
127 bool SBTypeNameSpecifier::operator!=(lldb::SBTypeNameSpecifier &rhs) { in operator !=()
/llvm-project-15.0.7/clang/test/SemaCXX/
H A Dbuiltins-overflow.cpp31 constexpr Result<RET> add(LHS &&lhs, RHS &&rhs) { in add()
46 constexpr Result<RET> sub(LHS &&lhs, RHS &&rhs) { in sub()
61 constexpr Result<RET> mul(LHS &&lhs, RHS &&rhs) { in mul()
70 constexpr Result<int> sadd(int lhs, int rhs) { in sadd()
79 constexpr Result<int> ssub(int lhs, int rhs) { in ssub()
88 constexpr Result<int> smul(int lhs, int rhs) { in smul()
/llvm-project-15.0.7/openmp/runtime/src/
H A Dkmp_atomic.h227 _Quad rhs = b.q; member
233 _Quad rhs = b.q; member
238 _Quad rhs = b.q; member
244 _Quad rhs = b.q; member
261 kmp_cmplx128 rhs = b.q; member
266 kmp_cmplx128 rhs = b.q; member
271 kmp_cmplx128 rhs = b.q; member
293 _Quad rhs = b.q; member
299 _Quad rhs = b.q; member
304 _Quad rhs = b.q; member
[all …]
/llvm-project-15.0.7/libc/test/src/string/
H A Dbcmp_test.cpp14 const char *rhs = "bc"; in TEST() local
20 const char *rhs = "ab"; in TEST() local
26 const char *rhs = "ac"; in TEST() local
32 const char *rhs = "ab"; in TEST() local
39 char rhs[K_MAX_SIZE]; in TEST() local
H A Dmemcmp_test.cpp14 const char *rhs = "yz"; in TEST() local
20 const char *rhs = "ab"; in TEST() local
26 const char *rhs = "az"; in TEST() local
32 const char *rhs = "ab"; in TEST() local
39 char rhs[K_MAX_SIZE]; in TEST() local
/llvm-project-15.0.7/libc/src/string/memory_utils/
H A Dbcmp_implementations.h21 template <typename Element> bool differs(const char *lhs, const char *rhs) { in differs()
26 bool differs(const char *lhs, const char *rhs, size_t size) { in differs()
30 static inline int inline_bcmp(const char *lhs, const char *rhs, size_t count) { in inline_bcmp()

12345678910>>...22