Home
last modified time | relevance | path

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

12

/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/cpython2/Objects/
Dcodeobject.c574 if (eq <= 0) goto unequal; in code_richcompare()
576 if (!eq) goto unequal; in code_richcompare()
578 if (!eq) goto unequal; in code_richcompare()
580 if (!eq) goto unequal; in code_richcompare()
582 if (!eq) goto unequal; in code_richcompare()
584 if (eq <= 0) goto unequal; in code_richcompare()
598 if (eq <= 0) goto unequal; in code_richcompare()
601 if (eq <= 0) goto unequal; in code_richcompare()
603 if (eq <= 0) goto unequal; in code_richcompare()
605 if (eq <= 0) goto unequal; in code_richcompare()
[all …]
/external/llvm/test/MC/AsmParser/
Difc.s29 .ifc unequal, unEqual
61 .ifnc unequal, unEqual
/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/libmojo/mojo/public/interfaces/bindings/tests/data/validation/
Dconformance_mthd10_unequal_array_size.data47 1 // unequal size
/external/bart/bart/sched/
Dfunctions.py431 unequal vectors")
/external/googletest/googlemock/docs/
DCheatSheet.md193 …)`|`argument` is a `double` value approximately equal to `a_double`, treating two NaNs as unequal.|
195 … |`argument` is a `float` value approximately equal to `a_float`, treating two NaNs as unequal. |
207 …uble` value close to `a_double` (absolute error <= `max_abs_error`), treating two NaNs as unequal.|
209 …oat` value close to `a_float` (absolute error <= `max_abs_error`), treating two NaNs as unequal. |
/external/googletest/googlemock/docs/v1_7/
DCheatSheet.md188 …)`|`argument` is a `double` value approximately equal to `a_double`, treating two NaNs as unequal.|
190 … |`argument` is a `float` value approximately equal to `a_float`, treating two NaNs as unequal. |
202 …uble` value close to `a_double` (absolute error <= `max_abs_error`), treating two NaNs as unequal.|
204 …oat` value close to `a_float` (absolute error <= `max_abs_error`), treating two NaNs as unequal. |
/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/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/googletest/googlemock/docs/v1_5/
DCheatSheet.md188 …)`|`argument` is a `double` value approximately equal to `a_double`, treating two NaNs as unequal.|
190 … |`argument` is a `float` value approximately equal to `a_float`, treating two NaNs as unequal. |
/external/googletest/googlemock/docs/v1_6/
DCheatSheet.md188 …)`|`argument` is a `double` value approximately equal to `a_double`, treating two NaNs as unequal.|
190 … |`argument` is a `float` value approximately equal to `a_float`, treating two NaNs as unequal. |
/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.rst1107 types *always* compare unequal, and are ordered consistently but arbitrarily.
1139 * Most other objects of built-in types compare unequal unless they are the same
/external/googletest/googletest/docs/
DV1_6_Primer.md96 ASSERT_EQ(x.size(), y.size()) << "Vectors x and y are of unequal length";
DV1_7_Primer.md96 ASSERT_EQ(x.size(), y.size()) << "Vectors x and y are of unequal length";
DPrimer.md96 ASSERT_EQ(x.size(), y.size()) << "Vectors x and y are of unequal length";
DV1_5_Primer.md95 ASSERT_EQ(x.size(), y.size()) << "Vectors x and y are of unequal length";
/external/python/cpython2/Doc/library/
Ddecimal.rst471 representations compare unequal in this ordering:
754 If the two operands are unequal, return the number closest to the first
Ditertools.rst448 :func:`izip` should only be used with unequal length inputs when you don't
/external/python/cpython2/Doc/
Dglossary.rst349 compare unequal (except with themselves), and their hash value is derived

12