/external/llvm/test/MC/AsmParser/ |
ifnes.s | 13 .ifnes "unequal", "unEqual"
|
ifc.s | 29 .ifc unequal, unEqual 61 .ifnc unequal, unEqual
|
/external/swiftshader/third_party/subzero/tests_lit/llvm2ice_tests/ |
branch-simple.ll | 15 br i1 %r1, label %Equal, label %Unequal 18 Unequal: 21 ; CHECK: br i1 %r1, label %Equal, label %Unequal 24 ; CHECK: Unequal:
|
/prebuilts/go/darwin-x86/test/fixedbugs/ |
bug1515.go | 18 panic("unequal")
|
/prebuilts/go/linux-x86/test/fixedbugs/ |
bug1515.go | 18 panic("unequal")
|
/external/libxml2/python/tests/ |
compareNodes.py | 20 print("Error comparing nodes with ==, nodes should be equal but are unequal") 28 print("Error comparing nodes with !=, nodes should be equal but are unequal") 35 print("Error hash values for two unequal nodes are not different") 38 print("Error hash values for two unequal nodes are equal")
|
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/math/ |
BigIntegerHashCodeTest.java | 61 assertTrue("hash codes for equal objects are unequal", code1 == code2); 66 * Test hash codes for unequal objects. 67 * The codes are unequal. 77 assertTrue("hash codes for unequal objects are equal", code1 != code2);
|
BigDecimalCompareTest.java | 173 * Equals() for unequal BigDecimals 186 * Equals() for unequal BigDecimals 199 * Equals() for unequal BigDecimals 246 * hashCode() for unequal BigDecimals 275 * max() for unequal BigDecimals 291 * max() for unequal BigDecimals 323 * min() for unequal BigDecimals 339 * min() for unequal BigDecimals
|
/external/compiler-rt/lib/builtins/arm/ |
nedf2vfp.S | 15 // Returns zero if a and b are unequal and neither is NaN. 26 movne r0, #1 // set result register to 0 if unequal
|
nesf2vfp.S | 26 movne r0, #1 // set result register to 1 if unequal
|
/external/libmojo/mojo/public/interfaces/bindings/tests/data/validation/ |
conformance_mthd10_unequal_array_size.data | 47 1 // unequal size
|
/external/vboot_reference/tests/ |
utility_tests.c | 61 TEST_EQ(1, SafeMemcmp("APPLE", "TIGER", 5), "SafeMemcmp() unequal"); 62 TEST_EQ(1, SafeMemcmp("APPLE", "APPLe", 5), "SafeMemcmp() unequal 2");
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/ |
codeobject.c | 405 if (eq <= 0) goto unequal;
407 if (!eq) goto unequal;
409 if (!eq) goto unequal;
411 if (!eq) goto unequal;
413 if (!eq) goto unequal;
415 if (eq <= 0) goto unequal;
417 if (eq <= 0) goto unequal;
419 if (eq <= 0) goto unequal;
421 if (eq <= 0) goto unequal;
423 if (eq <= 0) goto unequal;
[all...] |
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/ |
codeobject.c | 405 if (eq <= 0) goto unequal;
407 if (!eq) goto unequal;
409 if (!eq) goto unequal;
411 if (!eq) goto unequal;
413 if (!eq) goto unequal;
415 if (eq <= 0) goto unequal;
417 if (eq <= 0) goto unequal;
419 if (eq <= 0) goto unequal;
421 if (eq <= 0) goto unequal;
423 if (eq <= 0) goto unequal;
[all...] |
/external/llvm/test/CodeGen/PowerPC/ |
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/icu/icu4c/source/i18n/unicode/ |
tztrans.h | 82 * of different subclasses are considered unequal. 90 * Return true if the given TimeZoneTransition objects are semantically unequal. Objects 91 * of different subclasses are considered unequal. 93 * @return true if the given TimeZoneTransition objects are semantically unequal.
|
dtrule.h | 140 * of different subclasses are considered unequal. 148 * Return true if the given DateTimeRule objects are semantically unequal. Objects 149 * of different subclasses are considered unequal. 151 * @return true if the given DateTimeRule objects are semantically unequal.
|
tzrule.h | 52 * of different subclasses are considered unequal. 60 * Return true if the given <code>TimeZoneRule</code> objects are semantically unequal. Objects 61 * of different subclasses are considered unequal. 63 * @return true if the given <code>TimeZoneRule</code> objects are semantically unequal. 243 * of different subclasses are considered unequal. 251 * Return true if the given <code>TimeZoneRule</code> objects are semantically unequal. Objects 252 * of different subclasses are considered unequal. 254 * @return true if the given <code>TimeZoneRule</code> objects are semantically unequal. 454 * of different subclasses are considered unequal. 462 * Return true if the given <code>TimeZoneRule</code> objects are semantically unequal. Object [all...] |
/external/skia/src/pathops/ |
SkPathOpsLine.h | 28 double nearPoint(const SkDPoint& xy, bool* unequal) const;
|
/external/skqp/src/pathops/ |
SkPathOpsLine.h | 28 double nearPoint(const SkDPoint& xy, bool* unequal) const;
|
/external/tpm2/ |
Unique.c | 21 // NOTE: If a platform unique value has unequal distribution of uniqueness and bSize is smaller than the size of the
|
/external/python/cpython3/Objects/ |
codeobject.c | 588 * to ensure that they are seen as unequal. */ 617 if (eq <= 0) goto unequal; 619 if (!eq) goto unequal; 621 if (!eq) goto unequal; 623 if (!eq) goto unequal; 625 if (!eq) goto unequal; 627 if (!eq) goto unequal; 629 if (eq <= 0) goto unequal; 643 if (eq <= 0) goto unequal; 646 if (eq <= 0) goto unequal; [all...] |
/external/python/cpython2/Objects/ |
codeobject.c | 536 * to ensure that they are seen as unequal. */ 574 if (eq <= 0) goto unequal; 576 if (!eq) goto unequal; 578 if (!eq) goto unequal; 580 if (!eq) goto unequal; 582 if (!eq) goto unequal; 584 if (eq <= 0) goto unequal; 598 if (eq <= 0) goto unequal; 601 if (eq <= 0) goto unequal; 603 if (eq <= 0) goto unequal; [all...] |
/external/boringssl/src/crypto/curve25519/ |
spake25519_test.cc | 139 EXPECT_FALSE(spake2.key_matches()) << "Key matched for unequal passwords."; 147 EXPECT_FALSE(spake2.key_matches()) << "Key matched for unequal names.";
|
/external/piex/src/tiff_directory/ |
tiff_directory.h | 90 // - if, for the non-vector version, the number of elements is unequal to 1. 98 // - if, for the non-vector version, the number of elements is unequal to 1. 106 // - if, for the non-vector version, the number of elements is unequal to 1.
|