Searched refs:test__fixunsxfdi (Results 1 – 1 of 1) sorted by relevance
/external/compiler-rt/test/builtins/Unit/ |
D | fixunsxfdi_test.c | 33 int test__fixunsxfdi(long double a, du_int expected) in test__fixunsxfdi() function 50 if (test__fixunsxfdi(0.0, 0)) in main() 53 if (test__fixunsxfdi(0.5, 0)) in main() 55 if (test__fixunsxfdi(0.99, 0)) in main() 57 if (test__fixunsxfdi(1.0, 1)) in main() 59 if (test__fixunsxfdi(1.5, 1)) in main() 61 if (test__fixunsxfdi(1.99, 1)) in main() 63 if (test__fixunsxfdi(2.0, 2)) in main() 65 if (test__fixunsxfdi(2.01, 2)) in main() 67 if (test__fixunsxfdi(-0.5, 0)) in main() [all …]
|