| /llvm-project-15.0.7/libc/utils/MPFRWrapper/ |
| H A D | MPFRUtils.h | 79 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 D | MPFRUtils.cpp | 621 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 D | LibcTest.cpp | 303 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 D | MemoryMatcher.cpp | 20 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 D | FPMatcher.cpp | 59 testutils::StreamWrapper &); 61 testutils::StreamWrapper &); 63 testutils::StreamWrapper &);
|
| H A D | PrintfMatcher.cpp | 39 void display(testutils::StreamWrapper &stream, FormatSection form) { in display() 80 void FormatSectionMatcher::explainError(testutils::StreamWrapper &stream) { in explainError()
|
| H A D | LibcTest.h | 52 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 D | MemoryMatcher.h | 31 void explainError(testutils::StreamWrapper &stream) override;
|
| H A D | PrintfMatcher.h | 31 void explainError(testutils::StreamWrapper &stream) override;
|
| H A D | FPExceptMatcher.h | 47 void explainError(testutils::StreamWrapper &stream) override { in explainError()
|
| /llvm-project-15.0.7/libc/test/src/math/differential_testing/ |
| H A D | BinaryOpSingleOutputDiff.h | 28 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 D | SingleInputSingleOutputDiff.h | 27 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 D | strtod_test.cpp | 19 using __llvm_libc::testutils::ForceRoundingModeTest; 20 using __llvm_libc::testutils::RoundingMode;
|
| H A D | strtof_test.cpp | 19 using __llvm_libc::testutils::ForceRoundingModeTest; 20 using __llvm_libc::testutils::RoundingMode;
|
| /llvm-project-15.0.7/libc/test/src/time/ |
| H A D | TmMatcher.h | 41 __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 D | sprintf_test.cpp | 503 __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 D | RandUtils.h | 10 namespace testutils {
|
| H A D | RandUtils.cpp | 14 namespace testutils { namespace
|
| H A D | FDReader.h | 13 namespace testutils {
|
| H A D | RoundingModeUtils.h | 15 namespace testutils {
|
| H A D | StreamWrapper.h | 13 namespace testutils {
|
| H A D | RoundingModeUtils.cpp | 14 namespace testutils { namespace
|
| H A D | ExecuteFunction.h | 15 namespace testutils {
|
| H A D | FDReaderUnix.cpp | 16 namespace testutils { namespace
|
| /llvm-project-15.0.7/libc/utils/ |
| H A D | CMakeLists.txt | 2 add_subdirectory(testutils)
|