Searched refs:test__fixdfdi (Results 1 – 1 of 1) sorted by relevance
/external/compiler-rt/test/builtins/Unit/ |
D | fixdfdi_test.c | 27 int test__fixdfdi(double a, di_int expected) in test__fixdfdi() function 41 if (test__fixdfdi(0.0, 0)) in main() 44 if (test__fixdfdi(0.5, 0)) in main() 46 if (test__fixdfdi(0.99, 0)) in main() 48 if (test__fixdfdi(1.0, 1)) in main() 50 if (test__fixdfdi(1.5, 1)) in main() 52 if (test__fixdfdi(1.99, 1)) in main() 54 if (test__fixdfdi(2.0, 2)) in main() 56 if (test__fixdfdi(2.01, 2)) in main() 58 if (test__fixdfdi(-0.5, 0)) in main() [all …]
|