Home
last modified time | relevance | path

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

12345678910>>...95

/external/proguard/src/proguard/evaluation/value/
DIntegerValue.java85 public abstract IntegerValue generalize(IntegerValue other); in generalize()
90 public abstract IntegerValue add(IntegerValue other); in add()
95 public abstract IntegerValue subtract(IntegerValue other); in subtract()
100 public abstract IntegerValue subtractFrom(IntegerValue other); in subtractFrom()
105 public abstract IntegerValue multiply(IntegerValue other) in multiply()
111 public abstract IntegerValue divide(IntegerValue other) in divide()
117 public abstract IntegerValue divideOf(IntegerValue other) in divideOf()
124 public abstract IntegerValue remainder(IntegerValue other) in remainder()
131 public abstract IntegerValue remainderOf(IntegerValue other) in remainderOf()
137 public abstract IntegerValue shiftLeft(IntegerValue other); in shiftLeft()
[all …]
DLongValue.java71 public LongValue generalize(LongValue other) in generalize()
79 public LongValue add(LongValue other) in add()
87 public LongValue subtract(LongValue other) in subtract()
95 public LongValue subtractFrom(LongValue other) in subtractFrom()
103 public LongValue multiply(LongValue other) in multiply()
112 public LongValue divide(LongValue other) in divide()
121 public LongValue divideOf(LongValue other) in divideOf()
131 public LongValue remainder(LongValue other) in remainder()
141 public LongValue remainderOf(LongValue other) in remainderOf()
150 public LongValue shiftLeft(IntegerValue other) in shiftLeft()
[all …]
DSpecificIntegerValue.java70 public IntegerValue generalize(IntegerValue other) in generalize()
75 public IntegerValue add(IntegerValue other) in add()
80 public IntegerValue subtract(IntegerValue other) in subtract()
85 public IntegerValue subtractFrom(IntegerValue other) in subtractFrom()
90 public IntegerValue multiply(IntegerValue other) in multiply()
95 public IntegerValue divide(IntegerValue other) in divide()
101 public IntegerValue divideOf(IntegerValue other) in divideOf()
107 public IntegerValue remainder(IntegerValue other) in remainder()
113 public IntegerValue remainderOf(IntegerValue other) in remainderOf()
119 public IntegerValue shiftLeft(IntegerValue other) in shiftLeft()
[all …]
DParticularIntegerValue.java102 public IntegerValue generalize(IntegerValue other) in generalize()
107 public IntegerValue add(IntegerValue other) in add()
112 public IntegerValue subtract(IntegerValue other) in subtract()
117 public IntegerValue subtractFrom(IntegerValue other) in subtractFrom()
122 public IntegerValue multiply(IntegerValue other) in multiply()
127 public IntegerValue divide(IntegerValue other) in divide()
133 public IntegerValue divideOf(IntegerValue other) in divideOf()
139 public IntegerValue remainder(IntegerValue other) in remainder()
145 public IntegerValue remainderOf(IntegerValue other) in remainderOf()
151 public IntegerValue shiftLeft(IntegerValue other) in shiftLeft()
[all …]
DDoubleValue.java70 public abstract DoubleValue generalize(DoubleValue other); in generalize()
76 public abstract DoubleValue add(DoubleValue other); in add()
81 public abstract DoubleValue subtract(DoubleValue other); in subtract()
86 public abstract DoubleValue subtractFrom(DoubleValue other); in subtractFrom()
91 public abstract DoubleValue multiply(DoubleValue other); in multiply()
96 public abstract DoubleValue divide(DoubleValue other); in divide()
101 public abstract DoubleValue divideOf(DoubleValue other); in divideOf()
106 public abstract DoubleValue remainder(DoubleValue other); in remainder()
111 public abstract DoubleValue remainderOf(DoubleValue other); in remainderOf()
117 public abstract IntegerValue compare(DoubleValue other); in compare()
[all …]
DFloatValue.java70 public abstract FloatValue generalize(FloatValue other); in generalize()
76 public abstract FloatValue add(FloatValue other); in add()
81 public abstract FloatValue subtract(FloatValue other); in subtract()
86 public abstract FloatValue subtractFrom(FloatValue other); in subtractFrom()
91 public abstract FloatValue multiply(FloatValue other); in multiply()
96 public abstract FloatValue divide(FloatValue other); in divide()
101 public abstract FloatValue divideOf(FloatValue other); in divideOf()
106 public abstract FloatValue remainder(FloatValue other); in remainder()
111 public abstract FloatValue remainderOf(FloatValue other); in remainderOf()
117 public abstract IntegerValue compare(FloatValue other); in compare()
[all …]
DSpecificLongValue.java55 public LongValue generalize(LongValue other) in generalize()
60 public LongValue add(LongValue other) in add()
65 public LongValue subtract(LongValue other) in subtract()
70 public LongValue subtractFrom(LongValue other) in subtractFrom()
75 public LongValue multiply(LongValue other) in multiply()
80 public LongValue divide(LongValue other) in divide()
86 public LongValue divideOf(LongValue other) in divideOf()
92 public LongValue remainder(LongValue other) in remainder()
98 public LongValue remainderOf(LongValue other) in remainderOf()
104 public LongValue shiftLeft(IntegerValue other) in shiftLeft()
[all …]
DParticularLongValue.java75 public LongValue generalize(LongValue other) in generalize()
80 public LongValue add(LongValue other) in add()
85 public LongValue subtract(LongValue other) in subtract()
90 public LongValue subtractFrom(LongValue other) in subtractFrom()
95 public LongValue multiply(LongValue other) in multiply()
100 public LongValue divide(LongValue other) in divide()
106 public LongValue divideOf(LongValue other) in divideOf()
112 public LongValue remainder(LongValue other) in remainder()
118 public LongValue remainderOf(LongValue other) in remainderOf()
124 public LongValue shiftLeft(IntegerValue other) in shiftLeft()
[all …]
DUnknownIntegerValue.java70 public IntegerValue generalize(IntegerValue other) in generalize()
76 public IntegerValue add(IntegerValue other) in add()
81 public IntegerValue subtract(IntegerValue other) in subtract()
86 public IntegerValue subtractFrom(IntegerValue other) in subtractFrom()
91 public IntegerValue multiply(IntegerValue other) in multiply()
97 public IntegerValue divide(IntegerValue other) in divide()
103 public IntegerValue divideOf(IntegerValue other) in divideOf()
109 public IntegerValue remainder(IntegerValue other) in remainder()
115 public IntegerValue remainderOf(IntegerValue other) in remainderOf()
121 public IntegerValue shiftLeft(IntegerValue other) in shiftLeft()
[all …]
DSpecificFloatValue.java55 public FloatValue generalize(FloatValue other) in generalize()
60 public FloatValue add(FloatValue other) in add()
65 public FloatValue subtract(FloatValue other) in subtract()
70 public FloatValue subtractFrom(FloatValue other) in subtractFrom()
75 public FloatValue multiply(FloatValue other) in multiply()
80 public FloatValue divide(FloatValue other) in divide()
85 public FloatValue divideOf(FloatValue other) in divideOf()
90 public FloatValue remainder(FloatValue other) in remainder()
95 public FloatValue remainderOf(FloatValue other) in remainderOf()
100 public IntegerValue compare(FloatValue other) in compare()
[all …]
DSpecificDoubleValue.java55 public DoubleValue generalize(DoubleValue other) in generalize()
60 public DoubleValue add(DoubleValue other) in add()
65 public DoubleValue subtract(DoubleValue other) in subtract()
70 public DoubleValue subtractFrom(DoubleValue other) in subtractFrom()
75 public DoubleValue multiply(DoubleValue other) in multiply()
80 public DoubleValue divide(DoubleValue other) in divide()
85 public DoubleValue divideOf(DoubleValue other) in divideOf()
90 public DoubleValue remainder(DoubleValue other) in remainder()
95 public DoubleValue remainderOf(DoubleValue other) in remainderOf()
100 public IntegerValue compare(DoubleValue other) in compare()
[all …]
DParticularFloatValue.java75 public FloatValue generalize(FloatValue other) in generalize()
80 public FloatValue add(FloatValue other) in add()
87 public FloatValue subtract(FloatValue other) in subtract()
94 public FloatValue subtractFrom(FloatValue other) in subtractFrom()
101 public FloatValue multiply(FloatValue other) in multiply()
106 public FloatValue divide(FloatValue other) in divide()
111 public FloatValue divideOf(FloatValue other) in divideOf()
116 public FloatValue remainder(FloatValue other) in remainder()
121 public FloatValue remainderOf(FloatValue other) in remainderOf()
126 public IntegerValue compare(FloatValue other) in compare()
[all …]
DParticularDoubleValue.java75 public DoubleValue generalize(DoubleValue other) in generalize()
80 public DoubleValue add(DoubleValue other) in add()
87 public DoubleValue subtract(DoubleValue other) in subtract()
94 public DoubleValue subtractFrom(DoubleValue other) in subtractFrom()
101 public DoubleValue multiply(DoubleValue other) in multiply()
106 public DoubleValue divide(DoubleValue other) in divide()
111 public DoubleValue divideOf(DoubleValue other) in divideOf()
116 public DoubleValue remainder(DoubleValue other) in remainder()
121 public DoubleValue remainderOf(DoubleValue other) in remainderOf()
126 public IntegerValue compare(DoubleValue other) in compare()
[all …]
DUnknownLongValue.java55 public LongValue generalize(LongValue other) in generalize()
60 public LongValue add(LongValue other) in add()
65 public LongValue subtract(LongValue other) in subtract()
70 public LongValue subtractFrom(LongValue other) in subtractFrom()
75 public LongValue multiply(LongValue other) in multiply()
81 public LongValue divide(LongValue other) in divide()
87 public LongValue divideOf(LongValue other) in divideOf()
93 public LongValue remainder(LongValue other) in remainder()
99 public LongValue remainderOf(LongValue other) in remainderOf()
105 public LongValue shiftLeft(IntegerValue other) in shiftLeft()
[all …]
DUnknownDoubleValue.java55 public DoubleValue generalize(DoubleValue other) in generalize()
60 public DoubleValue add(DoubleValue other) in add()
65 public DoubleValue subtract(DoubleValue other) in subtract()
70 public DoubleValue subtractFrom(DoubleValue other) in subtractFrom()
75 public DoubleValue multiply(DoubleValue other) in multiply()
80 public DoubleValue divide(DoubleValue other) in divide()
85 public DoubleValue divideOf(DoubleValue other) in divideOf()
90 public DoubleValue remainder(DoubleValue other) in remainder()
95 public DoubleValue remainderOf(DoubleValue other) in remainderOf()
100 public IntegerValue compare(DoubleValue other) in compare()
DUnknownFloatValue.java55 public FloatValue generalize(FloatValue other) in generalize()
60 public FloatValue add(FloatValue other) in add()
65 public FloatValue subtract(FloatValue other) in subtract()
70 public FloatValue subtractFrom(FloatValue other) in subtractFrom()
75 public FloatValue multiply(FloatValue other) in multiply()
80 public FloatValue divide(FloatValue other) in divide()
85 public FloatValue divideOf(FloatValue other) in divideOf()
90 public FloatValue remainder(FloatValue other) in remainder()
95 public FloatValue remainderOf(FloatValue other) in remainderOf()
100 public IntegerValue compare(FloatValue other) in compare()
DReferenceValue.java136 public abstract ReferenceValue generalize(ReferenceValue other); in generalize()
144 public abstract int equal(ReferenceValue other); in equal()
165 public final int notEqual(ReferenceValue other) in notEqual()
177 public ReferenceValue generalize(TypedReferenceValue other) in generalize()
188 public int equal(TypedReferenceValue other) in equal()
201 public ReferenceValue generalize(IdentifiedReferenceValue other) in generalize()
212 public int equal(IdentifiedReferenceValue other) in equal()
224 public ReferenceValue generalize(ArrayReferenceValue other) in generalize()
235 public int equal(ArrayReferenceValue other) in equal()
248 public ReferenceValue generalize(IdentifiedArrayReferenceValue other) in generalize()
[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/python/cpython2/Lib/test/
Dtest_coercion.py14 def __coerce__(self, other): argument
24 def __coerce__(self, other): argument
39 def __add__(self,other): argument
42 def __radd__(self,other): argument
45 def __sub__(self,other): argument
48 def __rsub__(self,other): argument
51 def __mul__(self,other): argument
54 def __rmul__(self,other): argument
57 def __div__(self,other): argument
60 def __rdiv__(self,other): argument
[all …]
/external/python/cpython2/Lib/
Dnumbers.py73 def __add__(self, other): argument
78 def __radd__(self, other): argument
92 def __sub__(self, other): argument
96 def __rsub__(self, other): argument
101 def __mul__(self, other): argument
106 def __rmul__(self, other): argument
111 def __div__(self, other): argument
119 def __rdiv__(self, other): argument
124 def __truediv__(self, other): argument
132 def __rtruediv__(self, other): argument
[all …]
/external/python/setuptools/pkg_resources/_vendor/packaging/
D_structures.py15 def __lt__(self, other): argument
18 def __le__(self, other): argument
21 def __eq__(self, other): argument
24 def __ne__(self, other): argument
27 def __gt__(self, other): argument
30 def __ge__(self, other): argument
47 def __lt__(self, other): argument
50 def __le__(self, other): argument
53 def __eq__(self, other): argument
56 def __ne__(self, other): argument
[all …]
/external/python/setuptools/setuptools/_vendor/packaging/
D_structures.py15 def __lt__(self, other): argument
18 def __le__(self, other): argument
21 def __eq__(self, other): argument
24 def __ne__(self, other): argument
27 def __gt__(self, other): argument
30 def __ge__(self, other): argument
47 def __lt__(self, other): argument
50 def __le__(self, other): argument
53 def __eq__(self, other): argument
56 def __ne__(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/tensorflow/tensorflow/python/framework/
Dtensor_shape.py199 def __eq__(self, other): argument
209 def __ne__(self, other): argument
236 def is_compatible_with(self, other): argument
252 def assert_is_compatible_with(self, other): argument
266 def merge_with(self, other): argument
300 def __add__(self, other): argument
324 def __radd__(self, other): argument
335 def __sub__(self, other): argument
359 def __rsub__(self, other): argument
374 def __mul__(self, other): argument
[all …]
/external/python/cpython3/Lib/
Dnumbers.py72 def __add__(self, other): argument
77 def __radd__(self, other): argument
91 def __sub__(self, other): argument
95 def __rsub__(self, other): argument
100 def __mul__(self, other): argument
105 def __rmul__(self, other): argument
110 def __truediv__(self, other): argument
115 def __rtruediv__(self, other): argument
140 def __eq__(self, other): argument
197 def __divmod__(self, other): argument
[all …]

12345678910>>...95