Home
last modified time | relevance | path

Searched refs:COMPARE (Results 1 – 25 of 61) sorted by relevance

123

/external/vixl/test/aarch64/
Dtest-disasm-aarch64.cc63 #define COMPARE(ASM, EXP) \ macro
162 COMPARE(dci(0xa9ba7bfd), "stp x29, x30, [sp, #-96]!"); in TEST()
163 COMPARE(dci(0x910003fd), "mov x29, sp"); in TEST()
164 COMPARE(dci(0x9100e3a0), "add x0, x29, #0x38 (56)"); in TEST()
165 COMPARE(dci(0xb900001f), "str wzr, [x0]"); in TEST()
166 COMPARE(dci(0x528000e1), "mov w1, #0x7"); in TEST()
167 COMPARE(dci(0xb9001c01), "str w1, [x0, #28]"); in TEST()
168 COMPARE(dci(0x390043a0), "strb w0, [x29, #16]"); in TEST()
169 COMPARE(dci(0x790027a0), "strh w0, [x29, #18]"); in TEST()
170 COMPARE(dci(0xb9400400), "ldr w0, [x0, #4]"); in TEST()
[all …]
/external/valgrind/none/tests/s390x/
Ddfp-3.c27 #define COMPARE(insn, v1, v2, type) \ macro
59 COMPARE(CDTR, d64_1, d64_1, _Decimal64); in main()
60 COMPARE(CDTR, d64_1, d64_2, _Decimal64); in main()
61 COMPARE(CDTR, d64_2, d64_1, _Decimal64); in main()
66 COMPARE(CDTR, d64_1, d64_2, _Decimal64); in main()
67 COMPARE(CDTR, d64_1, d64_1, _Decimal64); in main()
68 COMPARE(CDTR, d64_2, d64_2, _Decimal64); in main()
74 COMPARE(CXTR, d128_1, d128_1, _Decimal128); in main()
75 COMPARE(CXTR, d128_1, d128_2, _Decimal128); in main()
76 COMPARE(CXTR, d128_2, d128_1, _Decimal128); in main()
[all …]
/external/protobuf/src/google/protobuf/stubs/
Dstringpiece_unittest.cc146 #define COMPARE(result, op, x, y) \ in TEST() macro
150 COMPARE(true, ==, "", ""); in TEST()
151 COMPARE(true, ==, "", NULL); in TEST()
152 COMPARE(true, ==, NULL, ""); 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(false, ==, "a", "aa"); in TEST()
[all …]
/external/swiftshader/third_party/subzero/crosstest/
Dtest_cast_main.cpp37 #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(cast, FromType, int64, Val, FromTypeString); in testValue()
[all …]
/external/tensorflow/tensorflow/core/kernels/
Dsparse_add_grad_op.cc88 #define COMPARE(a_or_b, idx) \ in Compute() macro
109 COMPARE(a, i); in Compute()
110 COMPARE(b, j); in Compute()
119 COMPARE(a, i); in Compute()
124 COMPARE(b, j); in Compute()
127 #undef COMPARE in Compute()
/external/curl/docs/examples/
Dhtmltitle.cpp45 #define COMPARE(a, b) (!_stricmp((a), (b))) macro
47 #define COMPARE(a, b) (!strcasecmp((a), (b))) macro
141 if(COMPARE((char *)name, "TITLE")) { in StartElement()
157 if(COMPARE((char *)name, "TITLE")) in EndElement()
/external/elfutils/lib/
Dfixedsizehash.h144 && COMPARE (data, ENTRYP (htab->table[idx])) == 0) in CONCAT()
158 && COMPARE (data, ENTRYP(htab->table[idx])) == 0) in CONCAT()
262 #undef COMPARE
Ddynamicsizehash.c58 && COMPARE (htab->table[idx].data, val) == 0) in lookup()
73 && COMPARE (htab->table[idx].data, val) == 0) in lookup()
Ddynamicsizehash.h124 # undef COMPARE
/external/elfutils/libdw/
Ddwarf_abbrev_hash.h35 #define COMPARE(a, b) (0) macro
Ddwarf_sig8_hash.h34 #define COMPARE(a, b) (0) macro
/external/elfutils/src/
Dversionhash.c30 #define COMPARE(a, b) strcmp ((a)->id, (b)->id) macro
Dsymbolhash.c31 #define COMPARE(a, b) strcmp ((a)->name, (b)->name) macro
Dsymbolhash.h25 #define COMPARE(a, b) strcmp ((a)->name, (b)->name) macro
Dsectionhash.c71 #define COMPARE(a, b) scnhead_compare (a, b) macro
/external/elfutils/libasm/
Dsymbolhash.h36 #define COMPARE(a, b) \ macro
Dsymbolhash.c44 #define COMPARE(a, b) \ macro
/external/ImageMagick/
DMake.com181 $if ((p1 .nes. "") .and. (p1 .nes. "COMPARE")) then goto SkipCompare
190 $write sys$output "..symbol COMPARE defined."
Dcommon.shi.in6 COMPARE="@abs_top_builddir@/utilities/magick compare"
/external/libcxxabi/cmake/Modules/
DMacroEnsureOutOfSourceBuild.cmake5 string( COMPARE EQUAL "${CMAKE_SOURCE_DIR}" "${CMAKE_BINARY_DIR}" _insource )
/external/libcxx/cmake/Modules/
DMacroEnsureOutOfSourceBuild.cmake5 string( COMPARE EQUAL "${CMAKE_SOURCE_DIR}" "${CMAKE_BINARY_DIR}" _insource )
/external/compiler-rt/test/scudo/
DCMakeLists.txt18 STRING(COMPARE EQUAL "sse4_2" "${SSE_THERE}" SSE42_TRUE)
/external/libcxx/utils/google-benchmark/cmake/
DGetGitVersion.cmake41 string(COMPARE NOTEQUAL "${GIT_DIFF_INDEX}" "" GIT_DIRTY)
/external/google-benchmark/cmake/
DGetGitVersion.cmake41 string(COMPARE NOTEQUAL "${GIT_DIFF_INDEX}" "" GIT_DIRTY)
/external/llvm/test/CodeGen/SystemZ/
Dcond-move-01.ll27 ; Test LOCR in a case that could use COMPARE AND BRANCH. We prefer using

123