| /llvm-project-15.0.7/libc/test/src/stdlib/ |
| H A D | strtof_test.cpp | 67 run_test("1", 1, 0x3f800000); in TEST_F() 68 run_test("123", 3, 0x42f60000); in TEST_F() 71 run_test("0.1", 3, 0x3dcccccdu); in TEST_F() 72 run_test(".1", 2, 0x3dcccccdu); in TEST_F() 86 run_test("9E9", 3, 0x50061c46); in TEST_F() 103 run_test("0x1", 3, 0x3f800000); in TEST_F() 104 run_test("0x10", 4, 0x41800000); in TEST_F() 105 run_test("0x11", 4, 0x41880000); in TEST_F() 165 run_test("INF", 3, 0x7f800000); in TEST_F() 170 run_test("innf", 0, 0x0); in TEST_F() [all …]
|
| H A D | strtod_test.cpp | 63 run_test("123", 3, uint64_t(0x405ec00000000000)); in TEST_F() 73 run_test("0x123", 5, uint64_t(0x4072300000000000)); in TEST_F() 83 run_test( in TEST_F() 97 run_test( in TEST_F() 111 run_test( in TEST_F() 125 run_test( in TEST_F() 128 run_test( in TEST_F() 146 run_test( in TEST_F() 163 run_test( in TEST_F() 185 run_test("-.????", 0, uint64_t(0)); in TEST_F() [all …]
|
| H A D | strtold_test.cpp | 99 run_test("123", 3, in TEST_F() 120 run_test("0x123", 5, in TEST_F() 168 run_test("1e-4950", 7, in TEST_F() 176 run_test("4e-4966", 7, in TEST_F() 191 run_test("0x1p16383", 9, in TEST_F() 208 run_test("INF", 3, in TEST_F() 211 run_test("INFinity", 8, in TEST_F() 214 run_test("-inf", 4, in TEST_F() 220 run_test("NaN", 3, in TEST_F() 223 run_test("-nAn", 4, in TEST_F() [all …]
|
| /llvm-project-15.0.7/mlir/test/Integration/Dialect/SparseTensor/taco/ |
| H A D | unit_test_tensor_core.py | 48 @testing_utils.run_test 94 @testing_utils.run_test 104 @testing_utils.run_test 114 @testing_utils.run_test 251 @testing_utils.run_test 262 @testing_utils.run_test 273 @testing_utils.run_test 304 @testing_utils.run_test 326 @testing_utils.run_test 347 @testing_utils.run_test [all …]
|
| H A D | unit_test_tensor_io.py | 39 @testing_utils.run_test 59 @testing_utils.run_test 90 @testing_utils.run_test 110 @testing_utils.run_test 126 @testing_utils.run_test
|
| /llvm-project-15.0.7/libcxx/test/std/thread/thread.condition/thread.condition.condvar/ |
| H A D | wait_until.pass.cpp | 81 void run_test() in run_test() function 114 run_test<TestClock>(); in main() 115 run_test<std::chrono::steady_clock>(); in main() 116 run_test<std::chrono::system_clock>(); in main()
|
| /llvm-project-15.0.7/libcxx/test/libcxx/utilities/memory/util.smartptr/ |
| H A D | race_condition.pass.cpp | 49 void run_test(Ptr p) { in run_test() function 87 run_test(p); in main() 94 run_test(p); in main()
|
| /llvm-project-15.0.7/lldb/test/API/commands/command/script/import/rdar-12586188/ |
| H A D | TestRdar12586188.py | 17 self.run_test() 19 def run_test(self): member in Rdar12586188TestCase
|
| /llvm-project-15.0.7/lldb/test/API/tools/lldb-vscode/module/ |
| H A D | TestVSCode_module.py | 17 def run_test(self, symbol_basename, expect_debug_info_size): member in TestVSCode_module 64 return self.run_test("a.out", expect_debug_info_size=platform.system() != 'Darwin') 75 return self.run_test("a.out.dSYM", expect_debug_info_size=True)
|
| /llvm-project-15.0.7/lldb/test/API/commands/command/script/import/ |
| H A D | TestImport.py | 17 self.run_test() 19 def run_test(self): member in ImportTestCase
|
| /llvm-project-15.0.7/llvm/utils/ |
| H A D | rsp_bisect.py | 84 def run_test(test): function 112 return run_test(test)
|
| /llvm-project-15.0.7/polly/lib/External/isl/imath/ |
| H A D | imtest.c | 174 int run_test(int test_num, testspec_t *t, FILE *ofp); 219 if ((res = run_test(++test_num, &t, ofp)) < 0) { in process_file() 342 int run_test(int test_num, testspec_t *t, FILE *ofp) { in run_test() function
|
| /llvm-project-15.0.7/mlir/test/Integration/Dialect/SparseTensor/taco/tools/ |
| H A D | testing_utils.py | 41 def run_test(f): function
|
| /llvm-project-15.0.7/llvm/test/CodeGen/X86/ |
| H A D | atom-cmpb.ll | 12 define i8 @run_test(ptr %rd_p) {
|
| /llvm-project-15.0.7/polly/lib/External/isl/imath/tests/gmp-compat-test/ |
| H A D | runtest.py | 75 res = wrappers.run_test(wrapper, line, name, gmp_test_so,
|
| /llvm-project-15.0.7/llvm/test/CodeGen/AArch64/ |
| H A D | ragreedy-local-interval-cost.ll | 8 define dso_local void @run_test() local_unnamed_addr uwtable { 9 ; CHECK-LABEL: run_test:
|