/src/sys/external/bsd/compiler_rt/dist/test/Unit/ |
fixunssfdi_test.c | 29 int test__fixunssfdi(float a, du_int expected) function in typeref:typename:int 44 if (test__fixunssfdi(0.0F, 0)) 47 if (test__fixunssfdi(0.5F, 0)) 49 if (test__fixunssfdi(0.99F, 0)) 51 if (test__fixunssfdi(1.0F, 1)) 53 if (test__fixunssfdi(1.5F, 1)) 55 if (test__fixunssfdi(1.99F, 1)) 57 if (test__fixunssfdi(2.0F, 2)) 59 if (test__fixunssfdi(2.01F, 2)) 61 if (test__fixunssfdi(-0.5F, 0) [all...] |
/src/sys/external/bsd/compiler_rt/dist/test/builtins/Unit/ |
fixunssfdi_test.c | 29 int test__fixunssfdi(float a, du_int expected) function in typeref:typename:int 44 if (test__fixunssfdi(0.0F, 0)) 47 if (test__fixunssfdi(0.5F, 0)) 49 if (test__fixunssfdi(0.99F, 0)) 51 if (test__fixunssfdi(1.0F, 1)) 53 if (test__fixunssfdi(1.5F, 1)) 55 if (test__fixunssfdi(1.99F, 1)) 57 if (test__fixunssfdi(2.0F, 2)) 59 if (test__fixunssfdi(2.01F, 2)) 61 if (test__fixunssfdi(-0.5F, 0) [all...] |