Home
last modified time | relevance | path

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

1234

/external/vixl/test/aarch64/
Dtest-disasm-aarch64.cc72 #define COMPARE(ASM, EXP) \ macro
164 COMPARE(dci(0xa9ba7bfd), "stp x29, x30, [sp, #-96]!"); in TEST()
165 COMPARE(dci(0x910003fd), "mov x29, sp"); in TEST()
166 COMPARE(dci(0x9100e3a0), "add x0, x29, #0x38 (56)"); in TEST()
167 COMPARE(dci(0xb900001f), "str wzr, [x0]"); in TEST()
168 COMPARE(dci(0x528000e1), "mov w1, #0x7"); in TEST()
169 COMPARE(dci(0xb9001c01), "str w1, [x0, #28]"); in TEST()
170 COMPARE(dci(0x390043a0), "strb w0, [x29, #16]"); in TEST()
171 COMPARE(dci(0x790027a0), "strh w0, [x29, #18]"); in TEST()
172 COMPARE(dci(0xb9400400), "ldr w0, [x0, #4]"); in TEST()
[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.h149 && COMPARE (data, ENTRYP (htab->table[idx])) == 0) in CONCAT()
163 && COMPARE (data, ENTRYP(htab->table[idx])) == 0) in CONCAT()
267 #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/libasm/
Dsymbolhash.h36 #define COMPARE(a, b) \ macro
Dsymbolhash.c44 #define COMPARE(a, b) \ macro
DChangeLog58 * symbolhash.c (COMPARE): Likewise.
59 * symbolhash.h (COMPARE): Likewise.
/external/ImageMagick/
DMake.com181 $if ((p1 .nes. "") .and. (p1 .nes. "COMPARE")) then goto SkipCompare
190 $write sys$output "..symbol COMPARE defined."
Dcommon.shi.in10 COMPARE="@abs_top_builddir@/utilities/magick compare"
/external/libcxx/cmake/Modules/
DMacroEnsureOutOfSourceBuild.cmake5 string( COMPARE EQUAL "${CMAKE_SOURCE_DIR}" "${CMAKE_BINARY_DIR}" _insource )
/external/libcxxabi/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.cmake44 string(COMPARE NOTEQUAL "${GIT_DIFF_INDEX}" "" GIT_DIRTY)
/external/google-benchmark/cmake/
DGetGitVersion.cmake44 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
/external/kernel-headers/original/scsi/
Dscsi_proto.h64 #define COMPARE 0x39 macro
/external/kernel-headers/modified/scsi/
Dscsi_proto.h64 #define COMPARE 0x39 macro
/external/libaom/libaom/build/cmake/
Dgenerate_exports.cmake52 string(COMPARE EQUAL "${export_type}" "data" is_data)
/external/elfutils/libelf/
Dnlist.c51 #define COMPARE(p1, p2) strcmp ((p1)->str, (p2)->str) macro

1234