/external/python/cpython2/Objects/ |
D | codeobject.c | 573 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/ |
D | anon_aggr.ll | 16 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/ |
D | anon_aggr.ll | 16 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/ |
D | codeobject.c | 639 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/ |
D | ifc.s | 29 .ifc unequal, unEqual 61 .ifnc unequal, unEqual
|
/external/llvm/test/MC/AsmParser/ |
D | ifc.s | 29 .ifc unequal, unEqual 61 .ifnc unequal, unEqual
|
/external/skqp/src/pathops/ |
D | SkPathOpsLine.cpp | 31 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()
|
D | SkPathOpsLine.h | 28 double nearPoint(const SkDPoint& xy, bool* unequal) const;
|
/external/skia/src/pathops/ |
D | SkPathOpsLine.cpp | 31 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()
|
D | SkPathOpsLine.h | 28 double nearPoint(const SkDPoint& xy, bool* unequal) const;
|
/external/libchrome/mojo/public/interfaces/bindings/tests/data/validation/ |
D | conformance_mthd10_unequal_array_size.data | 47 1 // unequal size
|
/external/googletest/googlemock/docs/ |
D | CheatSheet.md | 200 …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/ |
D | SkIPoint_Reference.bmh | 279 #Line # returns true if IPoints are unequal ##
|
D | spelling.txt | 237 underlines underlying unequal unfilled uniform uniformly uninitialized union unions unique
|
/external/skia/docs/ |
D | SkIPoint_Reference.bmh | 279 #Line # returns true if IPoints are unequal ##
|
D | spelling.txt | 237 underlines underlying unequal unfilled uniform uniformly uninitialized union unions unique
|
/external/llvm/test/CodeGen/SystemZ/ |
D | call-04.ll | 191 ; Check a conditional sibling call - unequal compare.
|
D | call-05.ll | 193 ; Check a conditional sibling call - unequal compare.
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/SystemZ/ |
D | call-04.ll | 191 ; Check a conditional sibling call - unequal compare.
|
D | call-05.ll | 193 ; Check a conditional sibling call - unequal compare.
|
/external/apache-commons-math/src/main/java/org/apache/commons/math/dfp/ |
D | Dfp.java | 843 public boolean unequal(final Dfp x) { in unequal() method in Dfp 1924 while (x.unequal(px)) { in sqrt()
|
D | DfpMath.java | 640 if (v.unequal(zero)) { in pow()
|
/external/clang/include/clang/Basic/ |
D | DiagnosticASTKinds.td | 84 "comparison between unequal pointers to void has unspecified result">;
|
/external/python/cpython2/Tools/pybench/ |
D | README | 231 # for comparisons of benchmark runs - tests with unequal version
|
/external/python/cpython2/Doc/reference/ |
D | expressions.rst | 1136 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
|