/external/vixl/test/aarch64/ |
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(fmov(d31, x2), "fmov d31, x2"); in TEST() [all …]
|
D | test-disasm-aarch64.cc | 46 COMPARE(dci(0xa9ba7bfd), "stp x29, x30, [sp, #-96]!"); in TEST() 47 COMPARE(dci(0x910003fd), "mov x29, sp"); in TEST() 48 COMPARE(dci(0x9100e3a0), "add x0, x29, #0x38 (56)"); in TEST() 49 COMPARE(dci(0xb900001f), "str wzr, [x0]"); in TEST() 50 COMPARE(dci(0x528000e1), "mov w1, #0x7"); in TEST() 51 COMPARE(dci(0xb9001c01), "str w1, [x0, #28]"); in TEST() 52 COMPARE(dci(0x390043a0), "strb w0, [x29, #16]"); in TEST() 53 COMPARE(dci(0x790027a0), "strh w0, [x29, #18]"); in TEST() 54 COMPARE(dci(0xb9400400), "ldr w0, [x0, #4]"); in TEST() 55 COMPARE(dci(0x0b000021), "add w1, w1, w0"); in TEST() [all …]
|
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(str(d18, MemOperand(x19)), "str d18, [x19]"); in TEST() [all …]
|
D | test-disasm-aarch64.h | 62 #define COMPARE(ASM, EXP) \ macro
|
/external/protobuf/src/google/protobuf/stubs/ |
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(false, ==, "a", "aa"); in TEST() [all …]
|
/external/swiftshader/third_party/subzero/crosstest/ |
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(cast, FromType, int64, Val, FromTypeString); in testValue() [all …]
|
/external/tensorflow/tensorflow/core/kernels/ |
D | sparse_add_grad_op.cc | 88 #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/igt-gpu-tools/tests/i915/ |
D | i915_pm_rpm.c | 467 #define COMPARE(d1, d2, data) igt_assert_eq(d1->data, d2->data) macro 476 COMPARE(d1, d2, res->count_connectors); in assert_drm_resources_equal() 477 COMPARE(d1, d2, res->count_encoders); in assert_drm_resources_equal() 478 COMPARE(d1, d2, res->count_crtcs); in assert_drm_resources_equal() 479 COMPARE(d1, d2, res->min_width); in assert_drm_resources_equal() 480 COMPARE(d1, d2, res->max_width); in assert_drm_resources_equal() 481 COMPARE(d1, d2, res->min_height); in assert_drm_resources_equal() 482 COMPARE(d1, d2, res->max_height); in assert_drm_resources_equal() 487 COMPARE(m1, m2, clock); in assert_modes_equal() 488 COMPARE(m1, m2, hdisplay); in assert_modes_equal() [all …]
|
/external/curl/docs/examples/ |
D | htmltitle.cpp | 45 #define COMPARE(a, b) (!_stricmp((a), (b))) macro 47 #define COMPARE(a, b) (!strcasecmp((a), (b))) macro 141 if(COMPARE(reinterpret_cast<char *>(name), "TITLE")) { in StartElement() 157 if(COMPARE(reinterpret_cast<char *>(name), "TITLE")) in EndElement()
|
/external/elfutils/lib/ |
D | fixedsizehash.h | 149 && COMPARE (data, ENTRYP (htab->table[idx])) == 0) in CONCAT() 163 && COMPARE (data, ENTRYP(htab->table[idx])) == 0) in CONCAT() 267 #undef COMPARE
|
D | dynamicsizehash_concurrent.h | 115 # undef COMPARE
|
D | dynamicsizehash.c | 58 && COMPARE (htab->table[idx].data, val) == 0) in lookup() 73 && COMPARE (htab->table[idx].data, val) == 0) in lookup()
|
D | dynamicsizehash.h | 124 # undef COMPARE
|
/external/elfutils/libasm/ |
D | symbolhash.h | 36 #define COMPARE(a, b) \ macro
|
D | symbolhash.c | 44 #define COMPARE(a, b) \ macro
|
/external/libcxx/cmake/Modules/ |
D | MacroEnsureOutOfSourceBuild.cmake | 5 string( COMPARE EQUAL "${CMAKE_SOURCE_DIR}" "${CMAKE_BINARY_DIR}" _insource )
|
/external/libcxxabi/cmake/Modules/ |
D | MacroEnsureOutOfSourceBuild.cmake | 5 string( COMPARE EQUAL "${CMAKE_SOURCE_DIR}" "${CMAKE_BINARY_DIR}" _insource )
|
/external/ImageMagick/ |
D | Make.com | 181 $if ((p1 .nes. "") .and. (p1 .nes. "COMPARE")) then goto SkipCompare 190 $write sys$output "..symbol COMPARE defined."
|
D | common.shi.in | 10 COMPARE="@abs_top_builddir@/utilities/magick compare"
|
/external/compiler-rt/test/scudo/ |
D | CMakeLists.txt | 18 STRING(COMPARE EQUAL "sse4_2" "${SSE_THERE}" SSE42_TRUE)
|
/external/google-benchmark/cmake/ |
D | GetGitVersion.cmake | 44 string(COMPARE NOTEQUAL "${GIT_DIFF_INDEX}" "" GIT_DIRTY)
|
/external/libcxx/utils/google-benchmark/cmake/ |
D | GetGitVersion.cmake | 44 string(COMPARE NOTEQUAL "${GIT_DIFF_INDEX}" "" GIT_DIRTY)
|
/external/llvm/test/CodeGen/SystemZ/ |
D | cond-move-01.ll | 27 ; Test LOCR in a case that could use COMPARE AND BRANCH. We prefer using
|
/external/kernel-headers/original/scsi/ |
D | scsi_proto.h | 64 #define COMPARE 0x39 macro
|
/external/kernel-headers/modified/scsi/ |
D | scsi_proto.h | 64 #define COMPARE 0x39 macro
|