Home
last modified time | relevance | path

Searched refs:testutils (Results 1 – 25 of 32) sorted by relevance

12

/llvm-project-15.0.7/libc/utils/MPFRWrapper/
H A DMPFRUtils.h79 using __llvm_libc::testutils::ForceRoundingMode;
80 using __llvm_libc::testutils::RoundingMode;
150 testutils::StreamWrapper &OS);
154 double ulp_tolerance, RoundingMode rounding, testutils::StreamWrapper &OS);
159 RoundingMode rounding, testutils::StreamWrapper &OS);
189 void explainError(testutils::StreamWrapper &OS) override { // NOLINT
221 void explain_error(T in, T out, testutils::StreamWrapper &OS) {
228 testutils::StreamWrapper &OS) {
235 testutils::StreamWrapper &OS) {
242 testutils::StreamWrapper &OS) {
[all …]
H A DMPFRUtils.cpp621 testutils::StreamWrapper &);
624 testutils::StreamWrapper &);
666 testutils::StreamWrapper &);
669 testutils::StreamWrapper &);
672 RoundingMode, testutils::StreamWrapper &);
703 RoundingMode, testutils::StreamWrapper &);
710 testutils::StreamWrapper &);
744 testutils::StreamWrapper &);
747 testutils::StreamWrapper &);
789 testutils::StreamWrapper &);
[all …]
/llvm-project-15.0.7/libc/utils/UnitTest/
H A DLibcTest.cpp303 testutils::StreamWrapper OutsWrapper = testutils::outs(); in testMatch()
310 bool Test::testProcessKilled(testutils::FunctionCaller *Func, int Signal, in testProcessKilled()
313 testutils::ProcessStatus Result = testutils::invoke_in_subprocess(Func, 500); in testProcessKilled()
341 using testutils::signal_as_string; in testProcessKilled()
352 bool Test::testProcessExits(testutils::FunctionCaller *Func, int ExitCode, in testProcessExits()
355 testutils::ProcessStatus Result = testutils::invoke_in_subprocess(Func, 500); in testProcessExits()
H A DMemoryMatcher.cpp20 void display(testutils::StreamWrapper &Stream, char C) { in display()
28 void display(testutils::StreamWrapper &Stream, MemoryView View) { in display()
35 void MemoryMatcher::explainError(testutils::StreamWrapper &Stream) { in explainError()
H A DFPMatcher.cpp59 testutils::StreamWrapper &);
61 testutils::StreamWrapper &);
63 testutils::StreamWrapper &);
H A DPrintfMatcher.cpp39 void display(testutils::StreamWrapper &stream, FormatSection form) { in display()
80 void FormatSectionMatcher::explainError(testutils::StreamWrapper &stream) { in explainError()
H A DLibcTest.h52 virtual void explainError(testutils::StreamWrapper &OS) { in explainError()
118 bool testProcessExits(testutils::FunctionCaller *Func, int ExitCode,
122 bool testProcessKilled(testutils::FunctionCaller *Func, int Signal,
126 template <typename Func> testutils::FunctionCaller *createCallable(Func f) { in createCallable()
127 struct Callable : public testutils::FunctionCaller { in createCallable()
H A DMemoryMatcher.h31 void explainError(testutils::StreamWrapper &stream) override;
H A DPrintfMatcher.h31 void explainError(testutils::StreamWrapper &stream) override;
H A DFPExceptMatcher.h47 void explainError(testutils::StreamWrapper &stream) override { in explainError()
/llvm-project-15.0.7/libc/test/src/math/differential_testing/
H A DBinaryOpSingleOutputDiff.h28 testutils::OutputFileStream &log) { in run_diff_in_range()
61 UIntType N, testutils::OutputFileStream &log) { in run_perf_in_range()
108 testutils::OutputFileStream log(logFile); in run_perf()
124 testutils::OutputFileStream log(logFile); in run_diff()
H A DSingleInputSingleOutputDiff.h27 testutils::OutputFileStream log(logFile); in runDiff()
51 testutils::OutputFileStream &log) { in runPerfInRange()
92 testutils::OutputFileStream log(logFile); in runPerf()
/llvm-project-15.0.7/libc/test/src/stdlib/
H A Dstrtod_test.cpp19 using __llvm_libc::testutils::ForceRoundingModeTest;
20 using __llvm_libc::testutils::RoundingMode;
H A Dstrtof_test.cpp19 using __llvm_libc::testutils::ForceRoundingModeTest;
20 using __llvm_libc::testutils::RoundingMode;
/llvm-project-15.0.7/libc/test/src/time/
H A DTmMatcher.h41 __llvm_libc::testutils::StreamWrapper &stream) { in describeValue()
55 void explainError(__llvm_libc::testutils::StreamWrapper &stream) override { in explainError()
/llvm-project-15.0.7/libc/test/src/stdio/
H A Dsprintf_test.cpp503 __llvm_libc::testutils::ForceRoundingMode r( in TEST_F()
504 __llvm_libc::testutils::RoundingMode::Nearest); in TEST_F()
704 __llvm_libc::testutils::ForceRoundingMode r( in TEST_F()
705 __llvm_libc::testutils::RoundingMode::Nearest); in TEST_F()
733 __llvm_libc::testutils::ForceRoundingMode r( in TEST_F()
734 __llvm_libc::testutils::RoundingMode::Upward); in TEST_F()
762 __llvm_libc::testutils::ForceRoundingMode r( in TEST_F()
763 __llvm_libc::testutils::RoundingMode::Downward); in TEST_F()
791 __llvm_libc::testutils::ForceRoundingMode r( in TEST_F()
792 __llvm_libc::testutils::RoundingMode::TowardZero); in TEST_F()
/llvm-project-15.0.7/libc/utils/testutils/
H A DRandUtils.h10 namespace testutils {
H A DRandUtils.cpp14 namespace testutils { namespace
H A DFDReader.h13 namespace testutils {
H A DRoundingModeUtils.h15 namespace testutils {
H A DStreamWrapper.h13 namespace testutils {
H A DRoundingModeUtils.cpp14 namespace testutils { namespace
H A DExecuteFunction.h15 namespace testutils {
H A DFDReaderUnix.cpp16 namespace testutils { namespace
/llvm-project-15.0.7/libc/utils/
H A DCMakeLists.txt2 add_subdirectory(testutils)

12