Searched refs:test__floatuntixf (Results 1 – 1 of 1) sorted by relevance
| /llvm-project-15.0.7/compiler-rt/test/builtins/Unit/ |
| H A D | floatuntixf_test.c | 21 int test__floatuntixf(tu_int a, long double expected) in test__floatuntixf() function 43 if (test__floatuntixf(0, 0.0)) in main() 46 if (test__floatuntixf(1, 1.0)) in main() 48 if (test__floatuntixf(2, 2.0)) in main() 50 if (test__floatuntixf(20, 20.0)) in main() 53 if (test__floatuntixf(0x7FFFFF8000000000ULL, 0x1.FFFFFEp+62)) in main() 57 if (test__floatuntixf(0x7FFFFF0000000000ULL, 0x1.FFFFFCp+62)) in main() 72 if (test__floatuntixf(0x8000010000000000ULL, 0x8.00001p+60)) in main() 77 if (test__floatuntixf(0x8000000000000000ULL, 0x8p+60)) in main() 82 if (test__floatuntixf(0x0007FB72E8000000LL, 0x1.FEDCBAp+50)) in main() [all …]
|