Home
last modified time | relevance | path

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

1234

/llvm-project/libc/test/UnitTest/
H A DFPMatcher.h33 T actual; global() variable
120 EXPECT_FP_EQ(expected,actual) global() argument
124 TEST_FP_EQ(expected,actual) global() argument
129 EXPECT_FP_IS_NAN(actual) global() argument
131 ASSERT_FP_EQ(expected,actual) global() argument
135 EXPECT_FP_NE(expected,actual) global() argument
139 ASSERT_FP_NE(expected,actual) global() argument
193 EXPECT_FP_EQ_ALL_ROUNDING(expected,actual) global() argument
214 EXPECT_FP_EQ_ROUNDING_MODE(expected,actual,rounding_mode) global() argument
223 EXPECT_FP_EQ_ROUNDING_NEAREST(expected,actual) global() argument
226 EXPECT_FP_EQ_ROUNDING_UPWARD(expected,actual) global() argument
229 EXPECT_FP_EQ_ROUNDING_DOWNWARD(expected,actual) global() argument
232 EXPECT_FP_EQ_ROUNDING_TOWARD_ZERO(expected,actual) global() argument
[all...]
H A DMemoryMatcher.h26 EXPECT_MEM_EQ(expected,actual) global() argument
34 ASSERT_MEM_EQ(expected,actual) global() argument
48 MemoryView actual; global() variable
62 EXPECT_MEM_EQ(expected,actual) global() argument
64 ASSERT_MEM_EQ(expected,actual) global() argument
H A DPrintfMatcher.h36 EXPECT_THAT(actual, LIBC_NAMESPACE::testing::FormatSectionMatcher(expected)) argument
39 ASSERT_THAT(actual, LIBC_NAMESPACE::testing::FormatSectionMatcher(expected)) argument
22 printf_core::FormatSection actual; global() variable
H A DScanfMatcher.h36 EXPECT_THAT(actual, LIBC_NAMESPACE::testing::FormatSectionMatcher(expected)) argument
39 ASSERT_THAT(actual, LIBC_NAMESPACE::testing::FormatSectionMatcher(expected)) argument
22 scanf_core::FormatSection actual; global() variable
/llvm-project/flang/unittests/Optimizer/
H A DInternalNamesTest.cpp40 validateDeconstructedName(std::pair<NameUniquer::NameKind,NameUniquer::DeconstructedName> & actual,NameUniquer::NameKind & expectedNameKind,struct DeconstructedName & components) validateDeconstructedName() argument
50 std::string actual = NameUniquer::doCommonBlock("hello"); TEST() local
59 std::string actual = NameUniquer::doGenerated("@MAIN"); TEST() local
73 std::string actual = TEST() local
80 std::string actual = NameUniquer::doProcedure({"mod1", "mod2"}, {}, "HeLLo"); TEST() local
86 std::string actual = NameUniquer::doType({}, {}, 0, "mytype", {4, -1}); TEST() local
93 std::string actual = NameUniquer::doIntrinsicTypeDescriptor( TEST() local
125 std::string actual = TEST() local
132 std::string actual = NameUniquer::doVariable( TEST() local
144 llvm::StringRef actual = NameUniquer::doProgramEntry(); TEST() local
150 std::string actual = NameUniquer::doNamelistGroup({"mod1"}, {}, "nlg"); TEST() local
156 std::pair actual = NameUniquer::deconstruct("_QChello"); TEST() local
166 std::pair actual = NameUniquer::deconstruct("_QMmodSs1modSs2modFsubPfun"); TEST() local
[all...]
/llvm-project/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/mlir/lib/ExecutionEngine/
H A DRunnerUtils.cpp223 _mlir_ciface_verifyMemRefI8(UnrankedMemRefType<int8_t> *actual, in _mlir_ciface_verifyMemRefI8()
229 _mlir_ciface_verifyMemRefI16(UnrankedMemRefType<int16_t> *actual, in _mlir_ciface_verifyMemRefI16()
235 _mlir_ciface_verifyMemRefI32(UnrankedMemRefType<int32_t> *actual, in _mlir_ciface_verifyMemRefI32()
241 _mlir_ciface_verifyMemRefI64(UnrankedMemRefType<int64_t> *actual, in _mlir_ciface_verifyMemRefI64()
247 _mlir_ciface_verifyMemRefF16(UnrankedMemRefType<f16> *actual, in _mlir_ciface_verifyMemRefF16()
253 _mlir_ciface_verifyMemRefBF16(UnrankedMemRefType<bf16> *actual, in _mlir_ciface_verifyMemRefBF16()
259 _mlir_ciface_verifyMemRefF32(UnrankedMemRefType<float> *actual, in _mlir_ciface_verifyMemRefF32()
265 _mlir_ciface_verifyMemRefF64(UnrankedMemRefType<double> *actual, in _mlir_ciface_verifyMemRefF64()
271 _mlir_ciface_verifyMemRefInd(UnrankedMemRefType<impl::index_type> *actual, in _mlir_ciface_verifyMemRefInd()
277 _mlir_ciface_verifyMemRefC32(UnrankedMemRefType<impl::complex32> *actual, in _mlir_ciface_verifyMemRefC32()
[all …]
/llvm-project/compiler-rt/test/builtins/Unit/
H A Dbswapsi2_test.c13 uint32_t actual = __bswapsi2(a); in test__bswapsi2() local
H A Dextendsfdf2vfp_test.c15 double actual = __extendsfdf2vfp(a); in test__extendsfdf2vfp() local
H A Dtruncdfsf2_test.c12 float actual = __truncdfsf2(a); in test__truncdfsf2() local
H A Dfloatsisfvfp_test.c15 float actual = __floatsisfvfp(a); in test__floatsisfvfp() local
H A Dbswapdi2_test.c13 uint64_t actual = __bswapdi2(a); in test__bswapdi2() local
H A Dfixunsdfsivfp_test.c15 unsigned int actual = __fixunsdfsivfp(a); in test__fixunsdfsivfp() 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 Dfloatunssisfvfp_test.c14 float actual = __floatunssisfvfp(a); in test__floatunssisfvfp() local
H A Dfixsfsivfp_test.c14 int actual = __fixsfsivfp(a); in test__fixsfsivfp() 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 Dfloatunssidfvfp_test.c15 double actual = __floatunssidfvfp(a); in test__floatunssidfvfp() local
H A Dfloatsidfvfp_test.c15 double actual = __floatsidfvfp(a); in test__floatsidfvfp() local
H A Dtruncdfsf2vfp_test.c15 float actual = __truncdfsf2vfp(a); in test__truncdfsf2vfp() local
H A Dgesf2vfp_test.c15 int actual = __gesf2vfp(a, b); in test__gesf2vfp() local
H A Dnedf2vfp_test.c15 int actual = __nedf2vfp(a, b); in test__nedf2vfp() local
/llvm-project/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

1234