Searched refs:test__floatundidf (Results 1 – 1 of 1) sorted by relevance
| /llvm-project-15.0.7/compiler-rt/test/builtins/Unit/ |
| H A D | floatundidf_test.c | 17 int test__floatundidf(di_int a, double expected) in test__floatundidf() function 32 if (test__floatundidf(0, 0.0)) in main() 35 if (test__floatundidf(1, 1.0)) in main() 37 if (test__floatundidf(2, 2.0)) in main() 39 if (test__floatundidf(20, 20.0)) in main() 42 if (test__floatundidf(0x7FFFFF8000000000LL, 0x1.FFFFFEp+62)) in main() 46 if (test__floatundidf(0x7FFFFF0000000000LL, 0x1.FFFFFCp+62)) in main() 51 if (test__floatundidf(0x8000008000000000LL, 0x1.000001p+63)) in main() 55 if (test__floatundidf(0x8000010000000000LL, 0x1.000002p+63)) in main() 60 if (test__floatundidf(0x8000000000000000LL, 0x1p+63)) in main() [all …]
|