Home
last modified time | relevance | path

Searched refs:unequal (Results 1 – 25 of 79) sorted by relevance

1234

/external/python/cpython2/Objects/
Dcodeobject.c573 if (eq <= 0) goto unequal; in code_richcompare()
575 if (!eq) goto unequal; in code_richcompare()
577 if (!eq) goto unequal; in code_richcompare()
579 if (!eq) goto unequal; in code_richcompare()
581 if (!eq) goto unequal; in code_richcompare()
583 if (eq <= 0) goto unequal; in code_richcompare()
597 if (eq <= 0) goto unequal; in code_richcompare()
600 if (eq <= 0) goto unequal; in code_richcompare()
602 if (eq <= 0) goto unequal; in code_richcompare()
604 if (eq <= 0) goto unequal; in code_richcompare()
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/PowerPC/
Danon_aggr.ll16 br i1 %cond, label %equal, label %unequal
19 unequal:
57 br i1 %cond, label %equal, label %unequal
60 unequal:
102 br i1 %cond, label %equal, label %unequal
105 unequal:
147 br i1 %cond, label %equal, label %unequal
150 unequal:
/external/llvm/test/CodeGen/PowerPC/
Danon_aggr.ll16 br i1 %cond, label %equal, label %unequal
19 unequal:
57 br i1 %cond, label %equal, label %unequal
60 unequal:
101 br i1 %cond, label %equal, label %unequal
104 unequal:
146 br i1 %cond, label %equal, label %unequal
149 unequal:
/external/python/cpython3/Objects/
Dcodeobject.c639 if (eq <= 0) goto unequal; in code_richcompare()
641 if (!eq) goto unequal; in code_richcompare()
643 if (!eq) goto unequal; in code_richcompare()
645 if (!eq) goto unequal; in code_richcompare()
647 if (!eq) goto unequal; in code_richcompare()
649 if (!eq) goto unequal; in code_richcompare()
651 if (eq <= 0) goto unequal; in code_richcompare()
665 if (eq <= 0) goto unequal; in code_richcompare()
668 if (eq <= 0) goto unequal; in code_richcompare()
670 if (eq <= 0) goto unequal; in code_richcompare()
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/AsmParser/
Difc.s29 .ifc unequal, unEqual
61 .ifnc unequal, unEqual
/external/llvm/test/MC/AsmParser/
Difc.s29 .ifc unequal, unEqual
61 .ifnc unequal, unEqual
/external/skqp/src/pathops/
DSkPathOpsLine.cpp31 double SkDLine::nearPoint(const SkDPoint& xy, bool* unequal) const { in nearPoint()
57 if (unequal) { in nearPoint()
58 *unequal = (float) largest != (float) (largest + dist); in nearPoint()
DSkPathOpsLine.h28 double nearPoint(const SkDPoint& xy, bool* unequal) const;
/external/skia/src/pathops/
DSkPathOpsLine.cpp31 double SkDLine::nearPoint(const SkDPoint& xy, bool* unequal) const { in nearPoint()
57 if (unequal) { in nearPoint()
58 *unequal = (float) largest != (float) (largest + dist); in nearPoint()
DSkPathOpsLine.h28 double nearPoint(const SkDPoint& xy, bool* unequal) const;
/external/libchrome/mojo/public/interfaces/bindings/tests/data/validation/
Dconformance_mthd10_unequal_array_size.data47 1 // unequal size
/external/googletest/googlemock/docs/
DCheatSheet.md200 …t` is a `double` value approximately equal to `a_double`, treating two NaNs as unequal. |
201 …t` is a `float` value approximately equal to `a_float`, treating two NaNs as unequal. |
215 …uble` value close to `a_double` (absolute error <= `max_abs_error`), treating two NaNs as unequal.|
216 …float` value close to `a_float` (absolute error <= `max_abs_error`), treating two NaNs as unequal.|
/external/skqp/docs/
DSkIPoint_Reference.bmh279 #Line # returns true if IPoints are unequal ##
Dspelling.txt237 underlines underlying unequal unfilled uniform uniformly uninitialized union unions unique
/external/skia/docs/
DSkIPoint_Reference.bmh279 #Line # returns true if IPoints are unequal ##
Dspelling.txt237 underlines underlying unequal unfilled uniform uniformly uninitialized union unions unique
/external/llvm/test/CodeGen/SystemZ/
Dcall-04.ll191 ; Check a conditional sibling call - unequal compare.
Dcall-05.ll193 ; Check a conditional sibling call - unequal compare.
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/SystemZ/
Dcall-04.ll191 ; Check a conditional sibling call - unequal compare.
Dcall-05.ll193 ; Check a conditional sibling call - unequal compare.
/external/apache-commons-math/src/main/java/org/apache/commons/math/dfp/
DDfp.java843 public boolean unequal(final Dfp x) { in unequal() method in Dfp
1924 while (x.unequal(px)) { in sqrt()
DDfpMath.java640 if (v.unequal(zero)) { in pow()
/external/clang/include/clang/Basic/
DDiagnosticASTKinds.td84 "comparison between unequal pointers to void has unspecified result">;
/external/python/cpython2/Tools/pybench/
DREADME231 # for comparisons of benchmark runs - tests with unequal version
/external/python/cpython2/Doc/reference/
Dexpressions.rst1136 identities are always unequal, may be in contrast to what types will need that
1156 are considered unequal.
1182 first unequal elements (for example, ``cmp([1,2,x], [1,2,y])`` returns the
1194 * Most other objects of built-in types compare unequal unless they are the same

1234