Home
last modified time | relevance | path

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

12345678910>>...33

/external/mockito/src/main/java/org/mockito/internal/matchers/apachecommons/
DEqualsBuilder.java115 public static boolean reflectionEquals(Object lhs, Object rhs) { in reflectionEquals()
138 public static boolean reflectionEquals(Object lhs, Object rhs, String[] excludeFields) { in reflectionEquals()
162 public static boolean reflectionEquals(Object lhs, Object rhs, boolean testTransients) { in reflectionEquals()
191 …public static boolean reflectionEquals(Object lhs, Object rhs, boolean testTransients, Class<?> re… in reflectionEquals()
221 …public static boolean reflectionEquals(Object lhs, Object rhs, boolean testTransients, Class<?> re… in reflectionEquals()
283 Object rhs, in reflectionAppend()
332 public EqualsBuilder append(Object lhs, Object rhs) { in append()
391 public EqualsBuilder append(long lhs, long rhs) { in append()
403 public EqualsBuilder append(int lhs, int rhs) { in append()
415 public EqualsBuilder append(short lhs, short rhs) { in append()
[all …]
/external/epid-sdk/epid/member/tiny/math/unittests/
Dcmp-testhelper.cc29 bool operator==(VeryLargeInt const& lhs, VeryLargeInt const& rhs) { in operator ==()
34 VeryLargeIntProduct const& rhs) { in operator ==()
37 bool operator==(FpElem const& lhs, FpElem const& rhs) { in operator ==()
41 bool operator==(FqElem const& lhs, FqElem const& rhs) { in operator ==()
45 bool operator==(Fq2Elem const& lhs, Fq2Elem const& rhs) { in operator ==()
49 bool operator==(Fq6Elem const& lhs, Fq6Elem const& rhs) { in operator ==()
53 bool operator==(Fq12Elem const& lhs, Fq12Elem const& rhs) { in operator ==()
57 bool operator==(EccPointFq const& lhs, EccPointFq const& rhs) { in operator ==()
61 bool operator==(EccPointJacobiFq const& lhs, EccPointJacobiFq const& rhs) { in operator ==()
65 bool operator==(EccPointFq2 const& lhs, EccPointFq2 const& rhs) { in operator ==()
[all …]
/external/libcxx/test/std/numerics/complex.number/complex.ops/
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
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_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_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
Dcomplex_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, 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
Dcomplex_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, 2.5); in test_constexpr() local
46 std::complex<T> rhs(1.5, -2.5); in test() local
51 std::complex<T> rhs(1.5, 2.5); in test() local
/external/swiftshader/src/Reactor/
DSubzeroReactor.cpp718 static Value *createArithmetic(Ice::InstArithmetic::OpKind op, Value *lhs, Value *rhs) in createArithmetic()
731 Value *Nucleus::createAdd(Value *lhs, Value *rhs) in createAdd()
736 Value *Nucleus::createSub(Value *lhs, Value *rhs) in createSub()
741 Value *Nucleus::createMul(Value *lhs, Value *rhs) in createMul()
746 Value *Nucleus::createUDiv(Value *lhs, Value *rhs) in createUDiv()
751 Value *Nucleus::createSDiv(Value *lhs, Value *rhs) in createSDiv()
756 Value *Nucleus::createFAdd(Value *lhs, Value *rhs) in createFAdd()
761 Value *Nucleus::createFSub(Value *lhs, Value *rhs) in createFSub()
766 Value *Nucleus::createFMul(Value *lhs, Value *rhs) in createFMul()
771 Value *Nucleus::createFDiv(Value *lhs, Value *rhs) in createFDiv()
[all …]
DLLVMReactor.cpp338 llvm::Value *rhs = ::builder->CreateShuffleVector(mult, undef, oddIdx); in lowerMulAdd() local
1046 Value *Nucleus::createAdd(Value *lhs, Value *rhs) in createAdd()
1051 Value *Nucleus::createSub(Value *lhs, Value *rhs) in createSub()
1056 Value *Nucleus::createMul(Value *lhs, Value *rhs) in createMul()
1061 Value *Nucleus::createUDiv(Value *lhs, Value *rhs) in createUDiv()
1066 Value *Nucleus::createSDiv(Value *lhs, Value *rhs) in createSDiv()
1071 Value *Nucleus::createFAdd(Value *lhs, Value *rhs) in createFAdd()
1076 Value *Nucleus::createFSub(Value *lhs, Value *rhs) in createFSub()
1081 Value *Nucleus::createFMul(Value *lhs, Value *rhs) in createFMul()
1086 Value *Nucleus::createFDiv(Value *lhs, Value *rhs) in createFDiv()
[all …]
/external/libcxx/test/std/utilities/any/any.class/any.assign/
Dvalue.pass.cpp45 any const rhs(RHS(2)); in test_assign_value() local
66 any rhs(RHS(2)); in test_assign_value() local
94 RHS rhs(42); in test_assign_value_empty() local
109 RHS rhs(42); in test_assign_value_empty() local
129 [](any& lhs, Tp& rhs) { in test_assign_throws()
143 Tp rhs(1); in test_assign_throws() local
153 Tp rhs(1); in test_assign_throws() local
165 Tp rhs(1); in test_assign_throws() local
Dcopy.pass.cpp44 any const rhs(RHS(2)); in test_copy_assign() local
69 any const rhs(LHS(42)); in test_copy_assign_empty() local
86 any const rhs; in test_copy_assign_empty() local
144 [](any& lhs, any const& rhs) { in test_copy_assign_throws()
157 any const rhs((Tp(1))); in test_copy_assign_throws() local
168 any const rhs((Tp(1))); in test_copy_assign_throws() local
181 any const rhs((Tp(1))); in test_copy_assign_throws() 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/libcxx/test/std/utilities/optional/optional.object/optional.object.ctor/
Doptional_U.pass.cpp27 test(optional<U>&& rhs, bool is_going_to_throw = false) in test()
68 optional<short> rhs; in main() local
76 optional<int> rhs; in main() local
80 optional<int> rhs(3); in main() local
84 optional<int> rhs; in main() local
88 optional<int> rhs(3); in main() local
Dconst_optional_U.pass.cpp26 test(const optional<U>& rhs, bool is_going_to_throw = false) in test()
87 optional<U> rhs; in main() local
93 optional<U> rhs(U{3}); in main() local
99 optional<U> rhs; in main() local
105 optional<U> rhs(U{3}); in main() local
111 optional<U> rhs; in main() local
117 optional<U> rhs(U{3}); in main() local
123 optional<U> rhs; in main() local
129 optional<U> rhs(U{3}); in main() local
Dexplicit_optional_U.pass.cpp26 test(optional<U>&& rhs, bool is_going_to_throw = false) in test()
69 optional<int> rhs; in main() local
73 optional<int> rhs(3); in main() local
77 optional<int> rhs; in main() local
81 optional<int> rhs(3); in main() local
Dexplicit_const_optional_U.pass.cpp26 test(const optional<U>& rhs, bool is_going_to_throw = false) in test()
88 optional<U> rhs; in main() local
94 optional<U> rhs(3); in main() local
100 optional<U> rhs; in main() local
106 optional<U> rhs(3); in main() local
112 optional<U> rhs; in main() local
118 optional<U> rhs(3); in main() local
Dcopy.pass.cpp27 const optional<T> rhs(std::forward<InitArgs>(args)...); in test() local
39 const optional<T> rhs(std::forward<InitArgs>(args)...); in constexpr_test() local
54 const optional<Z> rhs(z); in test_throwing_ctor() local
70 const optional<T> rhs(std::forward<InitArgs>(args)...); in test_ref() local
132 const optional<T> rhs; in main() local
142 const optional<T> rhs(42); in main() local
/external/v8/src/base/
Dbits.cc50 int32_t SignedMulHigh32(int32_t lhs, int32_t rhs) { in SignedMulHigh32()
56 int32_t SignedMulHighAndAdd32(int32_t lhs, int32_t rhs, int32_t acc) { in SignedMulHighAndAdd32()
62 int32_t SignedDiv32(int32_t lhs, int32_t rhs) { in SignedDiv32()
69 int32_t SignedMod32(int32_t lhs, int32_t rhs) { in SignedMod32()
90 int64_t SignedSaturatedAdd64(int64_t lhs, int64_t rhs) { in SignedSaturatedAdd64()
97 int64_t SignedSaturatedSub64(int64_t lhs, int64_t rhs) { in SignedSaturatedSub64()
103 bool SignedMulOverflow32(int32_t lhs, int32_t rhs, int32_t* val) { in SignedMulOverflow32()
111 bool SignedMulOverflow64(int64_t lhs, int64_t rhs, int64_t* val) { in SignedMulOverflow64()
Dlogging.h67 #define CHECK_OP(name, op, lhs, rhs) \ argument
78 #define DCHECK_OP(name, op, lhs, rhs) \ argument
94 #define CHECK_OP(name, op, lhs, rhs) \ argument
306 #define CHECK_EQ(lhs, rhs) CHECK_OP(EQ, ==, lhs, rhs) argument
307 #define CHECK_NE(lhs, rhs) CHECK_OP(NE, !=, lhs, rhs) argument
308 #define CHECK_LE(lhs, rhs) CHECK_OP(LE, <=, lhs, rhs) argument
309 #define CHECK_LT(lhs, rhs) CHECK_OP(LT, <, lhs, rhs) argument
310 #define CHECK_GE(lhs, rhs) CHECK_OP(GE, >=, lhs, rhs) argument
311 #define CHECK_GT(lhs, rhs) CHECK_OP(GT, >, lhs, rhs) argument
314 #define CHECK_IMPLIES(lhs, rhs) \ argument
[all …]
/external/libchrome/base/numerics/
Dclamped_math.h30 constexpr ClampedNumeric(const ClampedNumeric<Src>& rhs) in ClampedNumeric()
98 const U rhs) const { in Max()
106 const U rhs) const { in Min()
148 static constexpr ClampedNumeric MathOp(const L lhs, const R rhs) { in MathOp()
156 constexpr ClampedNumeric& MathOp(const R rhs) { in MathOp()
208 const R rhs) { in ClampMathOp()
220 ClampMathOp(const L lhs, const R rhs, const Args... args) { in ClampMathOp()
/external/deqp-deps/SPIRV-Tools/source/val/
Dinstruction.cpp33 bool operator<(const Instruction& lhs, const Instruction& rhs) { in operator <()
36 bool operator<(const Instruction& lhs, uint32_t rhs) { return lhs.id() < rhs; } in operator <()
37 bool operator==(const Instruction& lhs, const Instruction& rhs) { in operator ==()
40 bool operator==(const Instruction& lhs, uint32_t rhs) { in operator ==()
/external/swiftshader/third_party/SPIRV-Tools/source/val/
Dinstruction.cpp33 bool operator<(const Instruction& lhs, const Instruction& rhs) { in operator <()
36 bool operator<(const Instruction& lhs, uint32_t rhs) { return lhs.id() < rhs; } in operator <()
37 bool operator==(const Instruction& lhs, const Instruction& rhs) { in operator ==()
40 bool operator==(const Instruction& lhs, uint32_t rhs) { in operator ==()
/external/libcxx/test/std/strings/basic.string/string.nonmembers/string_op+/
Dstring_string.pass.cpp40 void test0(const S& lhs, const S& rhs, const S& x) { in test0()
46 void test1(S&& lhs, const S& rhs, const S& x) { in test1()
51 void test2(const S& lhs, S&& rhs, const S& x) { in test2()
56 void test3(S&& lhs, S&& rhs, const S& x) { in test3()

12345678910>>...33