| /external/mockito/src/main/java/org/mockito/internal/matchers/apachecommons/ |
| D | EqualsBuilder.java | 115 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() 282 Object lhs, 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/ |
| D | cmp-testhelper.cc | 29 bool operator==(VeryLargeInt const& lhs, VeryLargeInt const& rhs) { in operator ==() 33 bool operator==(VeryLargeIntProduct const& lhs, 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/ |
| D | complex_equals_scalar.pass.cpp | 27 constexpr std::complex<T> lhs(1.5, 2.5); in test_constexpr() local 32 constexpr std::complex<T> lhs(1.5, 0); in test_constexpr() local 37 constexpr std::complex<T> lhs(1.5, 2.5); in test_constexpr() local 42 constexpr std::complex<T> lhs(1.5, 0); in test_constexpr() local 54 std::complex<T> lhs(1.5, 2.5); in test() local 59 std::complex<T> lhs(1.5, 0); in test() local 64 std::complex<T> lhs(1.5, 2.5); in test() local 69 std::complex<T> lhs(1.5, 0); in test() local
|
| D | complex_not_equals_scalar.pass.cpp | 27 constexpr std::complex<T> lhs(1.5, 2.5); in test_constexpr() local 32 constexpr std::complex<T> lhs(1.5, 0); in test_constexpr() local 37 constexpr std::complex<T> lhs(1.5, 2.5); in test_constexpr() local 42 constexpr std::complex<T> lhs(1.5, 0); in test_constexpr() local 54 std::complex<T> lhs(1.5, 2.5); in test() local 59 std::complex<T> lhs(1.5, 0); in test() local 64 std::complex<T> lhs(1.5, 2.5); in test() local 69 std::complex<T> lhs(1.5, 0); in test() local
|
| D | scalar_equals_complex.pass.cpp | 27 constexpr T lhs(-2.5); in test_constexpr() local 32 constexpr T lhs(-2.5); in test_constexpr() local 37 constexpr T lhs(1.5); in test_constexpr() local 42 constexpr T lhs(1.5); in test_constexpr() local 54 T lhs(-2.5); in test() local 59 T lhs(-2.5); in test() local 64 T lhs(1.5); in test() local 69 T lhs(1.5); in test() local
|
| D | scalar_not_equals_complex.pass.cpp | 27 constexpr T lhs(-2.5); in test_constexpr() local 32 constexpr T lhs(-2.5); in test_constexpr() local 37 constexpr T lhs(1.5); in test_constexpr() local 42 constexpr T lhs(1.5); in test_constexpr() local 54 T lhs(-2.5); in test() local 59 T lhs(-2.5); in test() local 64 T lhs(1.5); in test() local 69 T lhs(1.5); in test() local
|
| D | complex_equals_complex.pass.cpp | 27 constexpr std::complex<T> lhs(1.5, 2.5); in test_constexpr() local 32 constexpr std::complex<T> lhs(1.5, 2.5); in test_constexpr() local 44 std::complex<T> lhs(1.5, 2.5); in test() local 49 std::complex<T> lhs(1.5, 2.5); in test() local
|
| D | complex_not_equals_complex.pass.cpp | 27 constexpr std::complex<T> lhs(1.5, 2.5); in test_constexpr() local 32 constexpr std::complex<T> lhs(1.5, 2.5); in test_constexpr() local 45 std::complex<T> lhs(1.5, 2.5); in test() local 50 std::complex<T> lhs(1.5, 2.5); in test() local
|
| D | complex_plus_scalar.pass.cpp | 21 test(const std::complex<T>& lhs, const T& rhs, std::complex<T> x) in test() 31 std::complex<T> lhs(1.5, 2.5); in test() local 37 std::complex<T> lhs(1.5, -2.5); in test() local
|
| D | complex_minus_complex.pass.cpp | 21 test(const std::complex<T>& lhs, const std::complex<T>& rhs, std::complex<T> x) in test() 31 std::complex<T> lhs(1.5, 2.5); in test() local 37 std::complex<T> lhs(1.5, -2.5); in test() local
|
| D | complex_minus_scalar.pass.cpp | 21 test(const std::complex<T>& lhs, const T& rhs, std::complex<T> x) in test() 31 std::complex<T> lhs(1.5, 2.5); in test() local 37 std::complex<T> lhs(1.5, -2.5); in test() local
|
| D | scalar_plus_complex.pass.cpp | 21 test(const T& lhs, const std::complex<T>& rhs, std::complex<T> x) in test() 31 T lhs(1.5); in test() local 37 T lhs(1.5); in test() local
|
| D | scalar_minus_complex.pass.cpp | 21 test(const T& lhs, const std::complex<T>& rhs, std::complex<T> x) in test() 31 T lhs(1.5); in test() local 37 T lhs(1.5); in test() local
|
| /external/gemmlowp/meta/ |
| D | quantized_mul_kernels_arm_64.h | 29 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 …]
|
| D | quantized_mul_kernels_arm_32.h | 29 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/swiftshader/src/Reactor/ |
| D | SubzeroReactor.cpp | 718 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 …]
|
| D | LLVMReactor.cpp | 337 llvm::Value *lhs = ::builder->CreateShuffleVector(mult, undef, evenIdx); 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/ |
| D | value.pass.cpp | 44 any lhs(LHS(1)); in test_assign_value() local 65 any lhs(LHS(1)); in test_assign_value() local 93 any lhs; in test_assign_value_empty() local 108 any lhs; in test_assign_value_empty() local 129 [](any& lhs, Tp& rhs) { in test_assign_throws() 142 any lhs; in test_assign_throws() local
|
| D | copy.pass.cpp | 43 any lhs(LHS(1)); in test_copy_assign() local 68 any lhs; in test_copy_assign_empty() local 85 any lhs(LHS(1)); in test_copy_assign_empty() local 144 [](any& lhs, any const& rhs) { in test_copy_assign_throws() 156 any lhs; in test_copy_assign_throws() local
|
| /external/v8/src/base/ |
| D | bits.cc | 50 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()
|
| D | logging.h | 67 #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/deqp-deps/SPIRV-Tools/source/val/ |
| D | instruction.cpp | 33 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/ |
| D | instruction.cpp | 33 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+/ |
| D | string_string.pass.cpp | 40 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()
|
| /external/libcxx/test/std/utilities/optional/optional.object/optional.object.ctor/ |
| D | copy.pass.cpp | 29 optional<T> lhs = rhs; in test() local 40 optional<T> lhs = rhs; in constexpr_test() local 57 optional<Z> lhs(rhs); in test_throwing_ctor() local 72 optional<T> lhs = rhs; in test_ref() local 134 const optional<T> lhs(rhs); in main() local 146 const optional<T> lhs(rhs); in main() local
|