/third_party/vixl/test/aarch64/ |
H A D | test-disasm-fp-aarch64.cc | 44 COMPARE(fmov(h2, Float16(-5.0)), "fmov h2, #0x94 (-5.0000)"); in TEST() 45 COMPARE(fmov(h30, Float16(29.0)), "fmov h30, #0x3d (29.0000)"); in TEST() 46 COMPARE(fmov(s0, 1.0f), "fmov s0, #0x70 (1.0000)"); in TEST() 47 COMPARE(fmov(s31, -13.0f), "fmov s31, #0xaa (-13.0000)"); in TEST() 48 COMPARE(fmov(d1, 1.0), "fmov d1, #0x70 (1.0000)"); in TEST() 49 COMPARE(fmov(d29, -13.0), "fmov d29, #0xaa (-13.0000)"); in TEST() 57 COMPARE(fmov(w3, s13), "fmov w3, s13"); in TEST() 58 COMPARE(fmov(x6, d26), "fmov x6, d26"); in TEST() 59 COMPARE(fmov(s11, w30), "fmov s11, w30"); in TEST() 60 COMPARE(fmo in TEST() [all...] |
H A D | test-disasm-aarch64.cc | 47 COMPARE(dci(0xa9ba7bfd), "stp x29, x30, [sp, #-96]!"); in TEST() 48 COMPARE(dci(0x910003fd), "mov x29, sp"); in TEST() 49 COMPARE(dci(0x9100e3a0), "add x0, x29, #0x38 (56)"); in TEST() 50 COMPARE(dci(0xb900001f), "str wzr, [x0]"); in TEST() 51 COMPARE(dci(0x528000e1), "mov w1, #0x7"); in TEST() 52 COMPARE(dci(0xb9001c01), "str w1, [x0, #28]"); in TEST() 53 COMPARE(dci(0x390043a0), "strb w0, [x29, #16]"); in TEST() 54 COMPARE(dci(0x790027a0), "strh w0, [x29, #18]"); in TEST() 55 COMPARE(dci(0xb9400400), "ldr w0, [x0, #4]"); in TEST() 56 COMPARE(dc in TEST() [all...] |
H A D | test-disasm-sve-aarch64.cc | 47 COMPARE(asrr(z0.VnB(), p7.Merging(), z0.VnB(), z1.VnB()), in TEST() 49 COMPARE(fcmeq(p6.VnD(), p7.Zeroing(), z0.VnD(), z1.VnD()), in TEST() 51 COMPARE(mla(z0.VnB(), p7.Merging(), z0.VnB(), z1.VnB()), in TEST() 53 COMPARE(mla(z1.VnS(), p7.Merging(), z1.VnS(), z0.VnS()), in TEST() 55 COMPARE(asr(z1.VnB(), z0.VnB(), 8), "asr z1.b, z0.b, #8"); in TEST() 56 COMPARE(lsl(z0.VnH(), z1.VnH(), 15), "lsl z0.h, z1.h, #15"); in TEST() 57 COMPARE(lsr(z1.VnS(), z0.VnS(), 32), "lsr z1.s, z0.s, #32"); in TEST() 58 COMPARE(and_(p6.VnB(), p7.Zeroing(), p6.VnB(), p7.VnB()), in TEST() 60 COMPARE(rev(p7.VnB(), p6.VnB()), "rev p7.b, p6.b"); in TEST() 61 COMPARE(splic in TEST() [all...] |
H A D | test-disasm-neon-aarch64.cc | 44 COMPARE(ldr(s0, MemOperand(x1)), "ldr s0, [x1]"); in TEST() 45 COMPARE(ldr(s2, MemOperand(x3, 4)), "ldr s2, [x3, #4]"); in TEST() 46 COMPARE(ldr(s4, MemOperand(x5, 16380)), "ldr s4, [x5, #16380]"); in TEST() 47 COMPARE(ldr(d6, MemOperand(x7)), "ldr d6, [x7]"); in TEST() 48 COMPARE(ldr(d8, MemOperand(x9, 8)), "ldr d8, [x9, #8]"); in TEST() 49 COMPARE(ldr(d10, MemOperand(x11, 32760)), "ldr d10, [x11, #32760]"); in TEST() 50 COMPARE(str(s12, MemOperand(x13)), "str s12, [x13]"); in TEST() 51 COMPARE(str(s14, MemOperand(x15, 4)), "str s14, [x15, #4]"); in TEST() 52 COMPARE(str(s16, MemOperand(x17, 16380)), "str s16, [x17, #16380]"); in TEST() 53 COMPARE(st in TEST() [all...] |
H A D | test-disasm-aarch64.h | 63 #define COMPARE(ASM, EXP) \ macro
|
/third_party/protobuf/src/google/protobuf/stubs/ |
H A D | stringpiece_unittest.cc | 146 #define COMPARE(result, op, x, y) \ in TEST() macro 150 COMPARE(true, ==, "", ""); in TEST() 151 COMPARE(true, ==, "", nullptr); in TEST() 152 COMPARE(true, ==, nullptr, ""); in TEST() 153 COMPARE(true, ==, "a", "a"); in TEST() 154 COMPARE(true, ==, "aa", "aa"); in TEST() 155 COMPARE(false, ==, "a", ""); in TEST() 156 COMPARE(false, ==, "", "a"); in TEST() 157 COMPARE(false, ==, "a", "b"); in TEST() 158 COMPARE(fals in TEST() 234 #undef COMPARE TEST() macro [all...] |
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/ |
H A D | string_view_test.cc | 196 #define COMPARE(result, op, x, y) \ macro 201 COMPARE(true, ==, "", ""); in TEST() 202 COMPARE(true, ==, "", absl::string_view()); in TEST() 203 COMPARE(true, ==, absl::string_view(), ""); in TEST() 204 COMPARE(true, ==, "a", "a"); in TEST() 205 COMPARE(true, ==, "aa", "aa"); in TEST() 206 COMPARE(false, ==, "a", ""); in TEST() 207 COMPARE(false, ==, "", "a"); in TEST() 208 COMPARE(false, ==, "a", "b"); in TEST() 209 COMPARE(fals in TEST() 287 #undef COMPARE global() macro [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/crosstest/ |
H A D | test_cast_main.cpp | 37 #define COMPARE(Func, FromCName, ToCName, Input, FromString) \ macro 99 COMPARE(cast, FromType, bool, Val, FromTypeString); in testValue() 100 COMPARE(cast, FromType, uint8_t, Val, FromTypeString); in testValue() 101 COMPARE(cast, FromType, myint8_t, Val, FromTypeString); in testValue() 102 COMPARE(cast, FromType, uint16_t, Val, FromTypeString); in testValue() 103 COMPARE(cast, FromType, int16_t, Val, FromTypeString); in testValue() 104 COMPARE(cast, FromType, uint32_t, Val, FromTypeString); in testValue() 105 COMPARE(cast, FromType, int32_t, Val, FromTypeString); in testValue() 106 COMPARE(cast, FromType, uint64, Val, FromTypeString); in testValue() 107 COMPARE(cas in testValue() [all...] |
/third_party/curl/docs/examples/ |
H A D | htmltitle.cpp | 47 #define COMPARE(a, b) (!_stricmp((a), (b))) macro 49 #define COMPARE(a, b) (!strcasecmp((a), (b))) macro 143 if(COMPARE(reinterpret_cast<char *>(name), "TITLE")) { in StartElement() 159 if(COMPARE(reinterpret_cast<char *>(name), "TITLE")) in EndElement()
|
/third_party/elfutils/lib/ |
H A D | fixedsizehash.h | 44 COMPARE comparison function taking two pointers to TYPE objects 143 && COMPARE (data, ENTRYP (htab->table[idx])) == 0) in CONCAT() 157 && COMPARE (data, ENTRYP(htab->table[idx])) == 0) in CONCAT() 261 #undef COMPARE macro
|
H A D | dynamicsizehash_concurrent.h | 115 # undef COMPARE macro
|
H A D | dynamicsizehash.h | 124 # undef COMPARE macro
|
H A D | dynamicsizehash.c | 37 COMPARE comparison function taking two pointers to TYPE objects 58 && COMPARE (htab->table[idx].data, val) == 0) in lookup() 73 && COMPARE (htab->table[idx].data, val) == 0) in lookup()
|
/third_party/elfutils/libasm/ |
H A D | symbolhash.h | 36 #define COMPARE(a, b) \ macro
|
H A D | symbolhash.c | 44 #define COMPARE(a, b) \ macro
|
/third_party/ffmpeg/libpostproc/ |
H A D | postprocess_altivec_template.c | 660 #define COMPARE(i) \ in dering_altivec() macro 677 COMPARE(0); in dering_altivec() 678 COMPARE(1); in dering_altivec() 679 COMPARE(2); in dering_altivec() 680 COMPARE(3); in dering_altivec() 681 COMPARE(4); in dering_altivec() 682 COMPARE(5); in dering_altivec() 683 COMPARE(6); in dering_altivec() 684 COMPARE(7); in dering_altivec() 685 COMPARE( in dering_altivec() 687 #undef COMPARE dering_altivec() macro [all...] |
/third_party/elfutils/libelf/ |
H A D | nlist.c | 50 #define COMPARE(p1, p2) strcmp ((p1)->str, (p2)->str) macro
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/scsi/ |
H A D | scsi.h | 45 #define COMPARE 0x39 macro
|
/third_party/musl/porting/liteos_m/kernel/include/scsi/ |
H A D | scsi.h | 45 #define COMPARE 0x39 macro
|
/third_party/musl/porting/uniproton/kernel/include/scsi/ |
H A D | scsi.h | 45 #define COMPARE 0x39 macro
|
/third_party/musl/include/scsi/ |
H A D | scsi.h | 45 #define COMPARE 0x39 macro
|
/third_party/icu/icu4c/source/i18n/ |
H A D | decNumber.cpp | 200 #define COMPARE 0x01 /* Compare operators */ macro 205 #define COMPSIG 0x06 /* .. [signaling COMPARE] */ 892 decCompareOp(res, lhs, rhs, set, COMPARE, &status); in uprv_decNumberCompare() 3053 decCompareOp(b, f, b, &workset, COMPARE, &ignore); /* b ? f, reversed */ in uprv_decNumberSquareRoot() 3068 decCompareOp(b, b, f, &workset, COMPARE, &ignore); /* b ? f */ in uprv_decNumberSquareRoot() 3104 decCompareOp(t, b, rhs, &workset, COMPARE, &mstatus); /* b ? rhs */ in uprv_decNumberSquareRoot() 5812 decCompareOp(&cmp, rhs, &numone, &aset, COMPARE, &ignore); /* rhs=1 ? */ 6024 /* COMPARE -- returns the signum (as a number) giving the */ 6027 /* COMPSIG -- as COMPARE except that a quiet NaN raises */ 6044 /* C must have space for one digit for COMPARE o [all...] |
/third_party/node/deps/icu-small/source/i18n/ |
H A D | decNumber.cpp | 200 #define COMPARE 0x01 /* Compare operators */ macro 205 #define COMPSIG 0x06 /* .. [signaling COMPARE] */ 892 decCompareOp(res, lhs, rhs, set, COMPARE, &status); in uprv_decNumberCompare() 3053 decCompareOp(b, f, b, &workset, COMPARE, &ignore); /* b ? f, reversed */ in uprv_decNumberSquareRoot() 3068 decCompareOp(b, b, f, &workset, COMPARE, &ignore); /* b ? f */ in uprv_decNumberSquareRoot() 3104 decCompareOp(t, b, rhs, &workset, COMPARE, &mstatus); /* b ? rhs */ in uprv_decNumberSquareRoot() 5812 decCompareOp(&cmp, rhs, &numone, &aset, COMPARE, &ignore); /* rhs=1 ? */ 6024 /* COMPARE -- returns the signum (as a number) giving the */ 6027 /* COMPSIG -- as COMPARE except that a quiet NaN raises */ 6044 /* C must have space for one digit for COMPARE o [all...] |
/third_party/skia/third_party/externals/icu/source/i18n/ |
H A D | decNumber.cpp | 200 #define COMPARE 0x01 /* Compare operators */ macro 205 #define COMPSIG 0x06 /* .. [signaling COMPARE] */ 892 decCompareOp(res, lhs, rhs, set, COMPARE, &status); in uprv_decNumberCompare() 3053 decCompareOp(b, f, b, &workset, COMPARE, &ignore); /* b ? f, reversed */ in uprv_decNumberSquareRoot() 3068 decCompareOp(b, b, f, &workset, COMPARE, &ignore); /* b ? f */ in uprv_decNumberSquareRoot() 3104 decCompareOp(t, b, rhs, &workset, COMPARE, &mstatus); /* b ? rhs */ in uprv_decNumberSquareRoot() 5812 decCompareOp(&cmp, rhs, &numone, &aset, COMPARE, &ignore); /* rhs=1 ? */ 6024 /* COMPARE -- returns the signum (as a number) giving the */ 6027 /* COMPSIG -- as COMPARE except that a quiet NaN raises */ 6044 /* C must have space for one digit for COMPARE o [all...] |
/third_party/python/Objects/ |
H A D | unicodeobject.c | 11000 #define COMPARE(TYPE1, TYPE2) \ in unicode_compare() macro 11042 COMPARE(Py_UCS1, Py_UCS2); in unicode_compare() 11045 COMPARE(Py_UCS1, Py_UCS4); in unicode_compare() 11056 COMPARE(Py_UCS2, Py_UCS1); in unicode_compare() 11060 COMPARE(Py_UCS2, Py_UCS2); in unicode_compare() 11064 COMPARE(Py_UCS2, Py_UCS4); in unicode_compare() 11075 COMPARE(Py_UCS4, Py_UCS1); in unicode_compare() 11078 COMPARE(Py_UCS4, Py_UCS2); in unicode_compare() 11090 COMPARE(Py_UCS4, Py_UCS4); in unicode_compare() 11110 #undef COMPARE in unicode_compare() macro [all...] |