Home
last modified time | relevance | path

Searched defs:actual (Results 1 – 25 of 85) sorted by relevance

1234

/llvm-project-15.0.7/flang/unittests/Optimizer/
H A DInternalNamesTest.cpp50 std::string actual = NameUniquer::doBlockData("blockdatatest"); in TEST() local
59 std::string actual = NameUniquer::doCommonBlock("hello"); in TEST() local
68 std::string actual = NameUniquer::doGenerated("@MAIN"); in TEST() local
82 std::string actual = in TEST() local
95 std::string actual = NameUniquer::doType({}, {}, "mytype", {4, -1}); in TEST() local
102 std::string actual = in TEST() local
134 std::string actual = in TEST() local
141 std::string actual = NameUniquer::doTypeDescriptor( in TEST() local
148 std::string actual = NameUniquer::doVariable( in TEST() local
160 llvm::StringRef actual = NameUniquer::doProgramEntry(); in TEST() local
[all …]
/llvm-project-15.0.7/libc/utils/UnitTest/
H A DPrintfMatcher.h24 FormatSection actual; variable
38 #define EXPECT_FORMAT_EQ(expected, actual) \ argument
42 #define ASSERT_FORMAT_EQ(expected, actual) \ argument
H A DFPMatcher.h36 T actual; variable
79 #define EXPECT_FP_EQ(expected, actual) \ argument
85 #define ASSERT_FP_EQ(expected, actual) \ argument
91 #define EXPECT_FP_NE(expected, actual) \ argument
97 #define ASSERT_FP_NE(expected, actual) \ argument
H A DMemoryMatcher.h24 MemoryView actual; variable
38 #define EXPECT_MEM_EQ(expected, actual) \ argument
/llvm-project-15.0.7/pstl/test/std/algorithms/alg.sorting/alg.heap.operations/
H A Dis_heap.pass.cpp60 bool actual = is_heap(exec, first, last); in operator ()() local
66 bool actual = is_heap(exec, first, last, pred); in operator ()() local
72 Iterator actual = is_heap_until(exec, first, last); in operator ()() local
79 const Iterator actual = is_heap_until(exec, first, last, pred); in operator ()() local
/llvm-project-15.0.7/lldb/third_party/Python/module/unittest2/unittest2/
H A Dutil.py30 def sorted_list_difference(expected, actual): argument
71 def unorderable_list_difference(expected, actual, ignore_duplicate=False): argument
/llvm-project-15.0.7/compiler-rt/test/builtins/Unit/
H A Dbswapsi2_test.c13 uint32_t actual = __bswapsi2(a); in test__bswapsi2() local
H A Dtruncdfsf2_test.c12 float actual = __truncdfsf2(a); in test__truncdfsf2() local
H A Dbswapdi2_test.c13 uint64_t actual = __bswapdi2(a); in test__bswapdi2() local
H A Dtruncdfsf2vfp_test.c15 float actual = __truncdfsf2vfp(a); in test__truncdfsf2vfp() local
H A Dfloatunssidfvfp_test.c15 double actual = __floatunssidfvfp(a); in test__floatunssidfvfp() local
H A Dfixsfsivfp_test.c14 int actual = __fixsfsivfp(a); in test__fixsfsivfp() local
H A Dfloatsidfvfp_test.c15 double actual = __floatsidfvfp(a); in test__floatsidfvfp() local
H A Dfloatunssisfvfp_test.c14 float actual = __floatunssisfvfp(a); in test__floatunssisfvfp() local
H A Dfixunsdfsivfp_test.c15 unsigned int actual = __fixunsdfsivfp(a); in test__fixunsdfsivfp() local
H A Dextendsfdf2vfp_test.c15 double actual = __extendsfdf2vfp(a); in test__extendsfdf2vfp() local
H A Dfixdfsivfp_test.c14 int actual = __fixdfsivfp(a); in test__fixdfsivfp() local
H A Dfixunssfsivfp_test.c14 unsigned int actual = __fixunssfsivfp(a); in test__fixunssfsivfp() local
H A Dfloatsisfvfp_test.c15 float actual = __floatsisfvfp(a); in test__floatsisfvfp() local
H A Dnegdf2vfp_test.c15 double actual = __negdf2vfp(a); in test__negdf2vfp() local
H A Dnegsf2vfp_test.c15 float actual = __negsf2vfp(a); in test__negsf2vfp() local
H A Dadddf3vfp_test.c15 double actual = __adddf3vfp(a, b); in test__adddf3vfp() local
H A Dunordsf2vfp_test.c15 int actual = __unordsf2vfp(a, b); in test__unordsf2vfp() local
/llvm-project-15.0.7/compiler-rt/lib/sanitizer_common/tests/
H A Dsanitizer_mac_test.cpp61 std::string actual = oss.str(); in TEST() local
78 std::string actual = oss.str(); in TEST() local
/llvm-project-15.0.7/compiler-rt/test/builtins/Unit/arm/
H A Daeabi_frsub_test.c14 float actual = __aeabi_frsub(a, b); in test__aeabi_frsub() local

1234