Home
last modified time | relevance | path

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

12345678910>>...101

/external/swiftshader/src/Reactor/
DReactor.cpp68 std::sort(sorted.begin(), sorted.end(), [&](auto &lhs, auto &rhs) { in materializeAll()
182 static Value *createShuffle4(Value *lhs, Value *rhs, uint16_t select) in createShuffle4()
220 static Value *createMask4(Value *lhs, Value *rhs, uint16_t select) in createMask4()
249 Bool::Bool(RValue<Bool> rhs) in Bool()
254 Bool::Bool(const Bool &rhs) in Bool()
259 Bool::Bool(const Reference<Bool> &rhs) in Bool()
264 RValue<Bool> Bool::operator=(RValue<Bool> rhs) in operator =()
269 RValue<Bool> Bool::operator=(const Bool &rhs) in operator =()
274 RValue<Bool> Bool::operator=(const Reference<Bool> &rhs) in operator =()
284 RValue<Bool> operator&&(RValue<Bool> lhs, RValue<Bool> rhs) in operator &&()
[all …]
DSIMD.cpp68 SIMD::Int::Int(RValue<SIMD::Int> rhs) in Int()
74 SIMD::Int::Int(const SIMD::Int &rhs) in Int()
80 SIMD::Int::Int(const Reference<SIMD::Int> &rhs) in Int()
86 SIMD::Int::Int(RValue<SIMD::UInt> rhs) in Int()
92 SIMD::Int::Int(const SIMD::UInt &rhs) in Int()
98 SIMD::Int::Int(const Reference<SIMD::UInt> &rhs) in Int()
104 SIMD::Int::Int(const scalar::Int &rhs) in Int()
110 SIMD::Int::Int(const Reference<scalar::Int> &rhs) in Int()
121 RValue<SIMD::Int> SIMD::Int::operator=(RValue<SIMD::Int> rhs) in operator =()
126 RValue<SIMD::Int> SIMD::Int::operator=(const SIMD::Int &rhs) in operator =()
[all …]
/external/pigweed/pw_unit_test/public/pw_unit_test/
Dconstexpr.h117 #define PW_TEST_EXPECT_EQ(lhs, rhs) _PW_CEXPECT(EQ, lhs, rhs) argument
118 #define PW_TEST_EXPECT_NE(lhs, rhs) _PW_CEXPECT(NE, lhs, rhs) argument
119 #define PW_TEST_EXPECT_GT(lhs, rhs) _PW_CEXPECT(GT, lhs, rhs) argument
120 #define PW_TEST_EXPECT_GE(lhs, rhs) _PW_CEXPECT(GE, lhs, rhs) argument
121 #define PW_TEST_EXPECT_LT(lhs, rhs) _PW_CEXPECT(LT, lhs, rhs) argument
122 #define PW_TEST_EXPECT_LE(lhs, rhs) _PW_CEXPECT(LE, lhs, rhs) argument
124 #define PW_TEST_EXPECT_NEAR(lhs, rhs, error) _PW_CEXPECT(NEAR, lhs, rhs, error) argument
125 #define PW_TEST_EXPECT_FLOAT_EQ(lhs, rhs) _PW_CEXPECT(FLOAT_EQ, lhs, rhs) argument
126 #define PW_TEST_EXPECT_DOUBLE_EQ(lhs, rhs) _PW_CEXPECT(DOUBLE_EQ, lhs, rhs) argument
128 #define PW_TEST_EXPECT_STREQ(lhs, rhs) _PW_CEXPECT(STREQ, lhs, rhs) argument
[all …]
/external/mockito/src/main/java/org/mockito/internal/matchers/apachecommons/
DEqualsBuilder.java116 public static boolean reflectionEquals(Object lhs, Object rhs) { in reflectionEquals()
139 public static boolean reflectionEquals(Object lhs, Object rhs, String[] excludeFields) { in reflectionEquals()
163 public static boolean reflectionEquals(Object lhs, Object rhs, boolean testTransients) { in reflectionEquals()
193 Object lhs, Object rhs, boolean testTransients, Class<?> reflectUpToClass) { in reflectionEquals()
225 Object rhs, in reflectionEquals()
285 Object rhs, in reflectionAppend()
341 public EqualsBuilder append(Object lhs, Object rhs) { in append()
400 public EqualsBuilder append(long lhs, long rhs) { in append()
412 public EqualsBuilder append(int lhs, int rhs) { in append()
424 public EqualsBuilder append(short lhs, short rhs) { in append()
[all …]
/external/sdv/vsomeip/third_party/boost/numeric/ublas/test/tensor/
Dtest_multi_index_utility.cpp141 constexpr auto rhs = std::make_tuple(_a); in BOOST_AUTO_TEST_CASE() local
148 constexpr auto rhs = std::make_tuple(_a); in BOOST_AUTO_TEST_CASE() local
157 constexpr auto rhs = std::make_tuple(_a); in BOOST_AUTO_TEST_CASE() local
164 constexpr auto rhs = std::make_tuple(_a); in BOOST_AUTO_TEST_CASE() local
171 constexpr auto rhs = std::make_tuple(_a,_b); in BOOST_AUTO_TEST_CASE() local
178 constexpr auto rhs = std::make_tuple(_a); in BOOST_AUTO_TEST_CASE() local
187 constexpr auto rhs = std::make_tuple(_a,_b); in BOOST_AUTO_TEST_CASE() local
194 constexpr auto rhs = std::make_tuple(_a,_b); in BOOST_AUTO_TEST_CASE() local
201 constexpr auto rhs = std::make_tuple(_a,_b); in BOOST_AUTO_TEST_CASE() local
208 constexpr auto rhs = std::make_tuple(_a,_b,_d); in BOOST_AUTO_TEST_CASE() local
[all …]
/external/apache-commons-lang/src/main/java/org/apache/commons/lang3/builder/
DEqualsBuilder.java134 static Pair<IDKey, IDKey> getRegisterPair(final Object lhs, final Object rhs) { in getRegisterPair()
151 static boolean isRegistered(final Object lhs, final Object rhs) { in isRegistered()
167 private static void register(final Object lhs, final Object rhs) { in register()
187 private static void unregister(final Object lhs, final Object rhs) { in unregister()
309 …public static boolean reflectionEquals(final Object lhs, final Object rhs, final Collection<String… in reflectionEquals()
335 …public static boolean reflectionEquals(final Object lhs, final Object rhs, final String... exclude… in reflectionEquals()
362 …public static boolean reflectionEquals(final Object lhs, final Object rhs, final boolean testTrans… in reflectionEquals()
395 …public static boolean reflectionEquals(final Object lhs, final Object rhs, final boolean testTrans… in reflectionEquals()
436 …public static boolean reflectionEquals(final Object lhs, final Object rhs, final boolean testTrans… in reflectionEquals()
480 public EqualsBuilder reflectionAppend(final Object lhs, final Object rhs) { in reflectionAppend()
[all …]
DCompareToBuilder.java141 public static int reflectionCompare(final Object lhs, final Object rhs) { in reflectionCompare()
173 …public static int reflectionCompare(final Object lhs, final Object rhs, final boolean compareTrans… in reflectionCompare()
206 …public static int reflectionCompare(final Object lhs, final Object rhs, final Collection<String> e… in reflectionCompare()
239 …public static int reflectionCompare(final Object lhs, final Object rhs, final String... excludeFie… in reflectionCompare()
277 final Object rhs, in reflectionCompare()
314 final Object rhs, in reflectionAppend()
374 public CompareToBuilder append(final Object lhs, final Object rhs) { in append()
403 …public CompareToBuilder append(final Object lhs, final Object rhs, final Comparator<?> comparator)… in append()
434 private void appendArray(final Object lhs, final Object rhs, final Comparator<?> comparator) { in appendArray()
469 public CompareToBuilder append(final long lhs, final long rhs) { in append()
[all …]
DDiffBuilder.java101 public DiffBuilder(final T lhs, final T rhs, in DiffBuilder()
140 public DiffBuilder(final T lhs, final T rhs, in DiffBuilder()
160 final boolean rhs) { in append()
198 final boolean[] rhs) { in append()
235 final byte rhs) { in append()
272 final byte[] rhs) { in append()
310 final char rhs) { in append()
348 final char[] rhs) { in append()
386 final double rhs) { in append()
424 final double[] rhs) { in append()
[all …]
/external/cronet/stable/third_party/libc++/src/test/std/algorithms/alg.nonmodifying/mismatch/
Dmismatch.pass.cpp46 TEST_CONSTEXPR_CXX20 void check(Container1 lhs, Container2 rhs, size_t offset) { in check()
79 …STEXPR_CXX20 friend bool operator==(const NonTrivialMod4Comp& lhs, const NonTrivialMod4Comp& rhs) { in operator ==()
102 std::array<int, 0> rhs = {}; in test() local
108 std::array<int, 8> rhs = {0, 1, 2, 3, 0, 1, 2, 3}; in test() local
114 std::array<int, 8> rhs = {0, 1, 2, 3, 0, 1, 2, 3}; in test() local
120 std::array<int, 2> rhs = {0, 1}; in test() local
126 std::array<int, 8> rhs = {0, 1, 2, 2, 0, 1, 2, 3}; in test() local
132 std::array<int, 4> rhs = {0, 0, 4, 4}; in test() local
156 std::array<NonTrivialMod4Comp, 8> rhs = {1, 2, 3, 4, 1, 6, 7, 8}; in test() local
162 std::array<NonTrivialMod4Comp, 8> rhs = {1, 2, 3, 4, 5, 6, 7, 8}; in test() local
[all …]
/external/cronet/tot/third_party/libc++/src/test/std/algorithms/alg.nonmodifying/mismatch/
Dmismatch.pass.cpp46 TEST_CONSTEXPR_CXX20 void check(Container1 lhs, Container2 rhs, size_t offset) { in check()
79 …STEXPR_CXX20 friend bool operator==(const NonTrivialMod4Comp& lhs, const NonTrivialMod4Comp& rhs) { in operator ==()
102 std::array<int, 0> rhs = {}; in test() local
108 std::array<int, 8> rhs = {0, 1, 2, 3, 0, 1, 2, 3}; in test() local
114 std::array<int, 8> rhs = {0, 1, 2, 3, 0, 1, 2, 3}; in test() local
120 std::array<int, 2> rhs = {0, 1}; in test() local
126 std::array<int, 8> rhs = {0, 1, 2, 2, 0, 1, 2, 3}; in test() local
132 std::array<int, 4> rhs = {0, 0, 4, 4}; in test() local
156 std::array<NonTrivialMod4Comp, 8> rhs = {1, 2, 3, 4, 1, 6, 7, 8}; in test() local
162 std::array<NonTrivialMod4Comp, 8> rhs = {1, 2, 3, 4, 5, 6, 7, 8}; in test() local
[all …]
/external/libcxx/test/std/numerics/complex.number/complex.ops/
Dcomplex_not_equals_scalar.pass.cpp28 constexpr T rhs(-2.5); in test_constexpr() local
33 constexpr T rhs(-2.5); in test_constexpr() local
38 constexpr T rhs(1.5); in test_constexpr() local
43 constexpr T rhs(1.5); in test_constexpr() local
55 T rhs(-2.5); in test() local
60 T rhs(-2.5); in test() local
65 T rhs(1.5); in test() local
70 T rhs(1.5); in test() local
Dscalar_not_equals_complex.pass.cpp28 constexpr std::complex<T> rhs(1.5, 2.5); in test_constexpr() local
33 constexpr std::complex<T> rhs(1.5, 0); in test_constexpr() local
38 constexpr std::complex<T> rhs(1.5, 2.5); in test_constexpr() local
43 constexpr std::complex<T> rhs(1.5, 0); in test_constexpr() local
55 std::complex<T> rhs(1.5, 2.5); in test() local
60 std::complex<T> rhs(1.5, 0); in test() local
65 std::complex<T> rhs(1.5, 2.5); in test() local
70 std::complex<T> rhs(1.5, 0); in test() local
Dscalar_equals_complex.pass.cpp28 constexpr std::complex<T> rhs(1.5, 2.5); in test_constexpr() local
33 constexpr std::complex<T> rhs(1.5, 0); in test_constexpr() local
38 constexpr std::complex<T> rhs(1.5, 2.5); in test_constexpr() local
43 constexpr std::complex<T> rhs(1.5, 0); in test_constexpr() local
55 std::complex<T> rhs(1.5, 2.5); in test() local
60 std::complex<T> rhs(1.5, 0); in test() local
65 std::complex<T> rhs(1.5, 2.5); in test() local
70 std::complex<T> rhs(1.5, 0); in test() local
Dcomplex_equals_scalar.pass.cpp28 constexpr T rhs(-2.5); in test_constexpr() local
33 constexpr T rhs(-2.5); in test_constexpr() local
38 constexpr T rhs(1.5); in test_constexpr() local
43 constexpr T rhs(1.5); in test_constexpr() local
55 T rhs(-2.5); in test() local
60 T rhs(-2.5); in test() local
65 T rhs(1.5); in test() local
70 T rhs(1.5); in test() local
/external/gemmlowp/meta/
Dquantized_mul_kernels_arm_64.h29 8>::Multiply(const uint8_t* lhs, const uint8_t* rhs, in Multiply()
102 8>::Multiply(const uint8_t* lhs, const uint8_t* rhs, in Multiply()
178 8>::Multiply(const uint8_t* lhs, const uint8_t* rhs, in Multiply()
260 8>::Multiply(const uint8_t* lhs, const uint8_t* rhs, in Multiply()
344 8>::Multiply(const uint8_t* lhs, const uint8_t* rhs, in Multiply()
441 8>::Multiply(const uint8_t* lhs, const uint8_t* rhs, in Multiply()
541 8>::Multiply(const uint8_t* lhs, const uint8_t* rhs, in Multiply()
646 8>::Multiply(const uint8_t* lhs, const uint8_t* rhs, in Multiply()
753 8>::Multiply(const uint8_t* lhs, const uint8_t* rhs, in Multiply()
842 8>::Multiply(const uint8_t* lhs, const uint8_t* rhs, in Multiply()
[all …]
Dquantized_mul_kernels_arm_32.h29 8>::Multiply(const uint8_t* lhs, const uint8_t* rhs, in Multiply()
103 8>::Multiply(const uint8_t* lhs, const uint8_t* rhs, in Multiply()
181 8>::Multiply(const uint8_t* lhs, const uint8_t* rhs, in Multiply()
265 8>::Multiply(const uint8_t* lhs, const uint8_t* rhs, in Multiply()
353 8>::Multiply(const uint8_t* lhs, const uint8_t* rhs, in Multiply()
454 8>::Multiply(const uint8_t* lhs, const uint8_t* rhs, in Multiply()
559 8>::Multiply(const uint8_t* lhs, const uint8_t* rhs, in Multiply()
670 8>::Multiply(const uint8_t* lhs, const uint8_t* rhs, in Multiply()
785 8>::Multiply(const uint8_t* lhs, const uint8_t* rhs, in Multiply()
874 8>::Multiply(const uint8_t* lhs, const uint8_t* rhs, in Multiply()
[all …]
/external/cronet/stable/third_party/libc++/src/test/std/numerics/complex.number/complex.ops/
Dcomplex_not_equals_scalar.pass.cpp28 constexpr T rhs(-2.5); in test_constexpr() local
33 constexpr T rhs(-2.5); in test_constexpr() local
38 constexpr T rhs(1.5); in test_constexpr() local
43 constexpr T rhs(1.5); in test_constexpr() local
56 T rhs(-2.5); in test() local
61 T rhs(-2.5); in test() local
66 T rhs(1.5); in test() local
71 T rhs(1.5); in test() local
Dcomplex_equals_scalar.pass.cpp28 constexpr T rhs(-2.5); in test_constexpr() local
33 constexpr T rhs(-2.5); in test_constexpr() local
38 constexpr T rhs(1.5); in test_constexpr() local
43 constexpr T rhs(1.5); in test_constexpr() local
56 T rhs(-2.5); in test() local
61 T rhs(-2.5); in test() local
66 T rhs(1.5); in test() local
71 T rhs(1.5); in test() local
Dscalar_equals_complex.pass.cpp28 constexpr std::complex<T> rhs(1.5, 2.5); in test_constexpr() local
33 constexpr std::complex<T> rhs(1.5, 0); in test_constexpr() local
38 constexpr std::complex<T> rhs(1.5, 2.5); in test_constexpr() local
43 constexpr std::complex<T> rhs(1.5, 0); in test_constexpr() local
56 std::complex<T> rhs(1.5, 2.5); in test() local
61 std::complex<T> rhs(1.5, 0); in test() local
66 std::complex<T> rhs(1.5, 2.5); in test() local
71 std::complex<T> rhs(1.5, 0); in test() local
Dscalar_not_equals_complex.pass.cpp28 constexpr std::complex<T> rhs(1.5, 2.5); in test_constexpr() local
33 constexpr std::complex<T> rhs(1.5, 0); in test_constexpr() local
38 constexpr std::complex<T> rhs(1.5, 2.5); in test_constexpr() local
43 constexpr std::complex<T> rhs(1.5, 0); in test_constexpr() local
56 std::complex<T> rhs(1.5, 2.5); in test() local
61 std::complex<T> rhs(1.5, 0); in test() local
66 std::complex<T> rhs(1.5, 2.5); in test() local
71 std::complex<T> rhs(1.5, 0); in test() local
/external/cronet/tot/third_party/libc++/src/test/std/numerics/complex.number/complex.ops/
Dscalar_not_equals_complex.pass.cpp28 constexpr std::complex<T> rhs(1.5, 2.5); in test_constexpr() local
33 constexpr std::complex<T> rhs(1.5, 0); in test_constexpr() local
38 constexpr std::complex<T> rhs(1.5, 2.5); in test_constexpr() local
43 constexpr std::complex<T> rhs(1.5, 0); in test_constexpr() local
56 std::complex<T> rhs(1.5, 2.5); in test() local
61 std::complex<T> rhs(1.5, 0); in test() local
66 std::complex<T> rhs(1.5, 2.5); in test() local
71 std::complex<T> rhs(1.5, 0); in test() local
Dscalar_equals_complex.pass.cpp28 constexpr std::complex<T> rhs(1.5, 2.5); in test_constexpr() local
33 constexpr std::complex<T> rhs(1.5, 0); in test_constexpr() local
38 constexpr std::complex<T> rhs(1.5, 2.5); in test_constexpr() local
43 constexpr std::complex<T> rhs(1.5, 0); in test_constexpr() local
56 std::complex<T> rhs(1.5, 2.5); in test() local
61 std::complex<T> rhs(1.5, 0); in test() local
66 std::complex<T> rhs(1.5, 2.5); in test() local
71 std::complex<T> rhs(1.5, 0); in test() local
Dcomplex_equals_scalar.pass.cpp28 constexpr T rhs(-2.5); in test_constexpr() local
33 constexpr T rhs(-2.5); in test_constexpr() local
38 constexpr T rhs(1.5); in test_constexpr() local
43 constexpr T rhs(1.5); in test_constexpr() local
56 T rhs(-2.5); in test() local
61 T rhs(-2.5); in test() local
66 T rhs(1.5); in test() local
71 T rhs(1.5); in test() local
Dcomplex_not_equals_scalar.pass.cpp28 constexpr T rhs(-2.5); in test_constexpr() local
33 constexpr T rhs(-2.5); in test_constexpr() local
38 constexpr T rhs(1.5); in test_constexpr() local
43 constexpr T rhs(1.5); in test_constexpr() local
56 T rhs(-2.5); in test() local
61 T rhs(-2.5); in test() local
66 T rhs(1.5); in test() local
71 T rhs(1.5); in test() local
/external/tensorflow/tensorflow/core/kernels/mlir_generated/
Dgpu_binary_ops_test.cc41 T baseline_add(T lhs, T rhs) { in baseline_add()
114 Eigen::half baseline_atan2(Eigen::half lhs, Eigen::half rhs) { in baseline_atan2()
179 T baseline_bitwise_and(T lhs, T rhs) { in baseline_bitwise_and()
218 T baseline_bitwise_or(T lhs, T rhs) { in baseline_bitwise_or()
257 T baseline_bitwise_xor(T lhs, T rhs) { in baseline_bitwise_xor()
296 std::complex<T> baseline_complex(T lhs, T rhs) { in baseline_complex()
315 T baseline_div(T lhs, T rhs) { in baseline_div()
414 T baseline_div_no_nan(T lhs, T rhs) { in baseline_div_no_nan()
510 T baseline_floor_div(T lhs, T rhs) { in baseline_floor_div()
516 T baseline_floor_div(T lhs, T rhs) { in baseline_floor_div()
[all …]

12345678910>>...101