/src/sys/external/bsd/compiler_rt/dist/test/Unit/ |
fixunsdfdi_test.c | 29 int test__fixunsdfdi(double a, du_int expected) function in typeref:typename:int 43 if (test__fixunsdfdi(0.0, 0)) 46 if (test__fixunsdfdi(0.5, 0)) 48 if (test__fixunsdfdi(0.99, 0)) 50 if (test__fixunsdfdi(1.0, 1)) 52 if (test__fixunsdfdi(1.5, 1)) 54 if (test__fixunsdfdi(1.99, 1)) 56 if (test__fixunsdfdi(2.0, 2)) 58 if (test__fixunsdfdi(2.01, 2)) 60 if (test__fixunsdfdi(-0.5, 0) [all...] |
/src/sys/external/bsd/compiler_rt/dist/test/builtins/Unit/ |
fixunsdfdi_test.c | 29 int test__fixunsdfdi(double a, du_int expected) function in typeref:typename:int 43 if (test__fixunsdfdi(0.0, 0)) 46 if (test__fixunsdfdi(0.5, 0)) 48 if (test__fixunsdfdi(0.99, 0)) 50 if (test__fixunsdfdi(1.0, 1)) 52 if (test__fixunsdfdi(1.5, 1)) 54 if (test__fixunsdfdi(1.99, 1)) 56 if (test__fixunsdfdi(2.0, 2)) 58 if (test__fixunsdfdi(2.01, 2)) 60 if (test__fixunsdfdi(-0.5, 0) [all...] |