Searched refs:test__fixunssfdi (Results 1 – 1 of 1) sorted by relevance
/external/compiler-rt/test/builtins/Unit/ |
D | fixunssfdi_test.c | 29 int test__fixunssfdi(float a, du_int expected) in test__fixunssfdi() function 44 if (test__fixunssfdi(0.0F, 0)) in main() 47 if (test__fixunssfdi(0.5F, 0)) in main() 49 if (test__fixunssfdi(0.99F, 0)) in main() 51 if (test__fixunssfdi(1.0F, 1)) in main() 53 if (test__fixunssfdi(1.5F, 1)) in main() 55 if (test__fixunssfdi(1.99F, 1)) in main() 57 if (test__fixunssfdi(2.0F, 2)) in main() 59 if (test__fixunssfdi(2.01F, 2)) in main() 61 if (test__fixunssfdi(-0.5F, 0)) in main() [all …]
|