Searched refs:test__fixunstfdi (Results 1 – 2 of 2) sorted by relevance
/netbsd-src/sys/external/bsd/compiler_rt/dist/test/builtins/Unit/ |
H A D | fixunstfdi_test.c | 30 int test__fixunstfdi(long double a, du_int expected) in test__fixunstfdi() function 48 if (test__fixunstfdi(0.0, 0)) in main() 51 if (test__fixunstfdi(0.5, 0)) in main() 53 if (test__fixunstfdi(0.99, 0)) in main() 55 if (test__fixunstfdi(1.0, 1)) in main() 57 if (test__fixunstfdi(1.5, 1)) in main() 59 if (test__fixunstfdi(1.99, 1)) in main() 61 if (test__fixunstfdi(2.0, 2)) in main() 63 if (test__fixunstfdi(2.01, 2)) in main() 65 if (test__fixunstfdi(-0.5, 0)) in main() [all …]
|
/netbsd-src/sys/external/bsd/compiler_rt/dist/test/Unit/ |
H A D | fixunstfdi_test.c | 29 int test__fixunstfdi(long double a, du_int expected) in test__fixunstfdi() function 47 if (test__fixunstfdi(0.0, 0)) in main() 50 if (test__fixunstfdi(0.5, 0)) in main() 52 if (test__fixunstfdi(0.99, 0)) in main() 54 if (test__fixunstfdi(1.0, 1)) in main() 56 if (test__fixunstfdi(1.5, 1)) in main() 58 if (test__fixunstfdi(1.99, 1)) in main() 60 if (test__fixunstfdi(2.0, 2)) in main() 62 if (test__fixunstfdi(2.01, 2)) in main() 64 if (test__fixunstfdi(-0.5, 0)) in main() [all …]
|