HomeSort by relevance Sort by last modified time
    Searched refs:TestFuncs (Results 1 - 15 of 15) sorted by null

  /external/libaom/libaom/test/
obmc_sad_test.cc 33 typedef libaom_test::FuncParam<ObmcSadF> TestFuncs;
89 TestFuncs(aom_obmc_sad128x128_c, aom_obmc_sad128x128_sse4_1),
90 TestFuncs(aom_obmc_sad128x64_c, aom_obmc_sad128x64_sse4_1),
91 TestFuncs(aom_obmc_sad64x128_c, aom_obmc_sad64x128_sse4_1),
92 TestFuncs(aom_obmc_sad64x64_c, aom_obmc_sad64x64_sse4_1),
93 TestFuncs(aom_obmc_sad64x32_c, aom_obmc_sad64x32_sse4_1),
94 TestFuncs(aom_obmc_sad32x64_c, aom_obmc_sad32x64_sse4_1),
95 TestFuncs(aom_obmc_sad32x32_c, aom_obmc_sad32x32_sse4_1),
96 TestFuncs(aom_obmc_sad32x16_c, aom_obmc_sad32x16_sse4_1),
97 TestFuncs(aom_obmc_sad16x32_c, aom_obmc_sad16x32_sse4_1)
    [all...]
obmc_variance_test.cc 36 typedef libaom_test::FuncParam<ObmcVarF> TestFuncs;
135 TestFuncs(aom_obmc_variance128x128_c, aom_obmc_variance128x128_sse4_1),
136 TestFuncs(aom_obmc_variance128x64_c, aom_obmc_variance128x64_sse4_1),
137 TestFuncs(aom_obmc_variance64x128_c, aom_obmc_variance64x128_sse4_1),
138 TestFuncs(aom_obmc_variance64x64_c, aom_obmc_variance64x64_sse4_1),
139 TestFuncs(aom_obmc_variance64x32_c, aom_obmc_variance64x32_sse4_1),
140 TestFuncs(aom_obmc_variance32x64_c, aom_obmc_variance32x64_sse4_1),
141 TestFuncs(aom_obmc_variance32x32_c, aom_obmc_variance32x32_sse4_1),
142 TestFuncs(aom_obmc_variance32x16_c, aom_obmc_variance32x16_sse4_1),
143 TestFuncs(aom_obmc_variance16x32_c, aom_obmc_variance16x32_sse4_1)
    [all...]
blend_a64_mask_1d_test.cc 120 typedef libaom_test::FuncParam<F8B> TestFuncs;
199 ::testing::Values(TestFuncs(blend_a64_hmask_ref, aom_blend_a64_hmask_c),
200 TestFuncs(blend_a64_vmask_ref, aom_blend_a64_vmask_c)));
206 TestFuncs(blend_a64_hmask_ref, aom_blend_a64_hmask_sse4_1),
207 TestFuncs(blend_a64_vmask_ref, aom_blend_a64_vmask_sse4_1)));
212 ::testing::Values(TestFuncs(blend_a64_hmask_ref,
214 TestFuncs(blend_a64_vmask_ref,
sum_squares_test.cc 42 typedef libaom_test::FuncParam<SSI16Func> TestFuncs;
44 class SumSquaresTest : public ::testing::TestWithParam<TestFuncs> {
83 TestFuncs params_;
162 ::testing::Values(TestFuncs(&aom_sum_squares_2d_i16_c,
170 ::testing::Values(TestFuncs(&aom_sum_squares_2d_i16_c,
intra_edge_test.cc 70 typedef libaom_test::FuncParam<UP8B> TestFuncs;
105 ::testing::Values(TestFuncs(av1_upsample_intra_edge_c,
blend_a64_mask_test.cc 162 typedef libaom_test::FuncParam<F8B> TestFuncs;
250 ::testing::Values(TestFuncs(
256 ::testing::Values(TestFuncs(aom_blend_a64_mask_sse4_1,
  /external/llvm/tools/bugpoint/
Miscompilation.cpp 194 bool Ret = TestFuncs(Suffix, Error);
201 bool Ret = TestFuncs(Prefix, Error);
210 bool TestFuncs(const std::vector<Function*> &Prefix, std::string &Error);
235 /// TestFuncs - split functions in a Module into two groups: those that are
239 bool ReduceMiscompilingFunctions::TestFuncs(const std::vector<Function*> &Funcs,
455 bool Ret = TestFuncs(Suffix, Error);
462 bool Ret = TestFuncs(Prefix, Error);
471 bool TestFuncs(const std::vector<BasicBlock*> &BBs, std::string &Error);
475 /// TestFuncs - Extract all blocks for the miscompiled functions except for the
478 bool ReduceMiscompiledBlocks::TestFuncs(const std::vector<BasicBlock*> &BBs
    [all...]
CrashDebugger.cpp 200 if (!Kept.empty() && TestFuncs(Kept))
202 if (!Prefix.empty() && TestFuncs(Prefix))
207 bool TestFuncs(std::vector<Function*> &Prefix);
234 bool ReduceCrashingFunctions::TestFuncs(std::vector<Function*> &Funcs) {
    [all...]
  /external/swiftshader/third_party/LLVM/tools/bugpoint/
Miscompilation.cpp 189 bool Ret = TestFuncs(Suffix, Error);
196 bool Ret = TestFuncs(Prefix, Error);
205 bool TestFuncs(const std::vector<Function*> &Prefix, std::string &Error);
242 /// TestFuncs - split functions in a Module into two groups: those that are
246 bool ReduceMiscompilingFunctions::TestFuncs(const std::vector<Function*> &Funcs,
439 bool Ret = TestFuncs(Suffix, Error);
446 bool Ret = TestFuncs(Prefix, Error);
455 bool TestFuncs(const std::vector<BasicBlock*> &BBs, std::string &Error);
459 /// TestFuncs - Extract all blocks for the miscompiled functions except for the
462 bool ReduceMiscompiledBlocks::TestFuncs(const std::vector<BasicBlock*> &BBs,
    [all...]
CrashDebugger.cpp 188 if (!Kept.empty() && TestFuncs(Kept))
190 if (!Prefix.empty() && TestFuncs(Prefix))
195 bool TestFuncs(std::vector<Function*> &Prefix);
199 bool ReduceCrashingFunctions::TestFuncs(std::vector<Function*> &Funcs) {
  /external/swiftshader/third_party/llvm-7.0/llvm/tools/bugpoint/
Miscompilation.cpp 202 Expected<bool> Ret = TestFuncs(Suffix);
209 Expected<bool> Ret = TestFuncs(Prefix);
218 Expected<bool> TestFuncs(const std::vector<Function *> &Prefix);
250 ReduceMiscompilingFunctions::TestFuncs(const std::vector<Function *> &Funcs) {
462 Expected<bool> Ret = TestFuncs(Suffix);
469 Expected<bool> Ret = TestFuncs(Prefix);
478 Expected<bool> TestFuncs(const std::vector<BasicBlock *> &BBs);
482 /// TestFuncs - Extract all blocks for the miscompiled functions except for the
486 ReduceMiscompiledBlocks::TestFuncs(const std::vector<BasicBlock *> &BBs) {
556 .TestFuncs(std::vector<BasicBlock *>())
    [all...]
CrashDebugger.cpp 201 if (!Kept.empty() && TestFuncs(Kept))
203 if (!Prefix.empty() && TestFuncs(Prefix))
208 bool TestFuncs(std::vector<Function *> &Prefix);
236 bool ReduceCrashingFunctions::TestFuncs(std::vector<Function *> &Funcs) {
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_trace.py 216 class TestFuncs(unittest.TestCase):
  /external/python/cpython2/Lib/test/
test_trace.py 216 class TestFuncs(unittest.TestCase):
  /external/python/cpython3/Lib/test/
test_trace.py 220 class TestFuncs(unittest.TestCase):

Completed in 312 milliseconds