Home
last modified time | relevance | path

Searched defs:other (Results 1 – 25 of 14442) sorted by relevance

12345678910>>...578

/external/pytorch/torch/onnx/_internal/exporter/
D_tensors.py39 def __mod__(self, other): argument
49 def __ne__(self, other): argument
55 def __add__(self, other): argument
58 def __radd__(self, other): argument
61 def __rand__(self, other): argument
64 def __mul__(self, other): argument
67 def __rmul__(self, other): argument
70 def __matmul__(self, other): argument
73 def __pow__(self, other): argument
76 def __sub__(self, other): argument
[all …]
/external/pytorch/aten/src/ATen/native/
DBinaryOps.cpp562 Tensor& special_xlog1py_out(const Scalar& self, const Tensor& other, Tensor& result) { in special_xlog1py_out()
566 Tensor& special_xlog1py_out(const Tensor& self, const Scalar& other, Tensor& result) { in special_xlog1py_out()
578 Tensor& special_zeta_out(const Scalar& self, const Tensor& other, Tensor& result) { in special_zeta_out()
582 Tensor& special_zeta_out(const Tensor& self, const Scalar& other, Tensor& result) { in special_zeta_out()
778 Tensor& special_gammainc_out(const Tensor& self, const Tensor& other, Tensor& result) { in special_gammainc_out()
782 Tensor special_gammainc(const Tensor& self, const Tensor& other) { in special_gammainc()
786 Tensor& special_gammaincc_out(const Tensor& self, const Tensor& other, Tensor& result) { in special_gammaincc_out()
790 Tensor special_gammaincc(const Tensor& self, const Tensor& other) { in special_gammaincc()
798 Tensor arctan2(const Tensor& self, const Tensor& other) { in arctan2()
802 Tensor& arctan2_(Tensor& self, const Tensor& other) { in arctan2_()
[all …]
/external/antlr/tool/src/main/java/org/antlr/misc/
DInterval.java69 Interval other = (Interval)o; in equals() local
74 public boolean startsBeforeDisjoint(Interval other) { in startsBeforeDisjoint()
79 public boolean startsBeforeNonDisjoint(Interval other) { in startsBeforeNonDisjoint()
84 public boolean startsAfter(Interval other) { return this.a>other.a; } in startsAfter()
87 public boolean startsAfterDisjoint(Interval other) { in startsAfterDisjoint()
92 public boolean startsAfterNonDisjoint(Interval other) { in startsAfterNonDisjoint()
97 public boolean disjoint(Interval other) { in disjoint()
102 public boolean adjacent(Interval other) { in adjacent()
106 public boolean properlyContains(Interval other) { in properlyContains()
111 public Interval union(Interval other) { in union()
[all …]
/external/pytorch/c10/core/
DSymNodeImpl.h45 virtual SymNode add(const SymNode& other) { in add()
48 virtual SymNode sub(const SymNode& other) { in sub()
51 virtual SymNode mul(const SymNode& other) { in mul()
55 virtual SymNode truediv(const SymNode& other) { in truediv()
58 virtual SymNode float_truediv(const SymNode& other) { in float_truediv()
61 virtual SymNode int_truediv(const SymNode& other) { in int_truediv()
65 virtual SymNode pow(const SymNode& other) { in pow()
68 virtual SymNode float_pow(const SymNode& other) { in float_pow()
71 virtual SymNode pow_by_natural(const SymNode& other) { in pow_by_natural()
75 virtual SymNode floordiv(const SymNode& other) { in floordiv()
[all …]
/external/pytorch/torch/csrc/utils/
Dpython_symnode.h165 const c10::SymNode& other, in dispatch_sym_ite_()
176 c10::SymNode dispatch_common_(const char* fname, const c10::SymNode& other) { in dispatch_common_()
190 c10::SymNode add(const c10::SymNode& other) override { in add()
194 c10::SymNode sub(const c10::SymNode& other) override { in sub()
198 c10::SymNode mul(const c10::SymNode& other) override { in mul()
202 c10::SymNode truediv(const c10::SymNode& other) override { in truediv()
206 c10::SymNode float_truediv(const c10::SymNode& other) override { in float_truediv()
210 c10::SymNode int_truediv(const c10::SymNode& other) override { in int_truediv()
214 c10::SymNode pow(const c10::SymNode& other) override { in pow()
218 c10::SymNode float_pow(const c10::SymNode& other) override { in float_pow()
[all …]
/external/python/cpython3/Lib/test/
Dtest_binop.py81 def __add__(self, other): argument
94 def __sub__(self, other): argument
105 def __rsub__(self, other): argument
116 def __mul__(self, other): argument
128 def __truediv__(self, other): argument
138 def __rtruediv__(self, other): argument
148 def __floordiv__(self, other): argument
157 def __rfloordiv__(self, other): argument
162 def __divmod__(self, other): argument
171 def __rdivmod__(self, other): argument
[all …]
Dtest_fractions.py32 def _richcmp(self, other, op): argument
40 def __eq__(self, other): return self._richcmp(other, operator.eq) argument
41 def __le__(self, other): return self._richcmp(other, operator.le) argument
42 def __lt__(self, other): return self._richcmp(other, operator.lt) argument
43 def __ge__(self, other): return self._richcmp(other, operator.ge) argument
44 def __gt__(self, other): return self._richcmp(other, operator.gt) argument
51 def __sub__(self, other): argument
64 def __eq__(self, other): argument
71 def __lt__(self, other): argument
74 def __gt__(self, other): argument
[all …]
Dtest_richcmp.py13 def __lt__(self, other): argument
16 def __le__(self, other): argument
19 def __eq__(self, other): argument
22 def __ne__(self, other): argument
25 def __gt__(self, other): argument
28 def __ge__(self, other): argument
31 def __cmp__(self, other): argument
56 def __cmp__(self, other): argument
62 def __lt__(self, other): argument
65 def __le__(self, other): argument
[all …]
/external/python/cpython3/Lib/
Dnumbers.py97 def __add__(self, other): argument
102 def __radd__(self, other): argument
116 def __sub__(self, other): argument
120 def __rsub__(self, other): argument
125 def __mul__(self, other): argument
130 def __rmul__(self, other): argument
135 def __truediv__(self, other): argument
140 def __rtruediv__(self, other): argument
165 def __eq__(self, other): argument
222 def __divmod__(self, other): argument
[all …]
D_weakrefset.py120 def update(self, other): argument
126 def __ior__(self, other): argument
130 def difference(self, other): argument
136 def difference_update(self, other): argument
138 def __isub__(self, other): argument
147 def intersection(self, other): argument
151 def intersection_update(self, other): argument
153 def __iand__(self, other): argument
159 def issubset(self, other): argument
163 def __lt__(self, other): argument
[all …]
/external/tensorflow/tensorflow/python/framework/
Dtensor_shape.py228 def __eq__(self, other): argument
238 def __ne__(self, other): argument
270 def is_compatible_with(self, other): argument
286 def assert_is_compatible_with(self, other): argument
300 def merge_with(self, other): argument
337 def __add__(self, other): argument
368 def __radd__(self, other): argument
379 def __sub__(self, other): argument
410 def __rsub__(self, other): argument
425 def __mul__(self, other): argument
[all …]
/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/lib/gprpp/
Dref_counted_ptr.h46 RefCountedPtr(RefCountedPtr&& other) noexcept { in RefCountedPtr() function
52 RefCountedPtr(RefCountedPtr<Y>&& other) noexcept { in RefCountedPtr() function
69 RefCountedPtr(const RefCountedPtr& other) { in RefCountedPtr()
75 RefCountedPtr(const RefCountedPtr<Y>& other) { in RefCountedPtr()
106 void swap(RefCountedPtr& other) { std::swap(value_, other.value_); } in swap()
189 WeakRefCountedPtr(WeakRefCountedPtr&& other) noexcept { in WeakRefCountedPtr() function
195 WeakRefCountedPtr(WeakRefCountedPtr<Y>&& other) noexcept { in WeakRefCountedPtr() function
212 WeakRefCountedPtr(const WeakRefCountedPtr& other) { in WeakRefCountedPtr()
218 WeakRefCountedPtr(const WeakRefCountedPtr<Y>& other) { in WeakRefCountedPtr()
249 void swap(WeakRefCountedPtr& other) { std::swap(value_, other.value_); } in swap()
/external/pytorch/torch/utils/_sympy/
Dnumbers.py61 def __add__(self, other): argument
73 def __sub__(self, other): argument
85 def __rsub__(self, other): argument
89 def __mul__(self, other): argument
101 def __truediv__(self, other): argument
150 def __eq__(self, other): argument
153 def __ne__(self, other): argument
156 def __gt__(self, other): argument
164 def __ge__(self, other): argument
172 def __lt__(self, other): argument
[all …]
/external/eigen/Eigen/src/plugins/
DMatrixCwiseBinaryOps.h43 cwiseEqual(const EIGEN_CURRENT_STORAGE_BASE_CLASS<OtherDerived> &other) const in cwiseEqual()
63 cwiseNotEqual(const EIGEN_CURRENT_STORAGE_BASE_CLASS<OtherDerived> &other) const in cwiseNotEqual()
78 cwiseMin(const EIGEN_CURRENT_STORAGE_BASE_CLASS<OtherDerived> &other) const in cwiseMin()
89 cwiseMin(const Scalar &other) const in cwiseMin()
104 cwiseMax(const EIGEN_CURRENT_STORAGE_BASE_CLASS<OtherDerived> &other) const in cwiseMax()
115 cwiseMax(const Scalar &other) const in cwiseMax()
131 cwiseQuotient(const EIGEN_CURRENT_STORAGE_BASE_CLASS<OtherDerived> &other) const in cwiseQuotient()
/external/cronet/stable/third_party/libc++/src/test/support/type_classification/
Dswappable.h24 constexpr lvalue_adl_swappable(lvalue_adl_swappable&& other) noexcept in lvalue_adl_swappable() function
28 constexpr lvalue_adl_swappable(lvalue_adl_swappable const& other) noexcept in lvalue_adl_swappable() function
59 lvalue_rvalue_adl_swappable(lvalue_rvalue_adl_swappable&& other) noexcept in lvalue_rvalue_adl_swappable() function
64 lvalue_rvalue_adl_swappable(lvalue_rvalue_adl_swappable const& other) noexcept in lvalue_rvalue_adl_swappable() function
96 rvalue_lvalue_adl_swappable(rvalue_lvalue_adl_swappable&& other) noexcept in rvalue_lvalue_adl_swappable() function
101 rvalue_lvalue_adl_swappable(rvalue_lvalue_adl_swappable const& other) noexcept in rvalue_lvalue_adl_swappable() function
132 constexpr rvalue_adl_swappable(rvalue_adl_swappable&& other) noexcept in rvalue_adl_swappable() function
136 constexpr rvalue_adl_swappable(rvalue_adl_swappable const& other) noexcept in rvalue_adl_swappable() function
168 non_move_constructible_adl_swappable&& other) noexcept in non_move_constructible_adl_swappable()
173 non_move_constructible_adl_swappable const& other) noexcept in non_move_constructible_adl_swappable()
[all …]
/external/pytorch/aten/src/ATen/native/mkldnn/
DBinaryOps.cpp21 const Tensor& other, in mkldnn_add_out()
28 Tensor mkldnn_add(const Tensor& self, const Tensor& other, const Scalar& alpha) { in mkldnn_add()
32 Tensor& mkldnn_add_(Tensor& self, const Tensor& other, const Scalar& alpha) { in mkldnn_add_()
36 Tensor& mkldnn_mul_out(const Tensor& self, const Tensor& other, Tensor& result) { in mkldnn_mul_out()
40 Tensor mkldnn_mul(const Tensor& self, const Tensor& other) { in mkldnn_mul()
44 Tensor& mkldnn_mul_(Tensor& self, const Tensor& other) { in mkldnn_mul_()
58 static Tensor emptyBinaryOp(const Tensor& self, const Tensor& other) { in emptyBinaryOp()
82 const Tensor& other, in mkldnn_add_out()
101 Tensor mkldnn_add(const Tensor& self, const Tensor& other, const Scalar& alpha) { in mkldnn_add()
117 Tensor& mkldnn_add_(Tensor& self, const Tensor& other, const Scalar& alpha) { in mkldnn_add_()
[all …]
/external/cronet/tot/third_party/libc++/src/test/support/type_classification/
Dswappable.h24 constexpr lvalue_adl_swappable(lvalue_adl_swappable&& other) noexcept in lvalue_adl_swappable() function
28 constexpr lvalue_adl_swappable(lvalue_adl_swappable const& other) noexcept in lvalue_adl_swappable() function
59 lvalue_rvalue_adl_swappable(lvalue_rvalue_adl_swappable&& other) noexcept in lvalue_rvalue_adl_swappable() function
64 lvalue_rvalue_adl_swappable(lvalue_rvalue_adl_swappable const& other) noexcept in lvalue_rvalue_adl_swappable() function
96 rvalue_lvalue_adl_swappable(rvalue_lvalue_adl_swappable&& other) noexcept in rvalue_lvalue_adl_swappable() function
101 rvalue_lvalue_adl_swappable(rvalue_lvalue_adl_swappable const& other) noexcept in rvalue_lvalue_adl_swappable() function
132 constexpr rvalue_adl_swappable(rvalue_adl_swappable&& other) noexcept in rvalue_adl_swappable() function
136 constexpr rvalue_adl_swappable(rvalue_adl_swappable const& other) noexcept in rvalue_adl_swappable() function
168 non_move_constructible_adl_swappable&& other) noexcept in non_move_constructible_adl_swappable()
173 non_move_constructible_adl_swappable const& other) noexcept in non_move_constructible_adl_swappable()
[all …]
/external/cronet/stable/third_party/jni_zero/
Djava_refs.h82 void steal(JavaRef&& other) { in steal()
191 ScopedJavaLocalRef(const ScopedJavaLocalRef& other) : env_(other.env_) { in ScopedJavaLocalRef()
198 ScopedJavaLocalRef(const ScopedJavaLocalRef<U>& other) : env_(other.env_) { in ScopedJavaLocalRef()
204 ScopedJavaLocalRef(ScopedJavaLocalRef&& other) : env_(other.env_) { in ScopedJavaLocalRef() function
211 ScopedJavaLocalRef(ScopedJavaLocalRef<U>&& other) : env_(other.env_) { in ScopedJavaLocalRef() function
216 explicit ScopedJavaLocalRef(const JavaRef<T>& other) { Reset(other); } in ScopedJavaLocalRef()
218 ScopedJavaLocalRef(JNIEnv* env, const JavaRef<T>& other) { Reset(other); } in ScopedJavaLocalRef()
268 void Reset(const ScopedJavaLocalRef<U>& other) { in Reset()
275 void Reset(const JavaRef<T>& other) { in Reset()
322 ScopedJavaGlobalRef(const ScopedJavaGlobalRef& other) { Reset(other); } in ScopedJavaGlobalRef()
[all …]
/external/cronet/tot/third_party/jni_zero/
Djava_refs.h82 void steal(JavaRef&& other) { in steal()
191 ScopedJavaLocalRef(const ScopedJavaLocalRef& other) : env_(other.env_) { in ScopedJavaLocalRef()
198 ScopedJavaLocalRef(const ScopedJavaLocalRef<U>& other) : env_(other.env_) { in ScopedJavaLocalRef()
204 ScopedJavaLocalRef(ScopedJavaLocalRef&& other) : env_(other.env_) { in ScopedJavaLocalRef() function
211 ScopedJavaLocalRef(ScopedJavaLocalRef<U>&& other) : env_(other.env_) { in ScopedJavaLocalRef() function
216 explicit ScopedJavaLocalRef(const JavaRef<T>& other) { Reset(other); } in ScopedJavaLocalRef()
218 ScopedJavaLocalRef(JNIEnv* env, const JavaRef<T>& other) { Reset(other); } in ScopedJavaLocalRef()
268 void Reset(const ScopedJavaLocalRef<U>& other) { in Reset()
275 void Reset(const JavaRef<T>& other) { in Reset()
322 ScopedJavaGlobalRef(const ScopedJavaGlobalRef& other) { Reset(other); } in ScopedJavaGlobalRef()
[all …]
/external/apache-commons-io/src/test/java/org/apache/commons/io/file/
DAbstractPathWrapper.java57 public int compareTo(final Path other) { in compareTo()
62 public boolean endsWith(final Path other) { in endsWith()
67 public boolean endsWith(final String other) { in endsWith()
79 final AbstractPathWrapper other = (AbstractPathWrapper) obj; in equals() local
158 public Path relativize(final Path other) { in relativize()
163 public Path resolve(final Path other) { in resolve()
168 public Path resolve(final String other) { in resolve()
173 public Path resolveSibling(final Path other) { in resolveSibling()
178 public Path resolveSibling(final String other) { in resolveSibling()
188 public boolean startsWith(final Path other) { in startsWith()
[all …]
/external/protobuf/csharp/src/Google.Protobuf.Test.TestProtos/
DUnittestCustomOptionsProto3.cs293 public TestMessageWithCustomOptions(TestMessageWithCustomOptions other) : this() { in TestMessageWithCustomOptions() method in UnitTest.Issues.TestProtos.TestMessageWithCustomOptions
356 public override bool Equals(object other) { in Equals()
362 public bool Equals(TestMessageWithCustomOptions other) { in Equals()
450 public void MergeFrom(TestMessageWithCustomOptions other) { in MergeFrom()
567 public CustomOptionFooRequest(CustomOptionFooRequest other) : this() { in CustomOptionFooRequest() method in UnitTest.Issues.TestProtos.CustomOptionFooRequest
579 public override bool Equals(object other) { in Equals()
585 public bool Equals(CustomOptionFooRequest other) { in Equals()
645 public void MergeFrom(CustomOptionFooRequest other) { in MergeFrom()
719 public CustomOptionFooResponse(CustomOptionFooResponse other) : this() { in CustomOptionFooResponse() method in UnitTest.Issues.TestProtos.CustomOptionFooResponse
731 public override bool Equals(object other) { in Equals()
[all …]
/external/cronet/stable/third_party/protobuf/csharp/src/Google.Protobuf.Test.TestProtos/
DUnittestCustomOptionsProto3.cs293 public TestMessageWithCustomOptions(TestMessageWithCustomOptions other) : this() { in TestMessageWithCustomOptions() method in UnitTest.Issues.TestProtos.TestMessageWithCustomOptions
356 public override bool Equals(object other) { in Equals()
362 public bool Equals(TestMessageWithCustomOptions other) { in Equals()
450 public void MergeFrom(TestMessageWithCustomOptions other) { in MergeFrom()
567 public CustomOptionFooRequest(CustomOptionFooRequest other) : this() { in CustomOptionFooRequest() method in UnitTest.Issues.TestProtos.CustomOptionFooRequest
579 public override bool Equals(object other) { in Equals()
585 public bool Equals(CustomOptionFooRequest other) { in Equals()
645 public void MergeFrom(CustomOptionFooRequest other) { in MergeFrom()
719 public CustomOptionFooResponse(CustomOptionFooResponse other) : this() { in CustomOptionFooResponse() method in UnitTest.Issues.TestProtos.CustomOptionFooResponse
731 public override bool Equals(object other) { in Equals()
[all …]
/external/cronet/tot/third_party/protobuf/csharp/src/Google.Protobuf.Test.TestProtos/
DUnittestCustomOptionsProto3.cs293 public TestMessageWithCustomOptions(TestMessageWithCustomOptions other) : this() { in TestMessageWithCustomOptions() method in UnitTest.Issues.TestProtos.TestMessageWithCustomOptions
356 public override bool Equals(object other) { in Equals()
362 public bool Equals(TestMessageWithCustomOptions other) { in Equals()
450 public void MergeFrom(TestMessageWithCustomOptions other) { in MergeFrom()
567 public CustomOptionFooRequest(CustomOptionFooRequest other) : this() { in CustomOptionFooRequest() method in UnitTest.Issues.TestProtos.CustomOptionFooRequest
579 public override bool Equals(object other) { in Equals()
585 public bool Equals(CustomOptionFooRequest other) { in Equals()
645 public void MergeFrom(CustomOptionFooRequest other) { in MergeFrom()
719 public CustomOptionFooResponse(CustomOptionFooResponse other) : this() { in CustomOptionFooResponse() method in UnitTest.Issues.TestProtos.CustomOptionFooResponse
731 public override bool Equals(object other) { in Equals()
[all …]
/external/selinux/python/sepolgen/src/sepolgen/
Dutil.py125 def _compare(self, other, method): argument
128 def __eq__(self, other): argument
131 def __lt__(self, other): argument
134 def __le__(self, other): argument
137 def __ge__(self, other): argument
140 def __gt__(self, other): argument
143 def __ne__(self, other): argument
153 def __lt__(self, other): argument
155 def __gt__(self, other): argument
157 def __eq__(self, other): argument
[all …]
/external/sdv/vsomeip/third_party/boost/smart_ptr/test/
Dmake_shared_array_noinit_test.cpp118 boost::weak_ptr<type[]> other = result; in main() local
130 boost::weak_ptr<type[3]> other = result; in main() local
142 boost::weak_ptr<type[][2]> other = result; in main() local
154 boost::weak_ptr<type[2][2]> other = result; in main() local
166 boost::weak_ptr<const type[]> other = result; in main() local
178 boost::weak_ptr<const type[3]> other = result; in main() local
190 boost::weak_ptr<const type[][2]> other = result; in main() local
202 boost::weak_ptr<const type[2][2]> other = result; in main() local

12345678910>>...578